Hi All!
I'm trying to integrate SAP BCM with third-party quality monitoring solution. I deployed QMS virtual unit on a separate IP address and port and made some configuration as described in Advanced Training Guide and BCM Help, so I can access QMI web service with SoapUI or a web browser but I'm getting such error message:
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<Response xmlns="urn:BCMQMInterface">
<Success>0</Success>
</Response>
<soap:Fault>
<faultcode>Client</faultcode>
<faultstring>The message was incorrectly formed or contained incorrect information</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>
I suppose I need WSDL or any QMI service documentation. Where can it be found?
With best regards,
Mikhail.