This is the wsdl:
<?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://localhost/bookingsystem" 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://localhost/bookingsystem" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> - <wsdl:types> - <s:schema elementFormDefault="qualified" targetNamespace="http://localhost/bookingsystem"> - <s:element name="logon"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="uname" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="upassword" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="logonResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="logonResult"> - <s:complexType> - <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> - <s:element name="logonXML"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="uname" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="upassword" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="logonXMLResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="logonXMLResult"> - <s:complexType mixed="true"> - <s:sequence> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> - <s:element name="meetingAttendees"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="MeetGuid" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="meetingAttendeesResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="meetingAttendeesResult"> - <s:complexType> - <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> - <s:element name="logonXML1"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="uname" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="upassword" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="logonXML1Response"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="logonXML1Result"> - <s:complexType mixed="true"> - <s:sequence> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> </s:schema> </wsdl:types> - <wsdl:message name="logonSoapIn"> <wsdl:part name="parameters" element="tns:logon" /> </wsdl:message> - <wsdl:message name="logonSoapOut"> <wsdl:part name="parameters" element="tns:logonResponse" /> </wsdl:message> - <wsdl:message name="logonXMLSoapIn"> <wsdl:part name="parameters" element="tns:logonXML" /> </wsdl:message> - <wsdl:message name="logonXMLSoapOut"> <wsdl:part name="parameters" element="tns:logonXMLResponse" /> </wsdl:message> - <wsdl:message name="meetingAttendeesSoapIn"> <wsdl:part name="parameters" element="tns:meetingAttendees" /> </wsdl:message> - <wsdl:message name="meetingAttendeesSoapOut"> <wsdl:part name="parameters" element="tns:meetingAttendeesResponse" /> </wsdl:message> - <wsdl:message name="logonXML1SoapIn"> <wsdl:part name="parameters" element="tns:logonXML1" /> </wsdl:message> - <wsdl:message name="logonXML1SoapOut"> <wsdl:part name="parameters" element="tns:logonXML1Response" /> </wsdl:message> - <wsdl:portType name="ServiceSoap"> - <wsdl:operation name="logon"> <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Login</wsdl:documentati on> <wsdl:input message="tns:logonSoapIn" /> <wsdl:output message="tns:logonSoapOut" /> </wsdl:operation> - <wsdl:operation name="logonXML"> <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">LoginXML</wsdl:document ation> <wsdl:input message="tns:logonXMLSoapIn" /> <wsdl:output message="tns:logonXMLSoapOut" /> </wsdl:operation> - <wsdl:operation name="meetingAttendees"> <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Meeting Attendees</wsdl:documentation> <wsdl:input message="tns:meetingAttendeesSoapIn" /> <wsdl:output message="tns:meetingAttendeesSoapOut" /> </wsdl:operation> - <wsdl:operation name="logonXML1"> <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Logon2</wsdl:documentat ion> <wsdl:input message="tns:logonXML1SoapIn" /> <wsdl:output message="tns:logonXML1SoapOut" /> </wsdl:operation> </wsdl:portType> - <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="logon"> <soap:operation soapAction="http://localhost/bookingsystem/logon" style="document" /> - <wsdl:input> <soap:body use="literal" /> </wsdl:input> - <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="logonXML"> <soap:operation soapAction="http://localhost/bookingsystem/logonXML" style="document" /> - <wsdl:input> <soap:body use="literal" /> </wsdl:input> - <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="meetingAttendees"> <soap:operation soapAction="http://localhost/bookingsystem/meetingAttendees" style="document" /> - <wsdl:input> <soap:body use="literal" /> </wsdl:input> - <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="logonXML1"> <soap:operation soapAction="http://localhost/bookingsystem/logonXML1" 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="ServiceSoap12" type="tns:ServiceSoap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="logon"> <soap12:operation soapAction="http://localhost/bookingsystem/logon" style="document" /> - <wsdl:input> <soap12:body use="literal" /> </wsdl:input> - <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="logonXML"> <soap12:operation soapAction="http://localhost/bookingsystem/logonXML" style="document" /> - <wsdl:input> <soap12:body use="literal" /> </wsdl:input> - <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="meetingAttendees"> <soap12:operation soapAction="http://localhost/bookingsystem/meetingAttendees" style="document" /> - <wsdl:input> <soap12:body use="literal" /> </wsdl:input> - <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="logonXML1"> <soap12:operation soapAction="http://localhost/bookingsystem/logonXML1" 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="Service"> - <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap"> <soap:address location="http://localhost/bookingservice/Service.asmx" /> </wsdl:port> - <wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12"> <soap12:address location="http://localhost/bookingservice/Service.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/

