Getting error response while inbound integration with OTM
I am trying to access transmissions service WSDL from SOAP UI or Postman and receiving an error as shown below.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns0:Fault xmlns:ns1="http://www.w3.org/2003/05/soap-envelope" xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>ns0:Server</faultcode>
<faultstring>XML reader error: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'n' (code 110) in prolog; expected '<'
at [row,col {unknown-source}]: [1,1]</faultstring>
</ns0:Fault>
</S:Body>
</S:Envelope>
Any help appreciated