Subject: | do_not_check_content_type |
In the client I set
$SOAP::Constants::DO_NOT_CHECK_CONTENT_TYPE = 1;
$soap->soapversion('1.2');
and am receiving the faultstring
<soap:Fault><faultcode>soap:Client</faultcode><faultstring>Content-Type
must be 'text/xml,' 'multipart/*,' or 'application/dime' instead of
'application/soap'</faultstring><faultactor>http://myhost/</
Show quoted text
faultactor></soap:Fault>
I looked into the source but couldn't find anything to work with this
constant.
Radek