I have a program in which we are using LWP::UserAgent
. We also have content defined as follows:
content => "columns[]=id&columns[]=..."
To invoke this POST method, I need to also send in a parameter
<request>getThisInfo</request>
How can I achieve this? Where should I set this request information? AFAIK, this can't be in the header.
This is what it looks like in SOAP UI.