To read the WSDL simply read it through an HTTP connection and then extract the information that you need directly from it.
Originally posted by vjy chin:
Are you saying that I need to parse the xml and look for the tag "wsdl:message" in <wsdl:message name="HelloWorldRequest">
<wsdl art name="data" type="xsd:string" />
</wsdl:message>
Originally posted by vjy chin:
I tried running the example you had written and I was not able to run it. I changed a bit.
Originally posted by vjy chin:
Is this correct? If not how should I do this for my example
What value should I set for this and how do I determine the value.
Originally posted by Elsan:
You can use axis's Emitter class which is being used by axis's WSDL2Java behind the scene.
If you believe you can tell me what to think, I believe I can tell you where to go. Go read this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|