Posted By:
Benoit_Bertrand
Posted On:
Tuesday, August 17, 2004 08:05 AM
Hello, I am quite new on developping WebService with java (on WebSphere Studio). So I do apoligize if the response to my question is "that" simple. I am trying to develop a very simple WebService with only on SOAP operation: echoString(String aString). How can I send back a SOAP Faults containning all the infos it needs ? As I am on WebSphere runtime, I use JAX-RPC WebServices. the fault I would like would be like : ... <> ... <> ... <> ... <> I fact, for my study case, I would like to return de WS client a fault say if aString v
More>>
Hello,
I am quite new on developping WebService with java (on WebSphere Studio). So I do apoligize if the response to my question is "that" simple.
I am trying to develop a very simple WebService with only on SOAP operation: echoString(String aString).
How can I send back a SOAP Faults containning all the infos it needs ? As I am on WebSphere runtime, I use JAX-RPC WebServices.
the fault I would like would be like :
...
<>
...
<>
...
<>
...
<>
I fact, for my study case, I would like to return de WS client a fault say if aString value equals "samplestring". Else my WS would return a normal SOAP response containing the aString value.
Can anyone help me ?
Thanks,
Benoit Bertrand