Sorry, for this question. My problem was that I configured tcpmon in a wrong way (proxy instead of listener).
Thomas Am Fri, 4 Jul 2008 07:48:15 +0200 schrieb Thomas Porschberg <[EMAIL PROTECTED]>: > Hi, > > I'm new to AXIS2 and rampart. > However in a first step I got a simple unsecure webservice > running with AXIS2-server and a gsoap client. > In a second step I installed rampart and tried to execute the > samples. > I run sample02 successful (I copied the sample02.aar to > axis2-1.4/repository/services and run "ant client.02"). > Next step was to observe the SOAP-messages exchanged with tcpmon > (at least I thought so...). > I started tcpmon listening on port 9080 changed > > <property name="client.port" value="9080"/> > > in ../rampart-1.3/samples/basic > > and started the client again. > > Now I get an exception: > > [java] Exception in thread "main" org.apache.axis2.AxisFault: > Connection reset [java] at > org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) [java] at > org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193) > > In tcpmon I see: > > -------------------------------------------- > POST /axis2/services/sample02 HTTP/1.1 > -------------------------------------------- > java.net.MalformedURLException: no protocol: axis2/services/sample02 > at java.net.URL.<init>(URL.java:567) > at java.net.URL.<init>(URL.java:464) > at java.net.URL.<init>(URL.java:413) > at > org.apache.ws.commons.tcpmon.Connection.run(Connection.java:276) > -------------------------------------------- > > > How can this be solved ? > > Regards, > Thomas > > -- Otto Software Partner GmbH Tel.: 0351/49723 158 Email: [EMAIL PROTECTED] 01067 Dresden, Freiberger Str.35 - AG Dresden, HRB 2475 Geschäftsführer: Burkhard Arrenberg, Heinz A. Bade, Jens Gruhl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
