XML
Using SoapUI you can easily test the invocation of the getLocationByZip, by filling out the input parameter in the ‘Request 1′ box. In my case I will enter 94709 by changing line <zip xsi:type=”xsd:string”>?</zip> into <zip xsi:type=”xsd:string”>94709</zip> By clicking on the green ‘play’ button on the upper left, you will get back the response, in [...]
Continue reading about Web service request and response in practiceWSDL (Web Services Description Language) is an XML document used to locate a web service and describe the operations available (exposed methods) to its users. It goes beyond the XSD, that simply describes the structure of an XML, to present the actual behavior of the service(s). You can have a look at a WSDL example by clicking on [...]
Continue reading about XSD Vs WSDL (WSDL)Continuing my posts on getting some Web Services basic term explained for the business side of the company, I introduce XSD (Xml Schema Definition) that is nothing else that an XML document that formally describes the structure of another XML document. As I wrote in the previous post, the author of the XML document decides its elements. If somebody [...]
Continue reading about XSD vs WSDL (XSD)I am being asked by non-technical colleagues involved in web services about the difference between XSD and WSDL. As it Let me try to clarify in simple terms in few blog posts, starting with XML which is already causing a lot of confusion in itself. XML (Extensible Markup Language) is the language being used for web [...]
Continue reading about XSD vs WSDL via XML
Facebook
LinkedIn
Twitter