Hello,

 

Perhaps I will try a simpler question first.  Has anyone successfully
created an axis2 web service which in turn calls another web service and
returns results back to the original caller.  Like so:

 

Request:

Client --->  Axis2 web service (with proxies to 3rd party service referenced
in service implementation) ---> 3rd party service

 

Response:

3rd party service ---> (proxy classes in my own Axis2 service) Axis 2
service ----> client

 

Think of it as a 1 to 1 call on my service to the 3rd party service

 

Has anyone successfully done this?   I can only make about 10 calls before I
get errors in my proxy classes in my own service(the ones that call the 3rd
party service).

 

Has anyone ever done anything like this and got it working with Axis2 and
Tomcat?

 

Thanks

 

Chris

Reply via email to