.NET Service returning null byte array result.

Hello,

I have a .net service that is returning an object with an byte Array property on it. When I test this service in Designer, it returns this message with the byte array as a null. When I process the request with in a different tool (SOAP-UI), the byte array is valid and correct.

It appears to be an Designer/webMethods specific issue, does anyone have an ideas?

Can you enable the SOAP logging on the IS and post the response received to IS and the response receive in SoapUI?

Cheers,
Akshith

Thanks for your reply. I think i found the problem, it appears there was a data-mismatch.

Thanks!