Needs review
Project:
SOAP Client
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 18:18 UTC
Updated:
11 Mar 2013 at 21:41 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| soapclient_call_object.patch | 793 bytes | nonsie |
Comments
Comment #1
ihsanullahkhan commentedOne 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.
Comment #2
gregglesMakes sense to me.