.NET Client base64Binary size restriction

  • Thread starter MikeC.... via .NET 247
  • Start date
M

MikeC.... via .NET 247

I have a J2EE based Web service server that is providing a simpledata tranfer service (~2kB of binary data) this is defined as abyte[] on the Java side which is represented as base64Binary inthe WSDL.

I need to access this from a C++ client and have a VB COM wrapperaround a C# service "client" autogenerated from the WSDL.

I can happily send the binary data from the Client to the serverbut when I try to retrieve it I get major exceptions in C++that seem to stem from a buffer size limitiation in the C#client, I can retrieve a byte[] of up to 1536 bytes of data(0x600) which sounds like there is some sort of fixed responsebuffer in the C# client side but I can find any information onit.

I could of course split the data or look at DIME but I'd beinterested if anyone knows of a direct way to address thisbuffers size problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,240
Members
46,830
Latest member
HeleneMull

Latest Threads

Top