“Error Fetching http body” with php SoapClient
I have some trouble submitting user data to a server by using Soap. All i get is: Error Fetching http body, No Content-Length, connection closed or chunked data Am i doing something wrong? $client = new SoapClient(APPPATH.'my.wsdl',array( 'login' => 'user', 'password' => 'pass', 'location' => 'http://gimmeyadata.com/crm/regserv?wsdl', 'trace' => true, ) ); $result = $client->register(array( 'Email' => 'me@mail.com', 'Gender' => 'm', 'First name' => 'Oliver', 'Last name' => 'Liermann', 'Language code' => 'de-de', )); Last response header: HTTP/1.1 200 OK X-SiteConfidence: jenppb601 Content