| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 |
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www50.brinkster.com/vbfacileinpt/np" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www50.brinkster.com/vbfacileinpt/np" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> |
|---|
| 3 |
<wsdl:types> |
|---|
| 4 |
<s:schema elementFormDefault="qualified" targetNamespace="http://www50.brinkster.com/vbfacileinpt/np"> |
|---|
| 5 |
<s:element name="GetPrimeNumbers"> |
|---|
| 6 |
<s:complexType> |
|---|
| 7 |
<s:sequence> |
|---|
| 8 |
<s:element minOccurs="0" maxOccurs="1" form="unqualified" name="Min" type="s:string" /> |
|---|
| 9 |
<s:element minOccurs="0" maxOccurs="1" name="Max" type="s:string" /> |
|---|
| 10 |
</s:sequence> |
|---|
| 11 |
</s:complexType> |
|---|
| 12 |
</s:element> |
|---|
| 13 |
<s:element name="GetPrimeNumbersResponse"> |
|---|
| 14 |
<s:complexType> |
|---|
| 15 |
<s:sequence> |
|---|
| 16 |
<s:element minOccurs="0" maxOccurs="1" name="GetPrimeNumbersResult" type="s:string" /> |
|---|
| 17 |
</s:sequence> |
|---|
| 18 |
</s:complexType> |
|---|
| 19 |
</s:element> |
|---|
| 20 |
</s:schema> |
|---|
| 21 |
</wsdl:types> |
|---|
| 22 |
<wsdl:message name="GetPrimeNumbersSoapIn"> |
|---|
| 23 |
<wsdl:part name="parameters" element="tns:GetPrimeNumbers" /> |
|---|
| 24 |
</wsdl:message> |
|---|
| 25 |
<wsdl:message name="GetPrimeNumbersSoapOut"> |
|---|
| 26 |
<wsdl:part name="parameters" element="tns:GetPrimeNumbersResponse" /> |
|---|
| 27 |
</wsdl:message> |
|---|
| 28 |
<wsdl:portType name="pnumSoap"> |
|---|
| 29 |
<wsdl:operation name="GetPrimeNumbers"> |
|---|
| 30 |
<wsdl:input message="tns:GetPrimeNumbersSoapIn" /> |
|---|
| 31 |
<wsdl:output message="tns:GetPrimeNumbersSoapOut" /> |
|---|
| 32 |
</wsdl:operation> |
|---|
| 33 |
</wsdl:portType> |
|---|
| 34 |
<wsdl:binding name="pnumSoap" type="tns:pnumSoap"> |
|---|
| 35 |
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> |
|---|
| 36 |
<wsdl:operation name="GetPrimeNumbers"> |
|---|
| 37 |
<soap:operation soapAction="http://www50.brinkster.com/vbfacileinpt/np/GetPrimeNumbers" style="document" /> |
|---|
| 38 |
<wsdl:input> |
|---|
| 39 |
<soap:body use="literal" /> |
|---|
| 40 |
</wsdl:input> |
|---|
| 41 |
<wsdl:output> |
|---|
| 42 |
<soap:body use="literal" /> |
|---|
| 43 |
</wsdl:output> |
|---|
| 44 |
</wsdl:operation> |
|---|
| 45 |
</wsdl:binding> |
|---|
| 46 |
<wsdl:service name="pnum"> |
|---|
| 47 |
<wsdl:port name="pnumSoap" binding="tns:pnumSoap"> |
|---|
| 48 |
<soap:address location="http://www50.brinkster.com/vbfacileinpt/np.asmx" /> |
|---|
| 49 |
</wsdl:port> |
|---|
| 50 |
</wsdl:service> |
|---|
| 51 |
</wsdl:definitions> |
|---|