cancel
Showing results for 
Search instead for 
Did you mean: 

[InterfaceMapping] Sequentiell Mappings

Former Member
0 Kudos

Hey,

got two mappings in my Inteface Mapping, a java- and a message mapping.

The output of the java mapping should be used as input for the message-mapping.

My problem: The output got the prefix <rpl:..... but the input needs <ns0:....

While testing this mapping he could not assign the output to the input structure because

of the different prefixes.

How to handle this?

thanks

chris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Christian,

Why cant you control the behaviour of your Java mapping? You could modify it so that it produces name space as ns0:.

Am I missing some thing here?

Regards,

Jaishankar

Former Member
0 Kudos

Java Mapping calls a web service. The response of the web service is pass through in java mapping, so I would not do

edit the response in Java mapping. The behavior of the web service I can't control.

regards

chris

Former Member
0 Kudos

Christian,

Just checked a mapping in my local server. Even when I change the namespace name from the default ns0 to rs1 or any other name for that factor, the mapping gets executed sucessfully. Are you sure the reason for the error is this name space change?

Regards,

Jaishankar

Former Member
0 Kudos

Damm it, you're right. It is not the prefix, and also the additional information of the repsonse like:

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"

seems not to be the problem. I will check the error again.

Thanks

chris

Answers (0)