Hi,
I am trying to call a business service from a proxy using a publish activity. I am assigning a variable value to the body element
<soap-env:Body>.
${xquery to the variable}..
</soap-env:Body>
The above is the code snippet .This work fine as long as I don't use an xquery. But it throws a null pointer exception on using the xquery function to the variable.
I saw a part in the document qouting that reference variables would be sent as is(39.9.1 SOAP Services this section of doc) . Can you guys suggest any work around or solution for it rather than hardcoding the entire xml again ?
Thanks ....