Skip to content

Instantly share code, notes, and snippets.

@ChrisMoney
Created October 26, 2016 14:27
Show Gist options
  • Save ChrisMoney/2288c413e3aa66cce0d063d71b42d503 to your computer and use it in GitHub Desktop.
Save ChrisMoney/2288c413e3aa66cce0d063d71b42d503 to your computer and use it in GitHub Desktop.
WSDL that adheres to an XSD
http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?wsdl
<wsdl:definitions 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://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://tempuri.org/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:import namespace="http://www.tempuri.org/AuthorizedForLocatiionAndApp.xsd"/>
<s:import namespace="http://www.tempuri.org/EmployeeGameCardPlay_List.xsd"/>
<s:import namespace="http://www.tempuri.org/SecurtyGroupsDataset.xsd"/>
<s:import namespace="http://www.tempuri.org/PDA_RedemptionCounterPassCardList.xsd"/>
<s:import namespace="http://www.tempuri.org/EmployeePassCards.xsd"/>
<s:import namespace="http://www.tempuri.org/UserAccessProfile.xsd"/>
<s:import namespace="http://www.tempuri.org/POS_AuthenicationAuthorizationDataSet.xsd"/>
<s:import namespace="http://www.tempuri.org/EnterprizeAuthorizedDataSet.xsd"/>
<s:import schemaLocation="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?schema=SecurtyGroupsDataset" namespace="http://www.tempuri.org/SecurtyGroupsDataset.xsd"/>
<s:import schemaLocation="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?schema=UserAccessProfile" namespace="http://www.tempuri.org/UserAccessProfile.xsd"/>
<s:import schemaLocation="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?schema=PDA_RedemptionCounterPassCardList" namespace="http://www.tempuri.org/PDA_RedemptionCounterPassCardList.xsd"/>
<s:import schemaLocation="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?schema=POS_AuthenicationAuthorizationDataSet" namespace="http://www.tempuri.org/POS_AuthenicationAuthorizationDataSet.xsd"/>
<s:import schemaLocation="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?schema=AuthorizedForLocatiionAndApp" namespace="http://www.tempuri.org/AuthorizedForLocatiionAndApp.xsd"/>
<s:import schemaLocation="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?schema=EnterprizeAuthorizedDataSet" namespace="http://www.tempuri.org/EnterprizeAuthorizedDataSet.xsd"/>
<s:import schemaLocation="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?schema=EmployeeGameCardPlay_List" namespace="http://www.tempuri.org/EmployeeGameCardPlay_List.xsd"/>
<s:import schemaLocation="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx?schema=EmployeePassCards" namespace="http://www.tempuri.org/EmployeePassCards.xsd"/>
<s:element name="GetEmployeeListForLocationAndApp">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="1" maxOccurs="1" name="LocID" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="App" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfString">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string"/>
</s:sequence>
</s:complexType>
<s:element name="GetEmployeeListForLocationAndAppResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetEmployeeListForLocationAndAppResult">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/AuthorizedForLocatiionAndApp.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetEmployeeGameCardAccessList">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="1" maxOccurs="1" name="LocID" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetEmployeeGameCardAccessListResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetEmployeeGameCardAccessListResult">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/EmployeeGameCardPlay_List.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetDeviceNetworkSettings">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetDeviceNetworkSettingsResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="GetDeviceNetworkSettingsResult" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Tag" type="s:long"/>
<s:element minOccurs="1" maxOccurs="1" name="LocID" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetGroupsAreasOfAccess_Dataset">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="1" maxOccurs="1" name="GroupID" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetGroupsAreasOfAccess_DatasetResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="GetGroupsAreasOfAccess_DatasetResult" type="s:int"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/SecurtyGroupsDataset.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateGroupsAreasOfAccess_Dataset">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/SecurtyGroupsDataset.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateGroupsAreasOfAccess_DatasetResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="UpdateGroupsAreasOfAccess_DatasetResult" type="s:int"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/SecurtyGroupsDataset.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="IsAssigned">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="IsAssignedResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="IsAssignedResult" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AdminApp_CorpID">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AdminApp_CorpIDResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="AdminApp_CorpIDResult" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="CorpID" type="s:long"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="PDARedemptionCounterEmployeePassCardsListing">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="PDARedemptionCounterEmployeePassCardsListingResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="PDARedemptionCounterEmployeePassCardsListingResult" type="s:int"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/PDA_RedemptionCounterPassCardList.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EmployeePassCardsListing">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="1" maxOccurs="1" name="LocID" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EmployeePassCardsListingResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="EmployeePassCardsListingResult" type="s:int"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/EmployeePassCards.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EmployeeSecListing">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="1" maxOccurs="1" name="LocID" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EmployeeSecListingResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="EmployeeSecListingResult" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="SiteCode" type="s:int"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/EmployeePassCards.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateEmployeePassCardsListing">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/EmployeePassCards.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateEmployeePassCardsListingResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="UpdateEmployeePassCardsListingResult" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EmployeeIDAndName">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EmployeeIDAndNameResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="EmployeeIDAndNameResult" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="EmployeeID" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Admin" type="s:boolean"/>
<s:element minOccurs="0" maxOccurs="1" name="EmpName" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EmployeeID">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EmployeeIDResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="EmployeeIDResult" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="EmployeeID" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Admin" type="s:boolean"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UserAccessProfile">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="1" maxOccurs="1" name="EmployeeID" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="AppID" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UserAccessProfileResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="UserAccessProfileResult" type="s:int"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/UserAccessProfile.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="LocationPOSAuthenticateAuthorization">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="1" maxOccurs="1" name="locID" type="s:int"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="LocationPOSAuthenticateAuthorizationResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="LocationPOSAuthenticateAuthorizationResult" type="s:int"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/POS_AuthenicationAuthorizationDataSet.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EnterpiseApplicationAuthenticate">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EnterpiseApplicationAuthenticateResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="EnterpiseApplicationAuthenticateResult" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Authenticated" type="s:boolean"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EnterpiseApplicationAuthorize">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="MAC_ID" type="tns:ArrayOfString"/>
<s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EnterpiseApplicationAuthorizeResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="EnterpiseApplicationAuthorizeResult" type="s:int"/>
<s:element minOccurs="0" maxOccurs="1" name="ds">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/EnterprizeAuthorizedDataSet.xsd"/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="GetEmployeeListForLocationAndAppSoapIn">
<wsdl:part name="parameters" element="tns:GetEmployeeListForLocationAndApp"/>
</wsdl:message>
<wsdl:message name="GetEmployeeListForLocationAndAppSoapOut">
<wsdl:part name="parameters" element="tns:GetEmployeeListForLocationAndAppResponse"/>
</wsdl:message>
<wsdl:message name="GetEmployeeGameCardAccessListSoapIn">
<wsdl:part name="parameters" element="tns:GetEmployeeGameCardAccessList"/>
</wsdl:message>
<wsdl:message name="GetEmployeeGameCardAccessListSoapOut">
<wsdl:part name="parameters" element="tns:GetEmployeeGameCardAccessListResponse"/>
</wsdl:message>
<wsdl:message name="GetDeviceNetworkSettingsSoapIn">
<wsdl:part name="parameters" element="tns:GetDeviceNetworkSettings"/>
</wsdl:message>
<wsdl:message name="GetDeviceNetworkSettingsSoapOut">
<wsdl:part name="parameters" element="tns:GetDeviceNetworkSettingsResponse"/>
</wsdl:message>
<wsdl:message name="GetGroupsAreasOfAccess_DatasetSoapIn">
<wsdl:part name="parameters" element="tns:GetGroupsAreasOfAccess_Dataset"/>
</wsdl:message>
<wsdl:message name="GetGroupsAreasOfAccess_DatasetSoapOut">
<wsdl:part name="parameters" element="tns:GetGroupsAreasOfAccess_DatasetResponse"/>
</wsdl:message>
<wsdl:message name="UpdateGroupsAreasOfAccess_DatasetSoapIn">
<wsdl:part name="parameters" element="tns:UpdateGroupsAreasOfAccess_Dataset"/>
</wsdl:message>
<wsdl:message name="UpdateGroupsAreasOfAccess_DatasetSoapOut">
<wsdl:part name="parameters" element="tns:UpdateGroupsAreasOfAccess_DatasetResponse"/>
</wsdl:message>
<wsdl:message name="IsAssignedSoapIn">
<wsdl:part name="parameters" element="tns:IsAssigned"/>
</wsdl:message>
<wsdl:message name="IsAssignedSoapOut">
<wsdl:part name="parameters" element="tns:IsAssignedResponse"/>
</wsdl:message>
<wsdl:message name="AdminApp_CorpIDSoapIn">
<wsdl:part name="parameters" element="tns:AdminApp_CorpID"/>
</wsdl:message>
<wsdl:message name="AdminApp_CorpIDSoapOut">
<wsdl:part name="parameters" element="tns:AdminApp_CorpIDResponse"/>
</wsdl:message>
<wsdl:message name="PDARedemptionCounterEmployeePassCardsListingSoapIn">
<wsdl:part name="parameters" element="tns:PDARedemptionCounterEmployeePassCardsListing"/>
</wsdl:message>
<wsdl:message name="PDARedemptionCounterEmployeePassCardsListingSoapOut">
<wsdl:part name="parameters" element="tns:PDARedemptionCounterEmployeePassCardsListingResponse"/>
</wsdl:message>
<wsdl:message name="EmployeePassCardsListingSoapIn">
<wsdl:part name="parameters" element="tns:EmployeePassCardsListing"/>
</wsdl:message>
<wsdl:message name="EmployeePassCardsListingSoapOut">
<wsdl:part name="parameters" element="tns:EmployeePassCardsListingResponse"/>
</wsdl:message>
<wsdl:message name="EmployeeSecListingSoapIn">
<wsdl:part name="parameters" element="tns:EmployeeSecListing"/>
</wsdl:message>
<wsdl:message name="EmployeeSecListingSoapOut">
<wsdl:part name="parameters" element="tns:EmployeeSecListingResponse"/>
</wsdl:message>
<wsdl:message name="UpdateEmployeePassCardsListingSoapIn">
<wsdl:part name="parameters" element="tns:UpdateEmployeePassCardsListing"/>
</wsdl:message>
<wsdl:message name="UpdateEmployeePassCardsListingSoapOut">
<wsdl:part name="parameters" element="tns:UpdateEmployeePassCardsListingResponse"/>
</wsdl:message>
<wsdl:message name="EmployeeIDAndNameSoapIn">
<wsdl:part name="parameters" element="tns:EmployeeIDAndName"/>
</wsdl:message>
<wsdl:message name="EmployeeIDAndNameSoapOut">
<wsdl:part name="parameters" element="tns:EmployeeIDAndNameResponse"/>
</wsdl:message>
<wsdl:message name="EmployeeIDSoapIn">
<wsdl:part name="parameters" element="tns:EmployeeID"/>
</wsdl:message>
<wsdl:message name="EmployeeIDSoapOut">
<wsdl:part name="parameters" element="tns:EmployeeIDResponse"/>
</wsdl:message>
<wsdl:message name="UserAccessProfileSoapIn">
<wsdl:part name="parameters" element="tns:UserAccessProfile"/>
</wsdl:message>
<wsdl:message name="UserAccessProfileSoapOut">
<wsdl:part name="parameters" element="tns:UserAccessProfileResponse"/>
</wsdl:message>
<wsdl:message name="LocationPOSAuthenticateAuthorizationSoapIn">
<wsdl:part name="parameters" element="tns:LocationPOSAuthenticateAuthorization"/>
</wsdl:message>
<wsdl:message name="LocationPOSAuthenticateAuthorizationSoapOut">
<wsdl:part name="parameters" element="tns:LocationPOSAuthenticateAuthorizationResponse"/>
</wsdl:message>
<wsdl:message name="EnterpiseApplicationAuthenticateSoapIn">
<wsdl:part name="parameters" element="tns:EnterpiseApplicationAuthenticate"/>
</wsdl:message>
<wsdl:message name="EnterpiseApplicationAuthenticateSoapOut">
<wsdl:part name="parameters" element="tns:EnterpiseApplicationAuthenticateResponse"/>
</wsdl:message>
<wsdl:message name="EnterpiseApplicationAuthorizeSoapIn">
<wsdl:part name="parameters" element="tns:EnterpiseApplicationAuthorize"/>
</wsdl:message>
<wsdl:message name="EnterpiseApplicationAuthorizeSoapOut">
<wsdl:part name="parameters" element="tns:EnterpiseApplicationAuthorizeResponse"/>
</wsdl:message>
<wsdl:portType name="AuthenticateAndAuthorizeSoap">
<wsdl:operation name="GetEmployeeListForLocationAndApp">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Employee listing for game access</wsdl:documentation>
<wsdl:input message="tns:GetEmployeeListForLocationAndAppSoapIn"/>
<wsdl:output message="tns:GetEmployeeListForLocationAndAppSoapOut"/>
</wsdl:operation>
<wsdl:operation name="GetEmployeeGameCardAccessList">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get Employee listing for game access</wsdl:documentation>
<wsdl:input message="tns:GetEmployeeGameCardAccessListSoapIn"/>
<wsdl:output message="tns:GetEmployeeGameCardAccessListSoapOut"/>
</wsdl:operation>
<wsdl:operation name="GetDeviceNetworkSettings">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Get the device's Tag and Location field based on it's MAC ID. If the device is not registered the -1 is returned for both the location code and device Tag.
</wsdl:documentation>
<wsdl:input message="tns:GetDeviceNetworkSettingsSoapIn"/>
<wsdl:output message="tns:GetDeviceNetworkSettingsSoapOut"/>
</wsdl:operation>
<wsdl:operation name="GetGroupsAreasOfAccess_Dataset">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Returns the section that the given group has permissions for.
</wsdl:documentation>
<wsdl:input message="tns:GetGroupsAreasOfAccess_DatasetSoapIn"/>
<wsdl:output message="tns:GetGroupsAreasOfAccess_DatasetSoapOut"/>
</wsdl:operation>
<wsdl:operation name="UpdateGroupsAreasOfAccess_Dataset">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update a group's permissions of access</wsdl:documentation>
<wsdl:input message="tns:UpdateGroupsAreasOfAccess_DatasetSoapIn"/>
<wsdl:output message="tns:UpdateGroupsAreasOfAccess_DatasetSoapOut"/>
</wsdl:operation>
<wsdl:operation name="IsAssigned">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Checks to see if device is assigned via its MAC ID</wsdl:documentation>
<wsdl:input message="tns:IsAssignedSoapIn"/>
<wsdl:output message="tns:IsAssignedSoapOut"/>
</wsdl:operation>
<wsdl:operation name="AdminApp_CorpID">
<wsdl:input message="tns:AdminApp_CorpIDSoapIn"/>
<wsdl:output message="tns:AdminApp_CorpIDSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PDARedemptionCounterEmployeePassCardsListing">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Returns the dataset containing employee id's and linked pass cards for the PDA Redemption Counter App only.
</wsdl:documentation>
<wsdl:input message="tns:PDARedemptionCounterEmployeePassCardsListingSoapIn"/>
<wsdl:output message="tns:PDARedemptionCounterEmployeePassCardsListingSoapOut"/>
</wsdl:operation>
<wsdl:operation name="EmployeePassCardsListing">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Returns the dataset containing employee id's and the areas they have access to.
</wsdl:documentation>
<wsdl:input message="tns:EmployeePassCardsListingSoapIn"/>
<wsdl:output message="tns:EmployeePassCardsListingSoapOut"/>
</wsdl:operation>
<wsdl:operation name="EmployeeSecListing">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Returns the dataset containing employee id's and the areas they have access to as well as the locations site code.
</wsdl:documentation>
<wsdl:input message="tns:EmployeeSecListingSoapIn"/>
<wsdl:output message="tns:EmployeeSecListingSoapOut"/>
</wsdl:operation>
<wsdl:operation name="UpdateEmployeePassCardsListing">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Updates a dataset containing employee id's and linked pass cards.
</wsdl:documentation>
<wsdl:input message="tns:UpdateEmployeePassCardsListingSoapIn"/>
<wsdl:output message="tns:UpdateEmployeePassCardsListingSoapOut"/>
</wsdl:operation>
<wsdl:operation name="EmployeeIDAndName">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Returns the employee's ID and name based on the Username Password combination
</wsdl:documentation>
<wsdl:input message="tns:EmployeeIDAndNameSoapIn"/>
<wsdl:output message="tns:EmployeeIDAndNameSoapOut"/>
</wsdl:operation>
<wsdl:operation name="EmployeeID">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Returns the employee's ID based on the Username Password combination
</wsdl:documentation>
<wsdl:input message="tns:EmployeeIDSoapIn"/>
<wsdl:output message="tns:EmployeeIDSoapOut"/>
</wsdl:operation>
<wsdl:operation name="UserAccessProfile">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a dataset contain a user's access roles</wsdl:documentation>
<wsdl:input message="tns:UserAccessProfileSoapIn"/>
<wsdl:output message="tns:UserAccessProfileSoapOut"/>
</wsdl:operation>
<wsdl:operation name="LocationPOSAuthenticateAuthorization">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Authenticate the username/password combination</wsdl:documentation>
<wsdl:input message="tns:LocationPOSAuthenticateAuthorizationSoapIn"/>
<wsdl:output message="tns:LocationPOSAuthenticateAuthorizationSoapOut"/>
</wsdl:operation>
<wsdl:operation name="EnterpiseApplicationAuthenticate">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Authenticate the username/password combination</wsdl:documentation>
<wsdl:input message="tns:EnterpiseApplicationAuthenticateSoapIn"/>
<wsdl:output message="tns:EnterpiseApplicationAuthenticateSoapOut"/>
</wsdl:operation>
<wsdl:operation name="EnterpiseApplicationAuthorize">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
Send the Authorization data for the username/password combination
</wsdl:documentation>
<wsdl:input message="tns:EnterpiseApplicationAuthorizeSoapIn"/>
<wsdl:output message="tns:EnterpiseApplicationAuthorizeSoapOut"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="AuthenticateAndAuthorizeSoap" type="tns:AuthenticateAndAuthorizeSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="GetEmployeeListForLocationAndApp">
<soap:operation soapAction="http://tempuri.org/GetEmployeeListForLocationAndApp" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetEmployeeGameCardAccessList">
<soap:operation soapAction="http://tempuri.org/GetEmployeeGameCardAccessList" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetDeviceNetworkSettings">
<soap:operation soapAction="http://tempuri.org/GetDeviceNetworkSettings" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetGroupsAreasOfAccess_Dataset">
<soap:operation soapAction="http://tempuri.org/GetGroupsAreasOfAccess_Dataset" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateGroupsAreasOfAccess_Dataset">
<soap:operation soapAction="http://tempuri.org/UpdateGroupsAreasOfAccess_Dataset" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="IsAssigned">
<soap:operation soapAction="http://tempuri.org/IsAssigned" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AdminApp_CorpID">
<soap:operation soapAction="http://tempuri.org/AdminApp_CorpID" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PDARedemptionCounterEmployeePassCardsListing">
<soap:operation soapAction="http://tempuri.org/PDARedemptionCounterEmployeePassCardsListing" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EmployeePassCardsListing">
<soap:operation soapAction="http://tempuri.org/EmployeePassCardsListing" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EmployeeSecListing">
<soap:operation soapAction="http://tempuri.org/EmployeeSecListing" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateEmployeePassCardsListing">
<soap:operation soapAction="http://tempuri.org/UpdateEmployeePassCardsListing" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EmployeeIDAndName">
<soap:operation soapAction="http://tempuri.org/EmployeeIDAndName" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EmployeeID">
<soap:operation soapAction="http://tempuri.org/EmployeeID" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UserAccessProfile">
<soap:operation soapAction="http://tempuri.org/UserAccessProfile" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="LocationPOSAuthenticateAuthorization">
<soap:operation soapAction="http://tempuri.org/LocationPOSAuthenticateAuthorization" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EnterpiseApplicationAuthenticate">
<soap:operation soapAction="http://tempuri.org/EnterpiseApplicationAuthenticate" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EnterpiseApplicationAuthorize">
<soap:operation soapAction="http://tempuri.org/EnterpiseApplicationAuthorize" 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="AuthenticateAndAuthorizeSoap12" type="tns:AuthenticateAndAuthorizeSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="GetEmployeeListForLocationAndApp">
<soap12:operation soapAction="http://tempuri.org/GetEmployeeListForLocationAndApp" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetEmployeeGameCardAccessList">
<soap12:operation soapAction="http://tempuri.org/GetEmployeeGameCardAccessList" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetDeviceNetworkSettings">
<soap12:operation soapAction="http://tempuri.org/GetDeviceNetworkSettings" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetGroupsAreasOfAccess_Dataset">
<soap12:operation soapAction="http://tempuri.org/GetGroupsAreasOfAccess_Dataset" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateGroupsAreasOfAccess_Dataset">
<soap12:operation soapAction="http://tempuri.org/UpdateGroupsAreasOfAccess_Dataset" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="IsAssigned">
<soap12:operation soapAction="http://tempuri.org/IsAssigned" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AdminApp_CorpID">
<soap12:operation soapAction="http://tempuri.org/AdminApp_CorpID" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PDARedemptionCounterEmployeePassCardsListing">
<soap12:operation soapAction="http://tempuri.org/PDARedemptionCounterEmployeePassCardsListing" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EmployeePassCardsListing">
<soap12:operation soapAction="http://tempuri.org/EmployeePassCardsListing" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EmployeeSecListing">
<soap12:operation soapAction="http://tempuri.org/EmployeeSecListing" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateEmployeePassCardsListing">
<soap12:operation soapAction="http://tempuri.org/UpdateEmployeePassCardsListing" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EmployeeIDAndName">
<soap12:operation soapAction="http://tempuri.org/EmployeeIDAndName" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EmployeeID">
<soap12:operation soapAction="http://tempuri.org/EmployeeID" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UserAccessProfile">
<soap12:operation soapAction="http://tempuri.org/UserAccessProfile" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="LocationPOSAuthenticateAuthorization">
<soap12:operation soapAction="http://tempuri.org/LocationPOSAuthenticateAuthorization" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EnterpiseApplicationAuthenticate">
<soap12:operation soapAction="http://tempuri.org/EnterpiseApplicationAuthenticate" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="EnterpiseApplicationAuthorize">
<soap12:operation soapAction="http://tempuri.org/EnterpiseApplicationAuthorize" 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="AuthenticateAndAuthorize">
<wsdl:port name="AuthenticateAndAuthorizeSoap" binding="tns:AuthenticateAndAuthorizeSoap">
<soap:address location="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx"/>
</wsdl:port>
<wsdl:port name="AuthenticateAndAuthorizeSoap12" binding="tns:AuthenticateAndAuthorizeSoap12">
<soap12:address location="http://192.168.0.134/WS_AuthenticateAndAuthorize/AuthenticateAndAuthorize1.asmx"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment