Re: returning null value

2001-09-13 Thread Victor Hadianto
Fixed it. A colleague of mine pointed out where the problem is. Apparently the problem lies in my Soap service provider Regards, Victor On Fri, 14 Sep 2001 11:45, you wrote: > Hi, > > I'm new to Apache SOAP and having a problem returning a null value from the > server side. > > I got an IO e

returning null value

2001-09-13 Thread Victor Hadianto
Hi, I'm new to Apache SOAP and having a problem returning a null value from the server side. I got an IO exception and trace it to the this bit of code in the SOAPContext.java: public void writeTo(OutputStream os) throws IOException, MessagingException { int count = getCo