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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -