开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜