Error en secuencia con el SoapGateWay

Hi

I am currently working with crossvision Service Orchestrator Studio version 3.1.1.0. development of a project, which among other things must send a response to the client and for this, use the Web Service they told me. I’m doing tests from the Studio with a test message and I is generating the error to which I refer below. I would appreciate help with this issue, and what can not be happening. The sequence I’m working on is:

?xml version=“1.0” encoding=“UTF-8”?>








The message that I’m working with the test is as follows:




45679
2085
832795
93238
714893
114383
829276


OK
1



The error processing the message is:
Internal error: com.softwareag.xbridge.exceptions.XException: No on_error sequence found. Exception: “com.softwareag.xbridge.exceptions.XException: Failed to match element in XPath evaluation: /m:EmisionIndResultado not found” in sequence “http://SMDT01V.colseguros.col:53305/CentraSite_authenticated/CentraSite/ino:dav/ino:dav/projects/ServiceOrchestrator/EmisionIndDes/Sec_Resp_Emision_3.xml” at line 8. java.io.IOException: Server returned HTTP response code: 500 for URL: http://SSQL03.colseguros.col:49960/mediator/ServletPortal?xbd.sequence.uri=http://SMDT01V.colseguros.col:53305/CentraSite_authenticated/CentraSite/ino:dav/ino:dav/projects/ServiceOrchestrator/EmisionIndDes/Sec_Resp_Emision_3.xml&xbd.client.log.port=49970&xbd.breakpoint.ignore=true&xbd.debug.clientId=DebugClient_60&xbd.resource.cache=false&xbd.client.log.host=PC5809NC1VARGAL.colseguros.col&xbd.debug.request=true&xbd.client.log.port=49970&xbd.client.log.host=PC5809NC1VARGAL.colseguros.col&xbd.router.factory=DefaultComponentFactory&xbd.debug.command=stepover&xbd.router.host=SSQL03

Hi LUZD,

Since you did not provide the complete sequence, I can only guess as to the problem. It appears to be related to an XPath expression that either references a non-existent element (EmisionIndResultado) or the namespace you specified is not correct.