Sending the following SOAP request from iTest
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">;
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<types:getDetails xmlns:types="http://api.kabeldeutschland.de/extern/bacc/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="types:getDetails">
<types:macAddress/>
</types:getDetails>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
will lead to the error message:
faultcode : soap:Client faultstring : Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'types:getDetails' to a type definition for element 'types:getDetails'. SOAP Fault: Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'types:getDetails' to a type definition for element 'types:getDetails'.
Sending the same request directly from the SOAP UI will give a response as expected.
Does anyone have an idea?