Subject:Missing Parameters within Web Service Call Author:Bob Jacoby Date:17 Sep 2007 02:34 PM
I'm trying to test a web service using the attached wsdl file, which was provided to me. Note - I'm not at liberty to change the WSDL. I'm using Stylus Studio Enterprise 2007 Release 2.
Steps I'm performing:
1. Select to make a new Web Service Call
2. Specify the path to the attached WSDL file
3. Click on AddUser operation.
The resulting options for entering the various parameters for the operation only includes two parameters, while the WSDL defines 7 parameters for this operation. It appears to only show those parameters that use the simple xsd:string type, rather than those defined within the WSDL file.
The generic Web Service Explorer functionality within Eclipse 3.3 successfully processes the wsdl and correctly displays all the parameters. So it seems to be something wrong with how Stylus Studio is processing the wsdl.