Re: Mutiple Methods call in SOAP Body

2003-06-24 Thread Daniel Zhang
Scott - Thank you so much for enlightening me on this issue. I dout they can do this in the beginning. Now I can go back to ask them to revise their spec. -Daniel Scott Nichol wrote: Apache SOAP does not directly support multiple method calls in a single SOAP request/response, although presu

Re: Mutiple Methods call in SOAP Body

2003-06-24 Thread Scott Nichol
Apache SOAP does not directly support multiple method calls in a single SOAP request/response, although presumably the messaging API could be used to accommodate this. The SOAP 1.1 spec does not specifically mention multiple method calls in a single SOAP request/response. Section 7 describes R

Mutiple Methods call in SOAP Body

2003-06-24 Thread Daniel Zhang
We have customers demand customed SOAP request. So we have to manually construct SOAP Envelope. However, our customer's proposal has TWO methods calls inside one SOAP envelope. Before I say NO to them, I want to make sure here, is that possible that you can call TWO methods in one SOAP Body?