Limitations

Background
There is such a kind of typed WSDL BTT does not support:
  • the Web Service operation's output is a complex type and the complex type returns more than one elements
  • the Web Service bindings is using "document" style with "literal" encoded inputs and outputs
In this situation, users cannot invoke such Web Service via BTT's Web Service accessing operation.
Workaround
But users can invoke such typed Web Service operation via BTT's Web Service Connector service.
Details
Here 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
    • ParamOut_schema1.xsd