The message example uses a Call, but if you examine it, it doesn't provide an operation name, and you give it a bunch of w3c.dom.Elements to form the body, so it's essentially doing a document style invocation.
+Melissa On Friday, April 19, 2002, at 04:01 , Mount, Dave wrote: > I've looked at that sample. It uses the Call class instead of the > Message > class. For some reason I thought that I had to use Message with the Web > services I am trying to invoke. Could have just been on the wrong > track. > > Thanks. > > -----Original Message----- > 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 > 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. > > Kenneth > > -- > Kenneth Bowen [EMAIL PROTECTED] > Software Engineering/Technology Advancement Group
