Development tools : Web services tooling : Limitations and known issues : Limitations
  
Limitations
Background
There is such a kind of typed WSDL UDTT does not support:
the Web Service operation's output is a complex type and the complex type returns more than one element
the Web Service bindings is using "document" style with "literal" encoded inputs and outputs
In this situation, users cannot invoke such Web Services via UDTT's Web Service accessing operation.
Workaround
Invoke such typed Web Service operation by using UDTT's Web Service Connector service.
Details
This is a sample WSDL file of this kind, the output of operation "SumMultiply" is "SumMultiplyResponse", a complex type, includes the summary and the product of two integer parameters.
WSDL files:
ParamOut.wsdl
This graphic is described in the surrounding text.
ParamOut_schema1.xsd
This graphic is described in the surrounding text.
Go up to
Limitations and known issues