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 -

python - ValueError: could not convert string to float -

php - Laravel Get all child node count with condition -