SOAP message issues

Artur Poswiata
Tera Contributor

Hello everyone, 

 

I already create SOAP message record, I'm able to get connection and get proper function. 

With using Preview Script Usage I copied the script and paste it to script include. 

 

When SOAP is defined like this (hardcoded) I'm able to create a order on other side:

s.setStringParameterNoEscape('ProductLine.ReqDeliveryDate', '2024-12-29');

But when I'm using something like this (variable is passed to the soap message) : 
s.setStringParameterNoEscape('ProductLine.CustomerLineNumber', CustomerLineNumber); 
It's not working (http status is 200 but order is not created), any idea why is that ? 
Should I define this differently ? 
I have debug the script and I clearly see that variables are not empty 
 
 
1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, unfortunately your post has no clear details of your configuration or the resulting payloads. 

What are the results of your debugging? are you logging the payloads so that you can review them, have you logged mapped variables to confirm that are correct\as expected?