Wsdl (rpc)

Hi Mark,

Did you get the output. Can you please explain me the process.

What i have done is. After generating the WSDL(RPC) for the flow service. I generated the webservice connector for the above WSDL file. Now when i am running the webservice connector, i am not getting the output, only inputs are again displayed in the results panel.

Here I’m pasting the .wsdl script that I used to generate the web service connector

<?xml version="1.0" encoding="UTF-8"?>

<wsdl:definitions name=“IBM_Kirti” targetNamespace=“[URL=“http://www.webmethods.com/”]http://www.webmethods.com/[/URL]
xmlns:wsdl=“[URL=“http://schemas.xmlsoap.org/wsdl/”]http://schemas.xmlsoap.org/wsdl/[/URL]
xmlns:xsd=“[URL=“http://www.w3.org/2001/XMLSchema”]http://www.w3.org/2001/XMLSchema[/URL]
xmlns:http=“[URL=“http://schemas.xmlsoap.org/wsdl/http/”]http://schemas.xmlsoap.org/wsdl/http/[/URL]
xmlns:tns=“[URL=“http://www.webmethods.com/”]http://www.webmethods.com/[/URL]
xmlns:mime=“[URL=“http://schemas.xmlsoap.org/wsdl/mime/”]http://schemas.xmlsoap.org/wsdl/mime/[/URL]
xmlns:soap=“[URL=“http://schemas.xmlsoap.org/wsdl/soap/”]http://schemas.xmlsoap.org/wsdl/soap/[/URL]”>
wsdl:types
<xsd:schema xmlns:xsd=“[URL=“http://www.w3.org/2001/XMLSchema”]http://www.w3.org/2001/XMLSchema[/URL]” targetNamespace=“[URL=“http://localhost/IBM/Kirti/add”]http://localhost/IBM/Kirti/add[/URL]” xmlns:tns=“[URL=“http://localhost/IBM/Kirti/add”]http://localhost/IBM/Kirti/add[/URL]”>
<xsd:complexType name=“__addInput”>
xsd:sequence
<xsd:element name=“a” nillable=“true” type=“xsd:string”/>
<xsd:element name=“b” nillable=“true” type=“xsd:string”/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name=“__addOutput”>
xsd:sequence
<xsd:element name=“result” nillable=“true” type=“xsd:string”/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>

</wsdl:types>

<wsdl:message name=“_addInput”>
<wsdl:part name=“a” type=“xsd:string”/>
<wsdl:part name=“b” type=“xsd:string”/>
</wsdl:message>

<wsdl:message name=“_addOutput”>
<wsdl:part name=“result” type=“xsd:string”/>
</wsdl:message>
<wsdl:portType name=“IBM_KirtiPortType”>
<wsdl:operation name=“add”>
<wsdl:input message=“tns:_addInput”/>
<wsdl:output message=“tns:_addOutput”/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name=“IBM_KirtiBinding” type=“tns:IBM_KirtiPortType”>
<soap:binding style=“rpc” transport="