try setting this...
configurationContext.setProperty(Packages.org.apache.axis2.transport.http.HTTPConstants.REUSE_HTTP_CLIENT,
true);
gerpres wrote:
>
> FYI: I'm using axis 1.5.1
>
> I cannot confirm the problem mentioned at:
> http://old.nabble.com/Resuse-of-configurationcontext-ends-in-o
Hi All,
If i have a webservice with 3 endpoints each for Soap1.1, SOAP1.2 and a
HTTP Endpoint, can i use either of these endpoints to call webservice if yes
then what would be the difference in SOAP msgs communicated between client
and webservice in each case of endpoint.
Thanks All.
Rahul
--
V
H
--
View this message in context:
http://old.nabble.com/i-All%2C-tp28947738p28947738.html
Sent from the Axis - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [email protected]
For addit
t; Have you ever tried "-b" parameter for "wsdl2java" when generating
> classes?
>
> Ceri
>
>
>
>
> - Original Message
> From: rahulYadav
> To: [email protected]
> Sent: Thu, June 17, 2010 1:05:33 PM
> Subject: Axis2 su
Hi All,
I am in strange problem.I have a webservice written with Axis1.4 and
supports only SOAP1.1 over http, i use its wsdl to generate java using
wsdl2java Axis2 APIs i.e. stub created by Axis2. Using the stub class to
call webservice throws exception complaining of Unexpected subelement in
SOA