Amila,
Thanks. I was able to figure out the issue. It was a mistake on my end. Sumit ________________________________ From: Amila Suriarachchi [mailto:[email protected]] Sent: Monday, January 19, 2009 3:53 AM To: Sumit Shah Cc: [email protected] Subject: Re: Sandesha2 Create Sequence Request refused by RM destination On Tue, Jan 13, 2009 at 5:57 AM, Sumit Shah <[email protected]> wrote: Hello, I am getting the "Create Sequence Request refused by RM destination" error. Here is the sample SOAP request: <?xml version='1.0' encoding='UTF-8'?> <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header> <wsa:To>http://localhost:9001/coretestWebServices/services/WSReliableMes sagingTestService</wsa:To> <wsa:ReplyTo> <wsa:Address>http://loclahost:7001/axis2/services/WSReliableMessagingTes tService</wsa:Address> </wsa:ReplyTo> <wsa:MessageID>urn:uuid:99BB7CF02ACACECED71231805583689</wsa:MessageID> <wsa:Action>http://docs.oasis-open.org/ws-rx/wsrm/200702/CreateSequence< /wsa:Action> </soapenv:Header> <soapenv:Body> <wsrm:CreateSequence xmlns:wsrm="http://docs.oasis-open.org/ws-rx/wsrm/200702"> <wsrm:AcksTo> <wsa:Address>http://localhost:7001/axis2/services/WSReliableMessagingTes tService</wsa:Address> </wsrm:AcksTo> </wsrm:CreateSequence> </soapenv:Body> </soapenv:Envelope> 9001 is just a proxy port (to collect SOAP XML) forwarded to 7001, where the Weblogic server is deployed. Here is the client code snippet (options and call): options.setProperty(SandeshaClientConstants.RM_SPEC_VERSION,Sandesha2Con stants.SPEC_VERSIONS.v1_1); options.setTimeOutInMilliSeconds(10000); options.setUseSeparateListener(true); options.setProperty(SandeshaClientConstants.AcksTo, p.getParamValue().get(0).getValue()); resp = serviceClient.sendReceive(new QName("", this.mAction), req); I would appreciate if someone could point me in the right direction. I may be missing something. Have you tested with the Axis2-SNAPSHOT and Sandesha2-SNAPSHOTS? Is there any other details displayed in the web logic console? thanks, Amila. Thanks Sumit --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
