You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by matteo belloni <be...@cefriel.it> on 2001/03/06 13:35:27 UTC

Reply please

I'm a student and new user.I have a question:
1)I can send the request in two way:
    -with RPC (with method call)
    -with message (with method send)
What is the difference?

2)If I use the first method is exactly create a DOM and the make call(Doc) where Doc is an instance of Document or I make the request in another way(such as put this in Envelope-Body with setBodyEntries)? 

3)If I use the second method I must create a DOM then place the Doc in a Vector and do setbodyentries(vector) and then make the send?

Can you teach me better this?

thanks in advance
Theo