The Apache SOAP code creates envelopes for you based on the code that is
executed. For example, a client will call SOAPMappingRegistry#mapType to
specify a serializer for a type (Java class), create a Vector of Parameter
instances and specify the target URI, encoding, method name and endpoint (UR
You
use SOAP API to create a SOAP envelopes. Such as the API of Apache
SOAP.
Shashi
Anand
-Original Message-From: pop m
[mailto:[EMAIL PROTECTED]]Sent: Thursday, April 18, 2002 8:57
PMTo: [EMAIL PROTECTED]Subject: SOAP
envelope
I have just understood
that I don't
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 c
thank you for all !
Üdv. Pop Marius L.
- Original Message -
From: "Scott Nichol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 4:16 PM
Subject: Re: SOAP envelope
> There is no SOAP envelope file. Code within the Apache SOAP library
c
There is no SOAP envelope file. Code within the Apache SOAP library creates the
envelope for you based on what you tell it about parameters, target URI, method
name, etc.
Scott
- Original Message -
From: "pop m" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 12
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(