RE: xsd:byte??? (fixed)

2002-02-26 Thread Adam Freeman
M TL 678-5115) "Adam Freeman" rf.com> cc: Subject: xsd:byte??? 02/25/2002 03:53 PM

RE: xsd:byte???

2002-02-25 Thread Adam Freeman
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:

xsd:byte???

2002-02-25 Thread Adam Freeman
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

problems with WSDL2Java

2002-02-06 Thread Adam Freeman
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

RE: Axis on WebLogic server

2002-02-04 Thread Adam Freeman
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