[MOBY-l] A Java web service problem
Michael Gruenberger
mgruenb at gmx.net
Thu Mar 4 09:32:30 UTC 2004
Thanks Martin, it has indeed worked and the data type returned from my
web service is now:
xsi:type="ns2:base64Binary"
but
Perl/scripts/debugYourService www.pathbase.net getPBfromGO
scripts/goid.moby
(with goid 0005224)
still doesn't decode it and Marks CGI client still gives the same error
message.
Any other ideas?
Cheers,
Michael.
On Tue, 2004-03-02 at 18:55, Martin Senger wrote:
> > So the question is how to write my Java web service to return a Base64
> > type instead of a String type (using AXIS)? Or maybe CDATA is easier?
> >
You method must return type byte[] - for that Axis create bas64
> encoding. That's hopefully all.
>
> Martin
More information about the moby-l
mailing list