RE: Using Axis to build client to Web Services

2002-04-19 Thread Parimi Srinivas (CW)
look at org.apache.axis.utils.Admin class provided in axis code, it works as a Message service, -Original Message- From: Melissa Turner [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 4:20 PM To: [EMAIL PROTECTED] Subject: Re: Using Axis to build client to Web Services The

Re: Using Axis to build client to Web Services

2002-04-19 Thread Melissa Turner
- > From: Kenneth Bowen [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 19, 2002 3:46 PM > To: [EMAIL PROTECTED] > Subject: Re: Using Axis to build client to Web Services > > > Dave> Are there any examples of writing SOAP clients that use > Message > rather than

RE: Using Axis to build client to Web Services

2002-04-19 Thread Jamie Powell
You are correct, they are all using SOAP RPC-STYLE calls. None of them are using messages. I am looking for the same. Jamie Powell -Original Message- From: Mount, Dave [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 3:32 PM To: '[EMAIL PROTECTED]' Subject: Using Axi

RE: Using Axis to build client to Web Services

2002-04-19 Thread Mount, Dave
EMAIL PROTECTED]] Sent: Friday, April 19, 2002 3:46 PM To: [EMAIL PROTECTED] Subject: Re: Using Axis to build client to Web Services Dave> Are there any examples of writing SOAP clients that use Message rather than Dave> Call? All of the examples seem to use RPC-style SOAP calls, but

Re: Using Axis to build client to Web Services

2002-04-19 Thread Kenneth Bowen
Dave> Are there any examples of writing SOAP clients that use Message rather than Dave> Call? All of the examples seem to use RPC-style SOAP calls, but I'm rather Dave> new to SOAP, so I could easily be mistaken. Look in samples/message. I'm doing it, but haven't deployed yet. Kenne

Using Axis to build client to Web Services

2002-04-19 Thread Mount, Dave
Are there any examples of writing SOAP clients that use Message rather than Call? All of the examples seem to use RPC-style SOAP calls, but I'm rather new to SOAP, so I could easily be mistaken.