--- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Can you send us the WSDL please? I don't have .NET 2.0 set up. > > Matt
Here is my WSDL, too. Thanks for checking this, Matt. -Tony ===== <?xml version="1.0" encoding="utf-8" ?> - <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://test.iu.edu/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://test.iu.edu/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <s:schema elementFormDefault="qualified" targetNamespace="http://test.iu.edu/"> - <s:element name="HelloWorld"> <s:complexType /> </s:element> - <s:element name="HelloWorldResponse"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="SendText"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="strText" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="SendTextResponse"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="SendTextResult" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="GetAuthors"> <s:complexType /> </s:element> - <s:element name="GetAuthorsResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetAuthorsResult"> - <s:complexType> - <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> </s:schema> </wsdl:types> - <wsdl:message name="HelloWorldSoapIn"> <wsdl:part name="parameters" element="tns:HelloWorld" /> </wsdl:message> - <wsdl:message name="HelloWorldSoapOut"> <wsdl:part name="parameters" element="tns:HelloWorldResponse" /> </wsdl:message> - <wsdl:message name="SendTextSoapIn"> <wsdl:part name="parameters" element="tns:SendText" /> </wsdl:message> - <wsdl:message name="SendTextSoapOut"> <wsdl:part name="parameters" element="tns:SendTextResponse" /> </wsdl:message> - <wsdl:message name="GetAuthorsSoapIn"> <wsdl:part name="parameters" element="tns:GetAuthors" /> </wsdl:message> - <wsdl:message name="GetAuthorsSoapOut"> <wsdl:part name="parameters" element="tns:GetAuthorsResponse" /> </wsdl:message> - <wsdl:portType name="WebService1Soap"> - <wsdl:operation name="HelloWorld"> <wsdl:input message="tns:HelloWorldSoapIn" /> <wsdl:output message="tns:HelloWorldSoapOut" /> </wsdl:operation> - <wsdl:operation name="SendText"> <wsdl:input message="tns:SendTextSoapIn" /> <wsdl:output message="tns:SendTextSoapOut" /> </wsdl:operation> - <wsdl:operation name="GetAuthors"> <wsdl:input message="tns:GetAuthorsSoapIn" /> <wsdl:output message="tns:GetAuthorsSoapOut" /> </wsdl:operation> </wsdl:portType> - <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="HelloWorld"> <soap:operation soapAction="http://test.iu.edu/HelloWorld" style="document" /> - <wsdl:input> <soap:body use="literal" /> </wsdl:input> - <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="SendText"> <soap:operation soapAction="http://test.iu.edu/SendText" style="document" /> - <wsdl:input> <soap:body use="literal" /> </wsdl:input> - <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetAuthors"> <soap:operation soapAction="http://test.iu.edu/GetAuthors" style="document" /> - <wsdl:input> <soap:body use="literal" /> </wsdl:input> - <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> - <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="HelloWorld"> <soap12:operation soapAction="http://test.iu.edu/HelloWorld" style="document" /> - <wsdl:input> <soap12:body use="literal" /> </wsdl:input> - <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="SendText"> <soap12:operation soapAction="http://test.iu.edu/SendText" style="document" /> - <wsdl:input> <soap12:body use="literal" /> </wsdl:input> - <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetAuthors"> <soap12:operation soapAction="http://test.iu.edu/GetAuthors" style="document" /> - <wsdl:input> <soap12:body use="literal" /> </wsdl:input> - <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> - <wsdl:service name="WebService1"> - <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> <soap:address location="http://localhost/flextest1/webservice1.asmx" /> </wsdl:port> - <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> <soap12:address location="http://localhost/flextest1/webservice1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> ========== -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

