M TL 678-5115)
"Adam Freeman"
rf.com> cc:
Subject: xsd:byte???
02/25/2002 03:53
PM
this if you send me your wsdl file describing the service.
Thanks,
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
"Adam Freeman"
rf.com> cc:
Hello,
I am trying to send
over an array of bytes to an axis service. I was running out of memory and
took a look at what was getting sent over the wire and it looks like every
single byte in the byte[] that is being sent over is being marshalled as
an xsd:byte type. Is this a performance
First of all, I am using a service that returns a
java.util.Map type and this appears to be the problem with attempting to
generate java stub classes from the wsdl definition of the
service.
I am having trouble
with the WSDL2Java conversion code from two
night's ago axis nightly build
0
Make sure you can telnet to the host you are trying to connect to. The
default for axis samples is localhost 8080. If you cannot telnet to that,
then that is why you are getting a refusal from the socket. If you have
changed the default to something else, then make sure you can telnet to that
h