Based on your questions, I am wondering whether you are confused by some other
postings to this list.  There was at least one inquiry from someone whose SOAP
knowledge appeared to be the JAXM samples from Sun.  There was a response that
recommended using functions within Apache SOAP that are not commonly used.

Normally, Apache SOAP does not work like JAXM.  It is much more like the JAX-RPC
dynamic invocation.  On the client, one creates and initializes a Call object,
then calls its invoke method.  On the server, your code does not need to be
aware that it is a SOAP service at all.  The deployment description is what
hooks your code to the Apache SOAP framework.

The following may be of use to you in getting started with Apache SOAP:
http://www.javaworld.com/javaworld/jw-04-2001/jw-0427-soap-p2.html

Scott

----- Original Message -----
From: "pop m" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 12:10 PM
Subject: SOAP envelope


Where should I put my SOAP envelope file(if it is a file)

Üdv. Pop Marius L.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to