Hi,
i've this problem with axis2:
 i've two services in the same wsdl but  the response of one of this service
is <faultstring>The endpoint reference (EPR) for the Operation not found is
http://172.31.4.49:9090/outboundws/services/Outbound and the WSA Action =
</faultstring>

i've read the but i didn't found the solution: http://wso2.org/library/176


Why the response of one of this is correct and the second is not correct? 
The soap action is null in all this message 

I post the example:

POST /outboundws/services/Outbound HTTP/1.0
Host: 172.31.4.49:9090
Content-Type: text/xml; charset=utf-8
Content-Length: 1432
SOAPAction: ""

<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
<soapenv:Body>
<m:outboundService dataSetVersion="1.0"
xmlns:m="http://www.fasfafdw.it/outboundService/outboundService";>
<appuntamento >bla bla bla</appuntamento>
</m:outboundService>
</soapenv:Body>
</soapenv:Envelope>

In this case the response is not correct:

Instead in the call of this service is correct:

POST /outboundws/services/Outbound HTTP/1.0
Host: 172.31.4.49:9090
Content-Type: text/xml; charset=utf-8
Content-Length: 654
SOAPAction: ""

<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
<soapenv:Body>
<m:SMSService dataSetVersion="1.0"
xmlns:m=xmlns:m="http://www.fasfafdw.it/outboundService/SMSService";>
                        <message cell="+393358478769">
                                <textMessage>testomessagio.....</textMessage>
                        </message>
                </m:SMSService>
</soapenv:Body>
</soapenv:Envelope>

-- 
View this message in context: 
http://www.nabble.com/faultstring%3EThe-endpoint-reference-%28EPR%29-for-the-Operation-not-found-is-http%3A--172.31.4.49%3A9090-outboundws-services-Outbound-and-the-WSA-Action-%3D-%3C-faultstring%3E-tf4592781.html#a13111387
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to