RE: consuming document-style web services

2003-01-03 Thread Marc Esher
ginal Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: Re: consuming document-style web services - Original Message - From: "Jonnycattt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: consuming document-style web services

2003-01-03 Thread Steve Loughran
- Original Message - From: "Jonnycattt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 07:13 Subject: consuming document-style web services > And another quick .NET question: If I code a java web service and use axis to deploy it

RE: consuming document-style web services

2003-01-03 Thread Davanum Srinivas
ge, though. > > Anne > > > -Original Message- > > From: Norris Merritt [mailto:[EMAIL PROTECTED]] > > Sent: Friday, January 03, 2003 11:34 AM > > To: 'Jonnycattt '; '[EMAIL PROTECTED] ' > > Subject: RE: consuming document-style web ser

RE: consuming document-style web services

2003-01-03 Thread Anne Thomas Manes
t: Friday, January 03, 2003 11:34 AM > To: 'Jonnycattt '; '[EMAIL PROTECTED] ' > Subject: RE: consuming document-style web services > > > You can consume a document style service with an RPC-style client. For > example, if you download the wsdl for the &

RE: consuming document-style web services

2003-01-03 Thread Norris Merritt
ommunicate RPC-style with the service. I've done this, so I know it works. -Original Message- From: Jonnycattt To: [EMAIL PROTECTED] Sent: 1/2/2003 11:13 PM Subject: consuming document-style web services Hi all, quick question: i see on xmethods that the .NET services are all Docum

consuming document-style web services

2003-01-03 Thread Jonnycattt
Hi all,   quick question: i see on xmethods that the .NET services are all Document style. Do I use the same approach to consuming these services as RPC services? I don't remember seeing any examples (or mention of differences in consuming) for Document style services in the docs. And another quick