home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / xmlspy / setup44.exe / Data1.cab / new.wsdl < prev    next >
Encoding:
Extensible Markup Language  |  2002-03-29  |  640 b   |  11 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:y="http://new.webservice.namespace" targetNamespace="http://new.webservice.namespace">
  3.     <types>
  4.         <xs:schema/>
  5.     </types>
  6.     <message name="messageName"/>
  7.     <portType name="typeName"/>
  8.     <binding name="bindingName" type="y:typeName"/>
  9.     <service name="serviceName"/>
  10. </definitions>
  11.