No problem, Ben. You already helped us very much and got us out of a deadlock.
My collegue tried to write a webservice based on your help, but we hadn't
had much luck.
This is the WSDL:
<?xml version="1.0" encoding="utf-8" ?>
- <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://tempuri.org/"
xmlns:tm="
http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="
http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="
http://tempuri.org/"
xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified"
targetNamespace="
http://tempuri.org/">
- <s:element name="getSystemUserList">
<s:complexType />
</s:element>
- <s:element name="getSystemUserListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getSystemUserListResult">
- <s:complexType mixed="true">
- <s:sequence>
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="getAccountList">
<s:complexType />
</s:element>
- <s:element name="getAccountListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getAccountListResult">
- <s:complexType mixed="true">
- <s:sequence>
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="getAppointmentList">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="domainuser" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="getAppointmentListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getAppointmentListResult">
- <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="getSystemUserListSoapIn">
<wsdl
art name="parameters" element="tns:getSystemUserList" />
</wsdl:message>
- <wsdl:message name="getSystemUserListSoapOut">
<wsdl
art name="parameters" element="tns:getSystemUserListResponse" />
</wsdl:message>
- <wsdl:message name="getAccountListSoapIn">
<wsdl
art name="parameters" element="tns:getAccountList" />
</wsdl:message>
- <wsdl:message name="getAccountListSoapOut">
<wsdl
art name="parameters" element="tns:getAccountListResponse" />
</wsdl:message>
- <wsdl:message name="getAppointmentListSoapIn">
<wsdl
art name="parameters" element="tns:getAppointmentList" />
</wsdl:message>
- <wsdl:message name="getAppointmentListSoapOut">
<wsdl
art name="parameters" element="tns:getAppointmentListResponse" />
</wsdl:message>
- <wsdl
ortType name="InfoPathSoap">
- <wsdl
peration name="getSystemUserList">
<wsdl:input message="tns:getSystemUserListSoapIn" />
<wsdl
utput message="tns:getSystemUserListSoapOut" />
</wsdl
peration>
- <wsdl
peration name="getAccountList">
<wsdl:input message="tns:getAccountListSoapIn" />
<wsdl
utput message="tns:getAccountListSoapOut" />
</wsdl
peration>
- <wsdl
peration name="getAppointmentList">
<wsdl:input message="tns:getAppointmentListSoapIn" />
<wsdl
utput message="tns:getAppointmentListSoapOut" />
</wsdl
peration>
</wsdl
ortType>
- <wsdl:binding name="InfoPathSoap" type="tns:InfoPathSoap">
<soap:binding transport="
http://schemas.xmlsoap.org/soap/http"
style="document" />
- <wsdl
peration name="getSystemUserList">
<soap
peration soapAction="
http://tempuri.org/getSystemUserList"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl
utput>
<soap:body use="literal" />
</wsdl
utput>
</wsdl
peration>
- <wsdl
peration name="getAccountList">
<soap
peration soapAction="
http://tempuri.org/getAccountList"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl
utput>
<soap:body use="literal" />
</wsdl
utput>
</wsdl
peration>
- <wsdl
peration name="getAppointmentList">
<soap
peration soapAction="
http://tempuri.org/getAppointmentList"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl
utput>
<soap:body use="literal" />
</wsdl
utput>
</wsdl
peration>
</wsdl:binding>
- <wsdl:service name="InfoPath">
- <wsdl
ort name="InfoPathSoap" binding="tns:InfoPathSoap">
<soap:address location="
http://server/Infopathservice/Infopath.asmx" />
</wsdl
ort>
</wsdl:service>
</wsdl:definitions>
Any help would be GREATLY appreciated!
Thank you,
Aaron