- or download this
<namesp1:getResponse xmlns:namesp1="http://127.0.0.1/testSoap">
<s-gensym3>
...
<first xsi:type="xsd:string">Foo</first>
</s-gensym3>
</namesp1:getResponse>
- or download this
<ns:get_IN xmlns:ns="http://127.0.0.1/testSoap">
<Map xmlns="http://xml.apache.org/xml-soap">
...
</item>
</Map>
</ns:get_IN>
- or download this
package testSoap;
+
...
}
+
1;
- or download this
<message name="getResponse">
<part name="user" type="apachesoap:Map"/>
...
<output message="tns:getResponse"/>
</operation>
</portType>
- or download this
<xsd:element maxOccurs="1" minOccurs="0" name="item" type="apachesoap:
+item"/>
- or download this
<xsd:element maxOccurs="unbounded" minOccurs="0" name="item" type="apa
+chesoap:item"/>