You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by wh...@apache.org on 2005/03/21 19:00:29 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/wsdls UDDI.wsdl

whitlock    2005/03/21 10:00:29

  Added:       c/tests/auto_build/testcases/wsdls UDDI.wsdl
  Log:
  AXISCPP-553 Add in UDDI.wsdl that imports inquire_v2.wsdl and defines a service for it. This is needed to make wsdl2ws work since wsdl2ws requires a service to be present in the wsdl.
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/wsdls/UDDI.wsdl
  
  Index: UDDI.wsdl
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?> 
    <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
  	xmlns:tns="http://tempuri.org/UDDI/" 
  	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
  	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  	name="UDDI" 
  	targetNamespace="http://tempuri.org/UDDI/" 
  	xmlns:wsdl1="urn:uddi-org:inquiry_v2">
  
    <wsdl:import namespace="urn:uddi-org:inquiry_v2" location="inquire_v2.wsdl" /> 
  
    <wsdl:service name="UDDI">
      <wsdl:port binding="wsdl1:InquireSoap" name="UDDIinquire">
        <soap:address location="http://tempuri.org" /> 
      </wsdl:port>
    </wsdl:service>
  </wsdl:definitions>