Re: byte[] incorrectly converted to xsd:byte in wsdl

2004-12-04 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 WAJSBERG Julien RD-BIZZ wrote: | I also have a service returning byte[], and it is correctly serialized | as xsd:base64Binary (both in wrapped/literal and rpc/encoded styles) . ~ I don't know how I am going to troubleshoot this problem. I will work on

Re: byte[] incorrectly converted to xsd:byte in wsdl

2004-12-03 Thread WAJSBERG Julien RD-BIZZ
I also have a service returning byte[], and it is correctly serialized as xsd:base64Binary (both in wrapped/literal and rpc/encoded styles) . James Black a écrit : I am using Axis 1.2RC2 and I have a function: public byte[] lookupSelectLocationsString(Item input) ~From the wsdl file I have this:

re: byte[] incorrectly converted to xsd:byte in wsdl

2004-12-02 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am using Axis 1.2RC2 and I have a function: public byte[] lookupSelectLocationsString(Item input) ~From the wsdl file I have this: This is causing me a problem in .net, as this is converted to an sbyte, rather than being a byte array. It used to be