I have a separate java web application running under Tomcat 5.5 in which I want to dynamically invoke web services using Axis2.
I was able to easily do this using Axis1, but I am running into a problem with Axis2. I've followed the simple examples in the documentation with creating a ServiceClient object and then sending a payload. However, I am having trouble with the ServiceClient object. I was creating it with the default constructor, but that doesn't work without the default axis2.xml file and repository. So, I looked into creating my own ContextConfiguration, but I can't seem to find any way of doing it dynamically. Do I have to point to a separate file every time (axis2.xml) or can I create the configuration in code alone? Can anyone point me to examples of how this might be done? ____________________________________________________________________________________ Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. http://answers.yahoo.com/dir/?link=list&sid=396545367 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
