Chinmaya,

If the goal is to automatically pick up files from a given file system location (local or remote) and inject them as SOAP messages into Axis2 (are you using Axis or Axis2?) then you should have a look at the VFS transport implemented as part of the Apache Synapse project.

Andreas

Quoting "chinmaya sn (chins)" <[EMAIL PROTECTED]>:

Hi,
I have a WSDL + XSD file. I used axis to implement a server for the given
WSDL.
So I used the Java Objects and Skeleton generated by Axis' wsdl2java.

Now I have a requirement where I have a soap XML file which will be same as
SOAP request XML. Only difference is instead of getting it over HTTP
I will be reading it from a flat file.

Now I want to use Axis to execute SOAP operation based on this XML file.

So.. Can I feed this SOAP xml file to any AXIS APIs so that it calls
my current server implementation (the one which implements skeleton).

Thanks
Chinmaya






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to