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, what's the easiest (and free

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
You can consume a document style service with an RPC-style client. For example, if you download the wsdl for the "Shakespeare" service (which is a fun little document-style service on xmethods) and feed it to the Axis wsdl2java tool, it will generate Java objects which can be used to communicate R