Re: [Dev] JMS to http - Operation not found issue in the backend service.

2012-12-07 Thread Pradeep Fernando
Namespace still refers to soap12. (http://www.w3.org/2003/05/soap-envelope). change the namespace to soap11 namespace. On Sat, Dec 8, 2012 at 3:41 AM, Kasun Weranga wrote: > Hi Harshana, > > Now I didn't get Operation not found issue but now it reports namespace > mismatch issue. > > > [2012-12

Re: [Dev] JMS to http - Operation not found issue in the backend service.

2012-12-07 Thread Kasun Weranga
Hi Harshana, Now I didn't get Operation not found issue but now it reports namespace mismatch issue. [2012-12-07 23:02:36,505] ERROR {org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} - Exception occurred while trying to invoke service method placeOrder org.apache.axis2.AxisFault: namesp

Re: [Dev] JMS to http - Operation not found issue in the backend service.

2012-12-07 Thread Harshana Martin
Hi KasunW, Can you try this again after setting the Address Endpoint Message Format to Soap1.1? Sample Endpoint Configuration is given below. http://localhost:9000/services/SimpleStockQuoteService";> 0

[Dev] JMS to http - Operation not found issue in the backend service.

2012-12-07 Thread Kasun Weranga
Hi, I have following listener proxy which take messages from the queue and send it to the SimpleStockQuoteService service. http://ws.apache.org/ns/synapse"; name="JMSQueueListenerProxy" transports="jms" statistics="disable" trace="disable" startOnLoad="true">