RE: XML Input to Axis Client Side API for web service invocation

2004-12-22 Thread THOMAS, JAI [AG-Contractor/1000]
and invoke theservice. Jai -Original Message-From: Adaptive Protocols [mailto:[EMAIL PROTECTED]Sent: Tuesday, December 21, 2004 9:04 PMTo: [EMAIL PROTECTED]Subject: RE: XML Input to Axis Client Side API for web service invocation Hi Jai, Hi Christian Thanks for the help

RE : XML Input to Axis Client Side API for web service invocation

2004-12-21 Thread Faucher, Christian
Title: Message I am not sure it answers your question but... If you use SOAPBodyElement instances as parameters (instead of Java class/basictypes), Axis switches to messaging mode, where user-defined XML structure are passed in the SOAPBody element, within the SOAP request. Of course,

RE: XML Input to Axis Client Side API for web service invocation

2004-12-21 Thread THOMAS, JAI [AG-Contractor/1000]
Mohit, Can you provide specifics of the service your client is consuming. Looks like what you need is amessage style method. If your server supports it you should be able to supply an xml doc. Jai -Original Message-From: Adaptive Protocols [mailto:[EMAIL PROTECTED]Sent:

RE: XML Input to Axis Client Side API for web service invocation

2004-12-21 Thread Adaptive Protocols
Hi Jai, Hi Christian Thanks for the help. You are right that the requirements are very likely by fulfilled by using message style communication. But we have a different scenario, that is on server we may have any kind of web service, that can be rpc-literal-encoded or wrapped-literal etc; but