Subject:Stylus Studio Enterprise WScall problem Author:Robert Hlinka Date:17 Jan 2007 10:25 AM
Hi,
I have problem with Stylus WScall.
When I'm trying to create WScall to my WS defined by WSDL Stylus show me only SOAP envelope of the request message without body content.
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
It seems I have some mistake in my WSDL definition but how it is possible to find out what is wrong according Stylus Studio? (because e.g. in IBM Rational Architect I can see each connections between messages, portTypes and bindings correctly)
Is it possible to see the error in some log or somewhere else?
I have similar problem when I want to perform some WS call. It happens that stylus returns nothing after calling WS.
And it is really hard to find out a problem when the tool doesn't answer at all.