|
Hello everyone, I have developed a web service where we upload images and
the service stores them. I have run into a problem. It appears that the Eclipse
plugin has troubles with .NET type of byte[] (base64binary in the wsdl) as an
input type. I was able to get around it by temporarily changing the
input type over to “string” then generating the proxy, then switch
back and hand edit the generated proxy to type of “byte[]”. Everything worked nicely after that point, but I just wanted
you to be aware that the plugin dies on this whenever it is encountered. Here is my wsdl for the service: http://services.mtatm.com/soap/api.asmx?WSDL It took me a while to hunt it down because the error
returned from the wsgen was very very vague. Thanks for the great product! I love it more every day! Christian |
