How do I add a XML namespace to a webservice request?

1
I've got another namespace in my XML request which is this nil attribute: <ns2:PreagreementStatement xsi:nil="true" /> This means that I need to include a namespace of xsi. How do I do this? I get an error in my microflow expression:
asked
2 answers
0

Okay, sorry. Cold trail. There was another error. Once you make a "Custom" query, the default values don't all get converted to string.

answered
0

XSI should always automatically be included in the request. You can verify this by viewing the request in the webservice trace logging.

answered