Guys, I'm getting strange error with POST request: Postdata: Character sequences ('<...>') which can potentially form a tag are not allowed here AFAIK, it’s perfectly normal to have </> characters is POST DATA. What do I do wrong? I can post same data via cURL without error.


Article Comments

Hi,
could you please post the full POST data you want to use (without any sensitive information)?
Best regards


Dec, 2015 - Permalink

It regular soap. We are not interested in result, just need to make sure it's http status is 200

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://pc.thomasnet.com/200904">
    <soapenv:Header/>
    <soapenv:Body>
    ...
    </soapenv:Body>
</soapenv:Envelope>

Dec, 2015 - Permalink

Hi,
One thing I forgot task, are you using this in a Notification or a Sensor?
Thanks.


Dec, 2015 - Permalink