PHP SOAP Client - sending serialised .NET object -


we trying interact soap server written in .net. 1 of parameters 1 of calls serialised, base64 encoded .net object:

<parameter>base64binary</parameter> 

although know rough make of .net object, i’m @ loss of how serialise php array/object appropriately soap server handle. php , .net’s serialisation methods not same it’s not going simple that. .net object quite complex , made of number of child objects make things more fun. have no control on .net code either.

does have advice on how handle such scenario?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -