when try to call web service from another client i have an exception

Domanda when try to call web service from another client i have an exception

  • Wednesday, April 11, 2012 1:19 PM
     
     

    javax.xml.rpc.soap.SOAPFaultException: Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.

                    at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:568)

                    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396)

                    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)

                    at project1.proxy.runtime.IBSSecurityWSSoap_Stub.addSecuredObject(IBSSecurityWSSoap_Stub.java:1752)

                    at project1.proxy.IBSSecurityWSSoapClient.addSecuredObject(IBSSecurityWSSoapClient.java:54)

                    at project1.proxy.IBSSecurityWSSoapClient.main(IBSSecurityWSSoapClient.java:39)

    -the service written in c# 


All Replies