cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with tag in XML - SOAP Receiver Adapter PI 7.11

Former Member
0 Kudos

Hi,

i am facing the following problem.

I send a soap request with an id to the receiver and the receiver does not accept the id

Message looks like this

- <soapenv:Header>

- <wsCostCenterID>

<UUID>05a7df56e81ee20b:dcedca9:1394e951bc0:-7fff;<costCenter|TZ-048|KA>;1pj2bUB7+TYRgPJ3+nFPNA==</UUID>

....

Problem is with <

The receiver expects instead of < the caracters &lt;

but for > there is > needed.

Could you please give some hints for configuration?

many thanks

Micha

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi Michael,

Why don't you simply use the replace graphical mapping function for that purpose? It can help you replace "<" with &lt; only for a given field and without influencing any other characters. I believe this is the simplest solution for you.

Regards,

Greg

Former Member
0 Kudos

Hello Grzegorz,

i found out the error. Some careless mistake on my side in the namespace definition.

Many Thanks for your reply.

regards

Micha

Answers (0)