Hi all.

I design an asynchrony process but when I create the instance it give me the error

[2012-03-05 10:26:54,188] ERROR - AxisEngine - *The [action] cannot be processed at the receiver.*


I check with the SOAP Message Tracer and the error look like this

   <soapenv:Envelope
   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>

   <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing";>

   <wsa:To>http://www.w3.org/2005/08/addressing/none</wsa:To>

   <wsa:ReplyTo>

   <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>

   </wsa:ReplyTo>

   <wsa:MessageID>urn:uuid:6c19a348-6242-4e5e-95ec-55f2814ff269</wsa:MessageID>

   <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action>

   <wsa:RelatesTo>urn:uuid:3ea8b265-cbf4-4916-8941-f1b7400df230</wsa:RelatesTo>

   *<wsa:FaultDetail>*

   *<wsa:ProblemAction>*

   *<wsa:Action>http://asincrono.cdae.uci.cu/onResult</wsa:Action>*

   *</wsa:ProblemAction>*

   *</wsa:FaultDetail>*

   </soapenv:Header>

   <soapenv:Body>

   <soapenv:Fault xmlns:wsa="http://www.w3.org/2005/08/addressing";>

   *<faultcode>wsa:ActionNotSupported</faultcode>*

   *<faultstring>The [action] cannot be processed at the
   receiver.</faultstring>*

   <detail />

   </soapenv:Fault>

   </soapenv:Body>

   </soapenv:Envelope>

Also I try the example DILoanService that is in the BPS and It give me the same error

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>

<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing";>

<wsa:To>http://www.w3.org/2005/08/addressing/none</wsa:To>

<wsa:ReplyTo>

<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>

</wsa:ReplyTo>

<wsa:MessageID>urn:uuid:36ee82d2-5102-42e1-aec8-5465c8ab146c</wsa:MessageID>

<wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action>

<wsa:RelatesTo>urn:uuid:4e49f62c-e995-452e-a0c5-d7f0eff963b5</wsa:RelatesTo>

***<wsa:FaultDetail>*

*<wsa:ProblemAction>*

*<wsa:Action>http://wso2.org/bps/samples/LoanService/onLoanOffer</wsa:Action>*

*</wsa:ProblemAction>*

*</wsa:FaultDetail>*

</soapenv:Header>

<soapenv:Body>

<soapenv:Fault xmlns:wsa="http://www.w3.org/2005/08/addressing";>

*<faultcode>wsa:ActionNotSupported</faultcode>*

*<faultstring>The [action] cannot be processed at the receiver.</faultstring>*

<detail />

</soapenv:Fault>

</soapenv:Body>

</soapenv:Envelope>

Is this normal?




Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE 
ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU!
http://www.antiterroristas.cu
http://justiciaparaloscinco.wordpress.com
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to