开发者

how to send response using soap handler

开发者 https://www.devze.com 2023-02-19 00:07 出处:网络
I am using soap header for authentication process, if the authentication success, remaining processes are completed and got the response. But if authentication fails, i don\'t know how to send the err

I am using soap header for authentication process, if the authentication success, remaining processes are completed and got the response. But if authentication fails, i don't know how to send the error response back to client. I used soa开发者_开发问答phandler to retrieve the header values.

Regards venu


Look at the sample code here http://buddhiraju.wordpress.com/2011/12/28/use-soap-message-handler-for-cross-cutting-concerns-caching/

This will give you an idea. You basically can modify the message content is the soap handler.

0

精彩评论

暂无评论...
验证码 换一张
取 消