| Code Example A.14 shows the WSDL description of the InsurancePlanAdmin Web service provided by Star Enterprise, as described in Chapter 9. Code Example A.14 InsurancePlanAdmin Web Service Description[View full width] <?xml version="1.0" encoding="UTF-8"?> <definitions name="InsurancePlanAdminService" targetNamespace="http://example.com/InsurancePlanAdmin" xmlns:tns="http://example.com/InsurancePlanAdmin" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <types> <schema targetNamespace="http://example.com/InsurancePlanAdmin" xmlns:xsi="http://www. |