The result is empty for the XPath expression
891158Nov 23 2011 — edited Feb 26 2020Hi,
In my BPEL process, I connect to a external WS running in a PSFT server by the wsdl url, so when i deploy my bpel and test it, the external WS return an error message and i must map to the output BUT return the message: "Error in evaluate <from> expression at line "91". The result is empty for the XPath expression : "/ns3:Update_Company_Response/ns3:COMPANY".
This is the input message and returned by external WS:
<messages>
<Invk_UpdateEntity_UPDATE_COMPANY_InputVariable>
<part name="parameter">
<UPDATE_COMPANY_REQ>
<ns1:COMPANY>DF</ns1:COMPANY>
<ns1:EFFDT>2013-11-23</ns1:EFFDT>
<ns1:EFF_STATUS>I</ns1:EFF_STATUS>
<ns1:DESCR>Duro Felguera S.A.</ns1:DESCR>
<ns1:DEFAULT_SETID/>
<ns1:DESCRSHORT/>
<ns1:INDUSTRY_SECTOR/>
<ns1:POSTAL>33007</ns1:POSTAL>
</UPDATE_COMPANY_REQ>
</part>
</Invk_UpdateEntity_UPDATE_COMPANY_InputVariable>
<Invk_UpdateEntity_UPDATE_COMPANY_OutputVariable>
<part name="parameter">
<upd:UPDATE_COMPANY_RESP>
<upd:COMPANY>Error: No existen filas para la empresa a fecha actual</upd:COMPANY>
</upd:UPDATE_COMPANY_RESP>
</part>
</Invk_UpdateEntity_UPDATE_COMPANY_OutputVariable>
</messages>
I'm trying maped to a string type.
Coud you help me?
Thanks and regards.