Axis incorporates SAAJ and wsdl4j. The first is used to create and manipulate SOAP envelopes and their content. The second is used to read information from WSDLs. If you Google for these APIs you can find descriptions of how to use them; perhaps they are adequate to your purpose.
Axis also provides an example of dynamic invocation which uses the Call interfaces. Jeff On 2/1/07, Venky Vasant <[EMAIL PROTECTED]> wrote:
Hello I have used Apache Axis and have written a client which connects to webservices and gets response using Invoke, it worked fine for me thanks for this one. Unfortunately my requirement is to write a client which builds SOAP XML from the regular XML myself and may be read WSDL (i am guessing that AXIS read WSDL to create SOAP envelope around the regular XML) to add proper namespaces and then use Call method tto get the response. This means kind of avoid a upper layer of abstraction Let me know if this can be done, if yes let me know how and if there is code i can go through and use for my web-service client Thanks,Regards Venkat ____________________________________________________________________________________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV. http://tv.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
