I am trying to invoke a web service in an strategy and the call fails.(Web service is invoked successfully trough an external client).The SOAP message that is created is the following.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:clicktocall:urn="http://tempuri.org">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<clicktocall:getEWT>
<callid>xxxx</callid>
</clicktocall:getEWT>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>HTTP/1.1 415 Cannot process the message because the content type 'text/xml; charset=utf-8' was not the expected type 'application/soap+xml; charset=utf-8'.
Any ideas on the 415 error?
URS is V7.6