Hi,

I've been working on a web service that will be receiving binary
files, and I've been researching MTOM. Most of the documents I've seen
state that in the WSDL, your binary field should be of type
xs:base64Binary or xs:hexBinary, and that either of these two will
result in a byte[] when the proxy classes are generated.

What is still unclear to me is when you should use hexBinary over
base64Binary. Most sample code I've seen actually uses hex64Binary. In
what scenarios should you use one over the other?


thanks,

Ellecer

Reply via email to