Ulf,
Ok this is where I am..
I was able to follow the axis2
doc. and created a simple POJO class , used the JAVA2WSDL script to create *.aar service deployed it on my tomcat/webapps/axis2 , and it was successfully consumed by my target customers ( which are actually on an external separate server with ASP evnironment). Ok so that was good. Now here is my challenge.
I have to be able to consume a web service ,
http://services.lpcorp.com/TestService/testservice.asmx ( which is built using ASP environment) and I tried creating a stub by following the axis2 documentation just on the command line.
1. WSDL2Java -uri
http://services.lpcorp.com/TestService/testservice.asmx -p org.apache.axis2.testservice -d adb -s
This is where I get all kinds of error like codeGenerationException : Error parsing WSDL, WSDLException, SAXParseException..
my questions are
1. how do I create a client with in the Axis2 for such webservice that is not WSDL formatted?
2. I am hoping to consume the web service with a call inside my helper classes with in
J2EE architecture.. and I am confused how to set this up so since the scripts cannot be used in run environment..
My due date is in one week and I am desperately needing your help.
Thanks