1
vote
1answer
181 views
SoapFault exception: [HTTP] Unsupported Media Type when accessing Java web-service from PHP
I'm trying to connect to a Java web-service using the Zend_Soap_Client from the Zend Framework v1.9.0:
<?php
include( 'Zend/Loader/Autoloader.php');
$autoloader = Ze …
