AW: @OneWay interpretation and HTTP binding

2012-07-31 Thread Stadelmann Josef
Guess you can find that easy. Write a sleep(8*3600*1000) statement into your one way service method. If you get back the thread-of-control at the client after 8 hours only then you know the thread does not return up on delivery of the request but after the method has executed, but this time j

RE: @OneWay interpretation and HTTP binding

2012-07-31 Thread COURTAULT Francois
Hello Josef, I already know that. My goal is not to test the behavior of Web Service stack. For example, I have tested the following behavior stacks against @OneWay: - Metro/Glassfish - CXF - Weblogic Sorry I haven't enough time to test Axis 2 right now but I promise

Re: [Axis2] REST web service

2012-07-31 Thread Jack Sprat
Kishanthan, Sagara, anyone.. Can someone assist with my problem?  I cannot get my web service to work via REST.  It works perfectly with a SOAP request. Thanks. J From: Jack Sprat To: "java-user@axis.apache.org" Sent: Monday, July 23, 2012 4:35 PM Subject: Re

RE: [Axis2] REST web service

2012-07-31 Thread Martin Gainty
any reason why your response element is commented out? can you un-comment echoResponse and redeploy? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir ho

Re: [Axis2] REST web service

2012-07-31 Thread Jack Sprat
There is a comment before the response element but it is not commented out.  I don't think the SOAP request would work if the response was commented out. It looks like the original message has been lost.  I can access the web service with REST but always get a blank response. I have a WSDL 1.1