Zend_Soap_Server($uri, array('soap_version' => SOAP_1_1));The difference of the two versions that was causing the problem was in the HTTP header Content-type. SOAP 1.1: text/xml SOAP 1.2: application/soap+xml The .NET client obviously cares about this and did not work because of this. hgg
View this message in context: Re: .NET SOAP client not working with ZEND_SOAP server
Sent from the Zend Web Services mailing list archive at Nabble.com.
没有评论:
发表评论