Periodic query of client

2008-08-28 Thread Michael Sutter
Hello list, I have a strange problem with a Axis2 service and the corresponding client and maybe somebody can help me understanding what I'm doing wrong. I have a status service implemented with Axis2C running under a tomcat and the corresponding Java client for accessing the service. The jav

Client closing TCP connection

2008-08-29 Thread Michael Sutter
Hello everybody, I have a problem with my Axis2 Java client polling a Axis2C server. The client is polling a status method of my server every ten seconds. After running some hours a always got a exception on client side, that to many files are opened. So I searched where the problem is comin

Re: Client closing TCP connection

2008-09-01 Thread Michael Sutter
e property below. stub._setServiceClient.getOptions.setProperty(HTTPConstants.AUTO_RELEASE_CONNECTION, true); Thanks, Keith. On Fri, Aug 29, 2008 at 7:47 PM, Michael Sutter <[EMAIL PROTECTED]> wrote: Hello everybody, I have a problem with my Axis2 Java client polling a Axis2C server. The c

Re: Client closing TCP connection

2008-09-01 Thread Michael Sutter
with you meant in your mail? Kind regards Michael Michael Sutter wrote: Hello Keith, I'm a little bit confused about your reply. Did you really mean that I should set a new service client? Isn't the service client already set after initializing my stub object? What I have done is

Re: Periodic query of client

2008-09-02 Thread Michael Sutter
); Thanks, Keith. [1] http://wso2.org/library/230#REUSE_HTTP_CLIENT On Thu, Aug 28, 2008 at 10:23 PM, Michael Sutter <[EMAIL PROTECTED]> wrote: Hello list, I have a strange problem with a Axis2 service and the corresponding client and maybe somebody can help me understanding what I'm doin

Undeclared namespace prefix "SOAP-ENV"

2007-08-21 Thread Michael Sutter
Hello list, I have a problem by accessing a AXISCPP service from an AXIS(2) Java client. I have a very simple WSDL, having only one method adding two numbers. I must access this service over a Java client, if it is possible over a AXIS2 Java client. The wsdl is generated from a Java Class wit

AXIS2 1.3 backword compatible

2007-08-22 Thread Michael Sutter
Hello, i saw that axis2 version 1.3 has a -b option for backword compatibility with axis 1.* version. I tried to access from a axis2 Java Client a axiscpp 1.6 service. The client was generated with -b option. When accessing the service I always get a org.apache.axis2.AxisFault: com.ctc.wstx.exc

Re: Undeclared namespace prefix "SOAP-ENV"

2007-08-27 Thread Michael Sutter
icht > Datum: Mon, 27 Aug 2007 09:33:50 -0500 > Von: Nadir Amra <[EMAIL PROTECTED]> > An: axis-user@ws.apache.org > Betreff: Re: Undeclared namespace prefix "SOAP-ENV" > Ensure you are using SOAP 1.1. !.2 is not supported as of yet. > > Nadir K.

entry before soap message

2007-08-31 Thread Michael Sutter
Hello list, I have a problem by querying a webservice from a axis2 Java client. I have the WSDL of the service and generated the client stubs. After implementation of the client and accessing the service I always get a exception. I recorded the whole http request with a monitor program and so I

Re: RE: entry before soap message

2007-08-31 Thread Michael Sutter
1.1 chunking. > See here: http://wso2.org/library/952 > -jeff > > > -----Original Message- > From: Michael Sutter [mailto:[EMAIL PROTECTED] > Sent: Friday, August 31, 2007 9:27 AM > To: axis-user@ws.apache.org > Subject: entry before soap message > > Hello l

SOAP-ENV namespace not defined in response

2007-09-07 Thread Michael Sutter
Hello all, I have a problem when accessing a axiscpp (vers. 1.6) service from a axis2 (vers 1.3) client. The problem is that the SOAP-ENV namespace is not defined in the response. The request is: http://schemas.xmlsoap.org/soap/envelope/";>http://auger.fzk.org";>54 and the reponse: HTTP/1.1