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 exception and trace it to the this bit of code in the
> SOAPContext.java:
>
>
>     public void writeTo(OutputStream os)
>         throws IOException, MessagingException {
>         int count = getCount();
>         if (count == 0) {
>             System.out.println("Count is 0, will throw IO Exception now");
>             throw new IOException("Message is empty!");
>         }
> <cut> ...............

Reply via email to