79568664

Date: 2025-04-11 11:03:02
Score: 1
Natty:
Report link

The request looks correct and I'm able to get a successful response, but the issue might be related to the Content-Type. The error you’re receiving seems to be related to the XML not being parsed correctly.

Could you try the following?

var content = new StringContent(xml, Encoding.UTF8, "text/xml");

I'm sharing the Postman screenshots where I received a successful response.

enter image description here

enter image description here

enter image description here

Reasons:
  • Whitelisted phrase (-1): try the following
  • Probably link only (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Burak Tuncer