Currently all parameters are by default cast to an array. However SOAP calls can also pass an object as a parameter. Attached patch lets objects remain objects while keeping current behavior for the rest.

CommentFileSizeAuthor
soapclient_call_object.patch793 bytesnonsie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ihsanullahkhan’s picture

One thing I want to ask is that, how to use parameters in soap client. Or how to make a new webservice with parameters. I triend it without parameters. It is working without parameters. I have to make a client in drupal (php) and the webservice server is in .NET.
Thanks in advance for your comments.

greggles’s picture

Status: Active » Needs review

Makes sense to me.