문제

In soap API, I have set few parameters as required by adding minOccurs="1".

is it possible to generate soap fault if I am not passing required parameters in Soap CALL.

도움이 되었습니까?

해결책

It will return soap fault from server. you can simply wrap your client call in try block and catch this soap exception as it is in ur code..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top