Setup URL endpoint on stub (not hardcoded)

2013-07-17 Thread Jose María Zaragoza
Hello: I'm using Axis2 to generate a stub client from WSDL. The stub's code has got harcoded the URL endpoint Is there any standard way to make configurable the URL endpoint for a stub client ? Thanks

RE: Return issue Axis2 and JSON

2013-07-17 Thread harriquitawn tawn tawn
Hi, the first error I receive is Error 500: javax.servlet.ServletException: javax.servlet.ServletException: org.apache.axis2.AxisFault: The system is attempting to engage a module that is not available: addressing But I solved adding the modules as a lib changinge .mar to .jar (I use Websphere a

Re: Return issue Axis2 and JSON

2013-07-17 Thread Shameera Rathnayaka
Hi, On Wed, Jul 17, 2013 at 6:51 PM, harriquitawn tawn tawn < harriquit...@hotmail.com> wrote: > Hi, > > the first error I receive is > > Error 500: javax.servlet.ServletException: javax.servlet.ServletException: > org.apache.axis2.AxisFault: The system is attempting to engage a module > that is

RE: How to fix AxisError: "ServiceContext and OperationContext.parent do not match!"

2013-07-17 Thread Yashwanth Rajaram -X (yrajaram - ZENSAR TECHNOLOGIES INC at Cisco)
Thanks Kishanthan for helping out. We have not been seeing the error for a long time until a few weeks back only and that's why I wanted to find out: 1. If this error would indicate/cause a crash in the thread of execution. 2. What would cause the service contexts to out of sync. Ca

Re: Setup URL endpoint on stub (not hardcoded)

2013-07-17 Thread Isuru Perera
Hi, Yes. If you check the Stub constructors, you can see that there is constructor accepting the URL. You can use it provide the URL for the client. I hope this helps. Thanks! On Wed, Jul 17, 2013 at 1:29 PM, Jose María Zaragoza wrote: > > Hello: > > I'm using Axis2 to generate a stub client