Srinivasa,
Even if you manage to get it to work I would strongly advise that you
redesign the interface to implement handshaking to pass the data using
multiple messages with a fixed max. message size. I've had consulting
engagements in the past to fix production systems with exactly this problem
Nice work, please host your code somewhere like Google code or sourceforge
so that other also can get benefit out of this. BTW current Axis2 trunk
support for both HTTPClient 3.x and 4.x version, if you are interest please
test HTTPClient 4.x based implementation available on Axis2 1.7.0-SNAPSHOT
v
Speaking of which, when is 1.7.0 slated for release?
From: Sagara Gunathunga [[email protected]]
Sent: Monday, September 24, 2012 6:28 AM
To: [email protected]
Subject: Re: http-client-3-wrapper
Nice work, please host your code somewhere like Goog
Hi,
I developed a simple webservice to return a string based on an input
string sent by the client.
I configured my apache tomcat and axis2 for https on port 8443.
When I send a query, it got received by the server as I can display
the input string from the skeleton class and see it on tomcat log