Re: reusing configurationcontext objects

2010-06-22 Thread rahulYadav
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

Endpoints in WSDL

2010-06-21 Thread rahulYadav
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

i All,

2010-06-21 Thread rahulYadav
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

Re: Axis2 support for SOAP1.1

2010-06-20 Thread rahulYadav
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

Axis2 support for SOAP1.1

2010-06-17 Thread rahulYadav
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