Re: [Axis2] Problems with .NET Service and Axis2 Client

2007-04-19 Thread Paul Fremantle
Florian The best way to debug this is to trace it with TCPMON. You need to set your Proxy up and start TCPMON in proxy mode on say port 8001. ProxyProperties pp = new ProxyProperties(); pp.setProxyName("localhost"); pp.setProxyPort(8001);

Re: [Axis2] Problems with .NET Service and Axis2 Client

2007-04-19 Thread EDGE
eMethod(HttpClient.java:396) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346) > at > org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:541) > at > org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:119) > at > org.apache.axis2.tran

[Axis2] Problems with .NET Service and Axis2 Client

2007-04-16 Thread Florian Wachs
Hello all, I`m trying to use a simple .NET Service with Axis2. It´s a simple HelloWorld Service. After generating the stub with wsdl2java, I tried to invoke the service, but I´m getting the following errors. I also implemented the same service with Axis2 and created a Axis2 service and it wor