André,

Without more details about the ASMX webservice (such as some sample
code or atleast the WSDL), I am assuming this is an XML SOAP
webservice.

If so, then I don't see why the webservice should expect binary data
to be supplied by a client at all. I doubt that is possible, but if
that is indeed so, the service has been designed with scant disregard
for any kind of standard. Please show us the webservice signature.

To answer your questions,

a) It is a given that different programming frameworks working on
different platforms/architectures will always come up with distinct
binary formatted output. Therefore, .NET formatted binary data can
only be read by a .NET deserializer. Any competent .NET developer will
tell you that wherever portability or interoperability is a
requirement, XML serialization is the way to go.

b) No idea, need to see the code.

On Sep 12, 5:21 pm, André Mattos <contacteandremat...@gmail.com>
wrote:
> Morning to all ...
>
> I'm writing a PHP app that communicates with a asmx webservice.
>
> The webservice developer sent me some sample code how this app should work
> (and it works perfectly) in VB.NET but I cannot manage to convert the data
> accordingly to the webservice binary expected format using PHP.
>
> My question are :
>
> 1) VB.NET's Binaryformatter is technically equivalente to PHP's serialize,
> but the output is the same ?
> 2) In his sample code, he passes the serialized information to a
> Memorystream and then converts it to an array ... for what purpose ?
>
> Thanks a lot for any positive replies.
>
> Regards,
> André Mattos

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to