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

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

javascript - Can Piwik report referrer in real time? -