Re: SOAP envelope

2002-04-18 Thread Scott Nichol
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

RE: SOAP envelope

2002-04-18 Thread Shashi Anand
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

Re: SOAP envelope

2002-04-15 Thread Scott Nichol
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

Re: SOAP envelope

2002-04-15 Thread pop m
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

Re: SOAP envelope

2002-04-15 Thread Scott Nichol
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

Re: SOAP envelope

2002-04-15 Thread Scott Nichol
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(