Ingeniero En Sistemas

Páginas: 5 (1042 palabras) Publicado: 29 de enero de 2013
Web Service
http://www.w3schools.com/webservices/tempconvert.asmx?WSDL

WDSL
<wsdl:definitions targetNamespace="http://tempuri.org/"><wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> <s:element name="FahrenheitToCelsius"> <s:complexType> <s:sequence> <s:element minOccurs="0"maxOccurs="1" name="Fahrenheit" type="s:string"/> </s:sequence> </s:complexType> </s:element> <s:element name="FahrenheitToCelsiusResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="FahrenheitToCelsiusResult" type="s:string"/> </s:sequence> </s:complexType></s:element> <s:element name="CelsiusToFahrenheit"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Celsius" type="s:string"/> </s:sequence> </s:complexType> </s:element> <s:element name="CelsiusToFahrenheitResponse"> <s:complexType> <s:sequence><s:element minOccurs="0" maxOccurs="1" name="CelsiusToFahrenheitResult" type="s:string"/> </s:sequence> </s:complexType> </s:element> <s:element name="string" nillable="true" type="s:string"/> </s:schema></wsdl:types><wsdl:message name="FahrenheitToCelsiusSoapIn"> <wsdl:part name="parameters"element="tns:FahrenheitToCelsius"/></wsdl:message><wsdl:message name="FahrenheitToCelsiusSoapOut"> <wsdl:part name="parameters" element="tns:FahrenheitToCelsiusResponse"/></wsdl:message><wsdl:message name="CelsiusToFahrenheitSoapIn"> <wsdl:part name="parameters" element="tns:CelsiusToFahrenheit"/></wsdl:message><wsdl:message name="CelsiusToFahrenheitSoapOut"> <wsdl:partname="parameters" element="tns:CelsiusToFahrenheitResponse"/></wsdl:message><wsdl:message name="FahrenheitToCelsiusHttpPostIn"> <wsdl:part name="Fahrenheit" type="s:string"/></wsdl:message><wsdl:message name="FahrenheitToCelsiusHttpPostOut"> <wsdl:part name="Body" element="tns:string"/></wsdl:message><wsdl:message name="CelsiusToFahrenheitHttpPostIn"><wsdl:part name="Celsius" type="s:string"/></wsdl:message><wsdl:message name="CelsiusToFahrenheitHttpPostOut"> <wsdl:part name="Body" element="tns:string"/></wsdl:message><wsdl:portType name="TempConvertSoap"> <wsdl:operation name="FahrenheitToCelsius"> <wsdl:input message="tns:FahrenheitToCelsiusSoapIn"/> <wsdl:outputmessage="tns:FahrenheitToCelsiusSoapOut"/> </wsdl:operation> <wsdl:operation name="CelsiusToFahrenheit"> <wsdl:input message="tns:CelsiusToFahrenheitSoapIn"/> <wsdl:output message="tns:CelsiusToFahrenheitSoapOut"/> </wsdl:operation></wsdl:portType><wsdl:portType name="TempConvertHttpPost"> <wsdl:operation name="FahrenheitToCelsius"> <wsdl:inputmessage="tns:FahrenheitToCelsiusHttpPostIn"/> <wsdl:output message="tns:FahrenheitToCelsiusHttpPostOut"/> </wsdl:operation> <wsdl:operation name="CelsiusToFahrenheit"> <wsdl:input message="tns:CelsiusToFahrenheitHttpPostIn"/> <wsdl:output message="tns:CelsiusToFahrenheitHttpPostOut"/> </wsdl:operation></wsdl:portType><wsdl:bindingname="TempConvertSoap" type="tns:TempConvertSoap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="FahrenheitToCelsius"> <soap:operation soapAction="http://tempuri.org/FahrenheitToCelsius" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Ingeniero En Sistemas
  • Ingeniero De Sistemas
  • Ingeniero En Sistema
  • Ingeniero en sistemas
  • Ingeniero De Sistemas
  • Ingeniero en Sistemas
  • Ingeniero de Sistemas
  • ingeniero en sistemas

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS