----- Original Message -----
From: "Toshiyuki Kimura" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 19, 2003 20:47
Subject: Re: How to return HTTP 204 on Document perform()?


> | In some cases I need to return HTTP 204 (OK) with no message body.
>
>   Why do you need that ?
>
>   You might get the result specified above if you do the followings;
>     - create a Web service with 'no response'
>       [ ex) 'void perform(Document in)']
>     - deploy the service as the 'One-way' RPC Mode
>
>   However, I guess that AXIS or the other impl of the JAX-RPC runtime
> don't support the behavior.  Additions, your original request is a
> dynamically change of the behavior with just 'return null'. I believe
> this is not allowed.  Because if it's allowed, it means the interface
> between 'server' and 'client' is flexible.

I have a misconfigured app that causes axis to generate a 204, but the axis
client doesnt handle it (filed bugrep). I dont know what the WS-I stance is
on it, as the basic profile says nothing on the subject.

Reply via email to