When i create the output variable as an object and set its content type to byte through the webMethods developer 6.0.1, it does generate a WSDL with the output variable as follows:
<xsd:element>
So the type is set in the WSDL as “xsd:anyType” instead of byte array. This forces the consumers of my web service to explicitly cast the output object they receive, to a binary array.
Any ideas as to how to generate the output variable as a byte array instead of an object? Thanks much.