Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 38138 invoked from network); 14 May 2007 18:20:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 18:20:45 -0000 Received: (qmail 60465 invoked by uid 500); 14 May 2007 18:20:45 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 60117 invoked by uid 500); 14 May 2007 18:20:44 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 60087 invoked by uid 99); 14 May 2007 18:20:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 11:20:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 11:20:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A5D92714043 for ; Mon, 14 May 2007 11:20:16 -0700 (PDT) Message-ID: <24441258.1179166816676.JavaMail.jira@brutus> Date: Mon, 14 May 2007 11:20:16 -0700 (PDT) From: "Shweta Desai (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2657) Addressing Issue :Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message. In-Reply-To: <7419697.1178914395279.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shweta Desai updated AXIS2-2657: -------------------------------- Thanks for your response David When I try with , edd._getServiceClient().engageModule(new QName("addressing")); Excpetion is coming: org.apache.axis2.AxisFault: Unable to engage module : addressing at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:333) at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:318) at com.adp.ca.efiling.CATestWebServices2.adpConfigureServcieClient(CATestWebServices2.java:112) at com.adp.ca.efiling.CATestWebServices2.main(CATestWebServices2.java:322) > Addressing Issue :Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message. > --------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-2657 > URL: https://issues.apache.org/jira/browse/AXIS2-2657 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: client-api, kernel, transports, wsdl > Affects Versions: 1.2 > Environment: Windows XP Devlopment : Eclips 3.2.1 Cleint Side Axis2 1.2 Generation > Server:: Remote Server written in WSE 3.0 Microsoft Technology > Reporter: Shweta Desai > Priority: Blocker > Fix For: 1.2 > > > Hi, > I am trying to connect to the server which has been written in WES 3.0, SOAP 1.2/1.1 bindings. > Generated Stubs are in xmlBean for Soap 1.2/1.1. This is synchronous communication. > Error : > May 11, 2007 12:43:28 PM org.apache.commons.httpclient.HttpMethodBase readResponse > INFO: Discarding unexpected response: HTTP/1.1 100 Continue > org.apache.axis2.AxisFault: Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message. > at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434) > at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373) > at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294) > at gov.ca.edd.FsetServiceFsetServiceSoapStub.SendTransmission(FsetServiceFsetServiceSoapStub.java:843) > at com.adp.ca.efiling.CATestWebServices.main(CATestWebServices.java:339) > Code : > I have already set the below property. > But still getting the error. > ConfigurationContext c = ConfigurationContextFactory.createEmptyConfigurationContext(); > c.setProperty("WSAddressingVersion", "http://schemas.xmlsoap.org/ws/2004/08/addressing"); > ClientSoapStub edd = new ClientSoapStub (c,"https://fsettestprod.edd.ca.gov/fsetproxy/fsetservice.asmx"); > ServiceClient serviceclient=edd._getServiceClient(); > Options o =serviceclient.getOptions(); > o.setProperty(org.apache.axis2.addressing.AddressingConstants.WS_ADDRESSING_VERSION,org.apache.axis2.addressing.AddressingConstants.Submission.WSA_NAMESPACE); > TransportOutDescription tod = new TransportOutDescription(org.apache.axis2.Constants.TRANSPORT_HTTP); > CommonsHTTPTransportSender httpSender = new CommonsHTTPTransportSender(); > tod.setSender(httpSender); > o.setTransportOut(tod); > Your input is appreciated. I am stuck with this error for one week now. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org