[IronPython] Java Web Service
wierob
wierob at gmx.de
Sat Jan 13 10:44:38 CET 2007
>
> It might be useful to post a wsdl which reproduces this
here you are:
<http://dict.leo.org/ende?lp=ende&p=8Bnk.&search=here>
<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:Hello/wsdl" xmlns:ns2="urn:Hello/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Hello" targetNamespace="urn:Hello/wsdl">
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:Hello/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="urn:Hello/types">
<complexType name="sayHello">
<sequence>
<element name="String_1" type="string" nillable="true"/></sequence></complexType>
<complexType name="sayHelloResponse">
<sequence>
<element name="result" type="string" nillable="true"/></sequence></complexType>
<element name="sayHello" type="tns:sayHello"/>
<element name="sayHelloResponse" type="tns:sayHelloResponse"/></schema></types>
<message name="HelloSEI_sayHello">
<part name="parameters" element="ns2:sayHello"/></message>
<message name="HelloSEI_sayHelloResponse">
<part name="result" element="ns2:sayHelloResponse"/></message>
<portType name="HelloSEI">
<operation name="sayHello">
<input message="tns:HelloSEI_sayHello"/>
<output message="tns:HelloSEI_sayHelloResponse"/></operation></portType>
<binding name="HelloSEIBinding" type="tns:HelloSEI">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="sayHello">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/></input>
<output>
<soap:body use="literal"/></output></operation></binding>
<service name="Hello">
<port name="HelloSEIPort" binding="tns:HelloSEIBinding">
<soap:address location="http://jupiter:8080/webservice/Hello" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/></port></service></definitions>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070113/97e356e1/attachment.html>
More information about the Ironpython-users
mailing list