Your sample is typical usage of the Apache SOAP code. Most of the applications you would write would be very similar.
For passing parameters, check GetAddress.java in the samples/addressbook directory. You will see it is simple, such as Vector params = new Vector(); params.addElement(new Parameter("nameToLookup", String.class, nameToLookup, null)); call.setParams(params); Scott Nichol ----- Original Message ----- From: "pop m" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 15, 2002 11:46 AM Subject: SOAP envelope Hi everybody , I have just begun work with SOAP technology, and I've got a simple example as you'll see in the attachment files. However, my example works, I don't understand when/how should I use SOAP envelope (request , response). I also want to pass parameters to my "scriey" method but no joy either. Please, somebody help me ! If you can, please send me a trivial example ! thanks ! Üdv. Pop Marius L. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com