question

remyymic avatar image
remyymic asked drakesh answered

How can I send a SOAP request from iTest

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?

iTestweb services
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
drakesh avatar image
drakesh answered

This issue has been fixed in our next release of iTest 5.1.

We already provided patch for iTest 5.0 to customer and it is working fine for them.

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.