The problem continues…
If I hard code the xml and the \r\n into xmldata and then map xmldata to the data/string input of pub.client.http everything works fine. But, since this is hardcoding the input, I can’t do this.
However, if I use variable substitution (%xmldata%\r\n), pub.string.concat, or pub.string.makeString, it stops working.
I’ve already searched this site, the built-in services docs, developer docs, etc.
Format 1 – works
<?xml version="1.0" encoding="UTF-8"?>
1
1111
1867
george
washington
5555555555
\r\n
Format 2 (string substitution turn on) – doesn’t work
%xmldata%\r\n
With either format I use, the pipeline values looks the same, so I’m guessing wm does something different in the special characters that I can’t see.
Thanks in advance for your help.
#Integration-Server-and-ESB#webmethods-Protocol-and-Transport#webMethods