Closed (fixed)
Project:
SOAP Client
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2009 at 16:55 UTC
Updated:
1 Oct 2009 at 19:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
jhedstromThis fix also worked for me (in 6.x) when running wsdl mode. Attached is a patch.
Comment #2
Peter Bex commentedA patch that worked for me was to change the call to
$result['#return'] = $this->client->__soapCall($function, array($params));I believe this is a bug in PHP.
The type of call I'm proposing allows you to add extra arguments like for example headers, which I used in #559752: Patch to add SOAP header reading and writing.
Comment #3
ilo commentedCommited to DRUPAL-6--1. Selected fix is the usage of array($params) by Peter Bex.
Drupalebizonservices, do you want to close this one? or should be create a task to backport this to D5?