[ 
http://issues.apache.org/jira/browse/AXIS2-955?page=comments#action_12425020 ] 
            
Jeff Peterson commented on AXIS2-955:
-------------------------------------

I thought its purpose is to allow a one-way send with an _optional_ soap fault 
response.  The fact that the response/fault is optional was what differentiates 
it from the standard sendReceive()/fireAndForget() methods.

Perhaps I should have refined my interface above to be:

interface Service {
  void doWork(OMElement elem) throws AxisFault;
}



> ServiceClient.sendRobust() throws AxisFault: Incoming message input stream is 
> null
> ----------------------------------------------------------------------------------
>
>                 Key: AXIS2-955
>                 URL: http://issues.apache.org/jira/browse/AXIS2-955
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: client-api
>    Affects Versions: 1.0
>         Environment: Weblogic 8.1.2, Solaris 8 (dont ask!)
>            Reporter: Jeff Peterson
>            Priority: Minor
>
> The setup:
> Client -------> Service
> The service is using the RawXMLINOnlyMessageReceiver and the interface looks 
> like the following (pseudo-code):
> interface Service {
>   void doWork(OMElement elem);
> }
> When the client invokes the target service using ServiceClient.sendRobust(), 
> the following exception is generated on the client-side:
> org.apache.axis2.AxisFault: Incoming message input stream is null
>         at 
> org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:64)
>         at 
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:349)
>         at 
> org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:279)
>         at 
> org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:359)
>         at 
> org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:339)
>         ...
> This does not limit functionality, the full message is received and processed 
> by the service.  It does, however, force the client to handle (ignore) the 
> exception.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to