Hello,
I`m using mirth 1.4, and I have a SOAP to SOAP channel. The enter
message is a HL7xml.
<?xml version="1.0" encoding="UTF-8"?>
<ns2:RSP_K22 xmlns:ns2="http://mynamespace.com/hl7">
<ns2:MSH>
<ns2:MSH.1>^~\&</ns2:MSH.1>
<ns2:MSH.2>ISO-8859-1</ns2:MSH.2>
....
doesn´t Mirth work with different namespaces?
this is the error:
ERROR-200: Filter error
ERROR MESSAGE: Error evaluating filter
org.mozilla.javascript.EcmaError: TypeError: error: Use of undefined namespace prefix: ns2 (9e6f7aa1-3eab-4b0e-b788-414f01eedd7d#5)
....
console:
ERROR 2007-03-30 10:25:07,115 [_soapConnector#1619090.soap:Mirth.receiver.2] com.webreach.mirth.server.mule.providers.soap.Serv iceProxy$AxisServiceHandler: org.mule.umo.routing.RoutingException: Failed to transform message before applying the filter. Failed to route event via endpoint: ImmutableMuleEndpoint{connector=com.webreach.mirth [email protected] e53c, endpointUri=soap://localhost:8090/services, transformer=Transformer{name='SOAPRequestToSt ring', returnClass=false, returnClass=false, sourceTypes=[]}, name='_soapEndpoint#-322513352', type='receiver', properties={}, transactionConfig=org.mule.impl.MuleTransactionCon [email protected], filter=null, deleteUnacceptedMessages=false, initialised=true, securityFilter=null, synchronous=true, initialState=started, createConnector=0}. Message payload is of type: [Ljava.lang.Object;
I`m using mirth 1.4, and I have a SOAP to SOAP channel. The enter
message is a HL7xml.
<?xml version="1.0" encoding="UTF-8"?>
<ns2:RSP_K22 xmlns:ns2="http://mynamespace.com/hl7">
<ns2:MSH>
<ns2:MSH.1>^~\&</ns2:MSH.1>
<ns2:MSH.2>ISO-8859-1</ns2:MSH.2>
....
doesn´t Mirth work with different namespaces?
this is the error:
ERROR-200: Filter error
ERROR MESSAGE: Error evaluating filter
org.mozilla.javascript.EcmaError: TypeError: error: Use of undefined namespace prefix: ns2 (9e6f7aa1-3eab-4b0e-b788-414f01eedd7d#5)
....
console:
ERROR 2007-03-30 10:25:07,115 [_soapConnector#1619090.soap:Mirth.receiver.2] com.webreach.mirth.server.mule.providers.soap.Serv iceProxy$AxisServiceHandler: org.mule.umo.routing.RoutingException: Failed to transform message before applying the filter. Failed to route event via endpoint: ImmutableMuleEndpoint{connector=com.webreach.mirth [email protected] e53c, endpointUri=soap://localhost:8090/services, transformer=Transformer{name='SOAPRequestToSt ring', returnClass=false, returnClass=false, sourceTypes=[]}, name='_soapEndpoint#-322513352', type='receiver', properties={}, transactionConfig=org.mule.impl.MuleTransactionCon [email protected], filter=null, deleteUnacceptedMessages=false, initialised=true, securityFilter=null, synchronous=true, initialState=started, createConnector=0}. Message payload is of type: [Ljava.lang.Object;
Comment