↧
Comment by Web Nash on Validating xml node values using XPath
Thanks a Ton @Paul that really worked like magic. Could you kindly explain me the part "/following::..."
View ArticleComment by Web Nash on XML validation of response message using SoapUI
Thank You for your responses. I achieved this by installing Eclipse and using the validate option with an xsd.
View ArticleValidating xml node values using XPath
I have an XML structure that looks like below...
View ArticleWhat is a 1/2 way ssl request
What does it mean when an application calls another application via 2 way SSL.Does it mean that an external application calls another application via https and also receives a https response.Similarly...
View ArticleXSD schema for Mandatory or Optional fields
If an element in an xsd is defined as below :<element name="test" minOccurs="0" maxOccurs="1" type="string" />Does that mean that :1. The tag can be completely removed the XML and still there...
View Article