Hi all, when we use document style web services, the method name of the server don’t appear on the xml call.

 

How resolve the web service who is the method that execute the client call? Looking to the example, how the server now that the method the user is calling is “method” and not “method2”???

 

Pardon for my english, i hope it is clear enough.

 

Regards, Enrique

 

 

Example extrac form the user guide documentation

 

<soap:Envelope xmlns="http://xml.apache.org/axis/wsdd/"
�� xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
� <soap:Body>
 <myNS:PurchaseOrder xmlns:myNS="http://commerce.com/PO">
�� <item>SK001</item>
�� <quantity>1</quantity>
�� <description>Sushi Knife</description>
 </myNS:PurchaseOrder>
� </soap:Body>
</soap:Envelope>

public void method(PurchaseOrder po)

 

 

Reply via email to