Re: Max XML size while parsing SOAP request in Axis2

2012-09-24 Thread Benjamin Fan
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

Re: http-client-3-wrapper

2012-09-24 Thread Sagara Gunathunga
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

RE: http-client-3-wrapper

2012-09-24 Thread George Stanchev
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

org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Denise Wu
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