Posts

Showing posts with the label 5)

XML Parser error CreateXmlDoc (159,5)

Image
When we try to test input message (request XML) using service operation tester we faced below error. The same XML worked in SOAPUI successfully. The we realized we need to add <?xml version="1.0" ?>  before the XML request. Then we got the appropriate response.