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

Reply via email to