开发者

How can i validate a SOAP message with a WSDL file?

开发者 https://www.devze.com 2022-12-28 21:42 出处:网络
when we rec开发者_JAVA技巧eive a SOAP message, then we Resolve it, then we have a TEXT like: <soap:Envelope>

when we rec开发者_JAVA技巧eive a SOAP message, then we Resolve it, then we have a TEXT like:

<soap:Envelope>
        <soap:Body>
                <GetDNS>
                  <xx>1</xx>
                </GetDNS>
        </soap:Body>
</soap:Envelope>

how can i validate the para: xx . to check it's value is accord to the WSDL of the web service

0

精彩评论

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