RE: Doubt on Web Services -SOAP

2001-10-17 Thread Tony Yip
-SOAP - Original Message - From: "David Wall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 9:19 PM Subject: Re: Doubt on Web Services -SOAP > > > The first one is rpc-style and the second one(the one which u want) > >

Re: Doubt on Web Services -SOAP

2001-10-16 Thread C Santosh Kumar
- Original Message - From: "David Wall" <[EMAIL PROTECTED]> To: "C Santosh Kumar" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 10:25 AM Subject: Re: Doubt on Web Services -SOAP > > > Maybe I don't understand, but why can'

Re: Doubt on Web Services -SOAP

2001-10-16 Thread C Santosh Kumar
- Original Message - From: "David Wall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 9:19 PM Subject: Re: Doubt on Web Services -SOAP > > > The first one is rpc-style and the second one(the one which u want) > > >

Re: Doubt on Web Services -SOAP

2001-10-16 Thread David Wall
> > The first one is rpc-style and the second one(the one which u want) > > is document style. In the document style, you can send plain xml > > inside the body of the soap envelope. > > If you are using Apache soap-2.2, read about writing message server/clients > > in the documentation there. Ma

RE: Doubt on Web Services -SOAP

2001-10-16 Thread Wilkins, Craig
P/WSDL types. Good Luck! -Original Message- From: P Sreenivasa Rao [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 16, 2001 2:30 AM To: [EMAIL PROTECTED] Subject: Doubt on Web Services -SOAP Hi all, In our application,we are using XML messages as requests and responses

Re: Doubt on Web Services -SOAP

2001-10-16 Thread PITCHUKA SRINIVASA RAO
Thank you Santosh.I'll get back to you after reading the Doc. Thanks and regards, Sreenivas On Mon, 15 Oct 2001, C Santosh Kumar wrote: > . > > > > I want to know whether I've to send the whole XML request in the SOAP > > request and same in the case of XML response also.Generally we'll forma

Re: Doubt on Web Services -SOAP

2001-10-16 Thread Naresh Agarwal
Hi u can either use Document-Style or u can send the XML using Soap attachments. Regards, Naresh - Original Message - From: "P Sreenivasa Rao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 11:59 AM Subject: Doubt on Web Services

Re: Doubt on Web Services -SOAP

2001-10-16 Thread C Santosh Kumar
. > > I want to know whether I've to send the whole XML request in the SOAP > request and same in the case of XML response also.Generally we'll format a > SOAP request with the service to be called and with the required > parameters. > But here I want to send the whole XML request/response as

Doubt on Web Services -SOAP

2001-10-15 Thread P Sreenivasa Rao
Hi all, In our application,we are using XML messages as requests and responses and now we want to implement the communication between some components with Web Sevices. I want to know whether I've to send the whole XML request in the SOAP request and same in the case of XML response also.