Hello,
I have a process with intalio 5, build and deploy are good, but when I test this process with console, I have a problem with mapping.
This is the process request: is fine:
<inpicsms02 xmlns:ns1="http://www.cantv.com/pic" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://www.cantv.com/pic">
<idTopeJerarquia>61400</idTopeJerarquia>
<idPadre>61645</idPadre>
<idCuenta>001</idCuenta>
<codExtDependencia>001</codExtDependencia>
<nomDependecia>prueba</nomDependecia>
<fechaCreacionDependencia>01/01/2007</fechaCreacionDependencia>
<tipoCliente>1</tipoCliente>
</inpicsms02>
This is the services request : here is the problem.
<f2V5_De_Asc_crearDependencia xmlns:tns1="http://f2v5_De_Asc_crearDependencia_RP.CreaciondeDependencia.Cliente_Cuenta_CrearDep.DM" xmlns="http://f2v5_De_Asc_crearDependencia_RP.CreaciondeDependencia.Cliente_Cuenta_CrearDep.DM">
<parametro xmlns="">
<id_tope_jerarquia xmlns="http://f2v5_De_Asc_crearDependencia_RQ.CreaciondeDependencia.Cliente_Cuenta_CrearDep.DM">61400</id_tope_jerarquia>
<id_padre xmlns="http://f2v5_De_Asc_crearDependencia_RQ.CreaciondeDependencia.Cliente_Cuenta_CrearDep.DM">61645</id_padre>
<id_cuenta xmlns="http://f2v5_De_Asc_crearDependencia_RQ.CreaciondeDependencia.Cliente_Cuenta_CrearDep.DM">001</id_cuenta>
</parametro>
</f2V5_De_Asc_crearDependencia>
This the error:
fault:
exceptionClass: org.apache.axis2.AxisFault
message: {http://schemas.xmlsoap.org/ws/2004/03/business-process/}selectionFailure No results for expression: {OXPath10Expression
$intfF2V5_De_Asc_crearDependenciaRequestMsg.parameters/parametro/tns2:Codigo_externo_de_Dependencia}
The other nodes is good mapping, but with this field:
Codigo_externo_de_Dependencia, I have a problem.
BPEL:
<bpel:copy> <bpel:from>$thisEventStartMessageRequest.body/picsms02:codExtDependencia</bpel:from> <bpel:to>$intfF2V5_De_Asc_crearDependenciaRequestMsg.parameters/parametro/tns2:Codigo_externo_de_Dependencia</bpel:to>
</bpel:copy>
The engine bpel, have problems with the character "_", or length() the field?
Any idea to fix it?Thanks for your help.
Post edited by: jcejas, at: 2007/09/07 13:46
Post edited by: jcejas, at: 2007/09/07 13:47