Hi

I am developing a Soap Server.

When a user accesses the function of this Service ), user can committ
following mistakes

1) User can call a function, which is not at all supported by Soap Server.
2) User can call a function (which is supported by Soap Server) with wrong
number of parameters.
3) User can call a function (which is supported by Soap Server) with wrong
paramter type.

In such a case, who is responsible for Soap error generation.

Would Soap Client (with the help of WSDL file) would take care of above
errors and generate a Soapfault OR

It is the *responsibility of Soap Server* to verify whether called
function's signature matches with the one Soap Server provides and to SEND
SOAP FAULT ELEMENTS IN ITS RESPONSE TO THE CLIENT.

Also even if send Soap Fault element in the Soap Response, can a user
(accessing the service) capture this fault element.

Thanks,
Regards,
Naresh Agarwal




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to