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
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
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
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
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