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 on client, we have the xml of the attributes for operation to be invoked. Assume we can customize this xml based on service type, i.e if service is supporting encoded format, we may insert type information in this xml otherwise we can supply the raw xml schema compliant structure.
Now we need that according to requirement, we can ask to Axis Client to accept these xml structures for attributes and if the service is of message style, pass it as it is otherwise just insert the given xml in place of parameters serialized structure.
This is the specific scenario that we want to enable on client side. I hope above para would communicate my need. There are many hooks for doing this work, but there may be any standard way for doing this work which I want to explore.
Any kind of help would be great for us.
Thanks,
Mohit
"THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> wrote:
Mohit,Can you provide specifics of the service your client is consuming.Looks like what you need is a message 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: Monday, December 20, 2004 11:19 PM
To: AxisUser MailingList
Subject: XML Input to Axis Client Side API for web service invocationHello Everybody,I have an issue with Axis Client side API. The requirement is that:I want to invoke web services using Axis Client. Now here I don't have parameters as java objects rather I do have XML structure ( as required for soap message ) for these objects. So is there any way to configure Axis Client to accept this XML as input param and set it directly to SOAP message. Otherwise it generally tries for RPC parameters and so invoke serialization for these parameters.Or do we need to write customize serializer for this purpose, where we would return this XML structure in place of general serialization process.Thanks,Mohit
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.