WSDL: https://EpicServer/Interconnect-REL-EDI/wcf/Epic.Security.GeneratedServices/PersonnelManagement.svc?wsdl
REQUEST:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Epic-com:Security.2014.Services.PersonnelManagement" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:urn1="urn:Epic-com:Security.2012.Services.PersonnelManagement"> <soapenv:Header/> <soapenv:Body> <urn:CreateUser> <urn:UserInternalID>*</urn:UserInternalID> <urn:Name>Hall, Nicholas A</urn:Name> <urn:ContactDate>T</urn:ContactDate> <urn:ContactComment>Initial Entry</urn:ContactComment> <urn:SystemLoginID>12345</urn:SystemLoginID> <urn:IsActive>0</urn:IsActive> <urn:UserDictionaryPath>\\epic-files\User_Dictionaries\12345dictionary.tlx</urn:UserDictionaryPath> <urn:LinkedTemplatesConfig> <urn:AppliedTemplateID> <urn1:ID>T1595999</urn1:ID> <urn1:Type>external</urn1:Type> </urn:AppliedTemplateID> <urn:AvailableLinkableTemplates> <urn:AvailableTemplateSetup> <urn:LinkedTemplateID> <urn1:ID>T1595999</urn1:ID> <urn1:Type>external</urn1:Type> </urn:LinkedTemplateID> </urn:AvailableTemplateSetup> <urn:AvailableTemplateSetup> <urn:LinkedTemplateID> <urn1:ID>T2101700303</urn1:ID> <urn1:Type>external</urn1:Type> </urn:LinkedTemplateID> </urn:AvailableTemplateSetup> </urn:AvailableLinkableTemplates> <urn:DefaultTemplateID> <urn1:ID>T1595999</urn1:ID> <urn1:Type>external</urn1:Type> </urn:DefaultTemplateID> </urn:LinkedTemplatesConfig> <urn:UserSubtemplateIDs> <urn1:IndexedRecordIn> <urn1:Identifier> <urn1:ID>T00063</urn1:ID> <urn1:Type>external</urn1:Type> </urn1:Identifier> <urn1:Index>1</urn1:Index> </urn1:IndexedRecordIn> <urn1:IndexedRecordIn> <urn1:Identifier> <urn1:ID>ST5089456</urn1:ID> <urn1:Type>external</urn1:Type> </urn1:Identifier> <urn1:Index>2</urn1:Index> </urn1:IndexedRecordIn> </urn:UserSubtemplateIDs> <urn:CustomUserDictionaries> <urn1:IndexedString> <urn1:Index>1</urn1:Index> <urn1:Value>\\epic-files\User_Dictionaries\12345Ddictionary.tlx</urn1:Value> </urn1:IndexedString> </urn:CustomUserDictionaries> <urn:ExternalIdentifiers> <urn1:ExternalIdentifier> <urn1:Identifier>e12345</urn1:Identifier> <urn1:IdentifierType>EMC Mckesson Document Imaging</urn1:IdentifierType> <urn1:IsActive>true</urn1:IsActive> </urn1:ExternalIdentifier> </urn:ExternalIdentifiers> </urn:CreateUser> </soapenv:Body> </soapenv:Envelope> |
RESPONSE:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <CreateUserResponse xmlns="urn:Epic-com:Security.2014.Services.PersonnelManagement"> <CreateUserResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Messages xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <a:string/> <a:string/> <a:string>User name automatically formatted to HALL, NICHOLAS</a:string> </Messages> <UserIDs xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"> <a:IDType> <a:ID>12131</a:ID> <a:Type>External</a:Type> </a:IDType> <a:IDType> <a:ID>12131</a:ID> <a:Type>Internal</a:Type> </a:IDType> <a:IDType> <a:ID>HALL, NICHOLAS</a:ID> <a:Type>Name</a:Type> </a:IDType> <a:IDType> <a:ID>12345</a:ID> <a:Type>SystemLogin</a:Type> </a:IDType> </UserIDs> </CreateUserResult> </CreateUserResponse> </s:Body> </s:Envelope> |
REQUEST:
1 2 3 4 5 6 7 8 9 10 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Epic-com:Security.2014.Services.PersonnelManagement"> <soapenv:Header/> <soapenv:Body> <urn:ViewUser> <urn:UserID>12345</urn:UserID> <urn:UserIDType>SystemLogin</urn:UserIDType> </urn:ViewUser> </soapenv:Body> </soapenv:Envelope> |
RESPONSE:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <ViewUserResponse xmlns="urn:Epic-com:Security.2014.Services.PersonnelManagement"> <ViewUserResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AuthenticationConfigurationID xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"/> <BlockStatus xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"> <a:Comment/> <a:IsBlocked>false</a:IsBlocked> <a:Reason/> </BlockStatus> <CategoryReportGrouper1 xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> <CategoryReportGrouper2 xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> <CategoryReportGrouper3 xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> <CategoryReportGrouper4 xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> <CategoryReportGrouper5 xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> <CategoryReportGrouper6 xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> <ContactComment>Initial Entry</ContactComment> <CustomUserDictionaries xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"> <a:IndexedString> <a:Index>1</a:Index> <a:Value>\\Serverfiles\User_Dictionaries\12345Ddictionary.tlx</a:Value> </a:IndexedString> </CustomUserDictionaries> <DefaultLoginDepartmentID xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"/> <EmployeeDemographics/> <EndDate i:nil="true"/> <ExternalIdentifiers xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"/> <InBasketClassifications xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> <IsActive>false</IsActive> <IsPasswordChangeRequired>false</IsPasswordChangeRequired> <LDAPOverrideID/> <LinkedProviderID xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"/> <LinkedTemplatesConfig> <AppliedTemplateID xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"> ...... </AppliedTemplateID> <AvailableLinkableTemplates> <AvailableTemplateSetupOut> <EndDate/> ...... <LoginTypes xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> <StartDate/> </AvailableTemplateSetupOut> </AvailableLinkableTemplates> <DefaultTemplateID xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"> ..... </DefaultTemplateID> </LinkedTemplatesConfig> <Name>Nicholas Hall</Name> <Notes/> <PrimaryManager xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"/> <ProviderAtLoginOption/> <ReportGrouper1/> <ReportGrouper2/> <ReportGrouper3/> <Sex/> <StartDate i:nil="true"/> <UserAlias/> <UserComplexName> .... </UserComplexName> .... <UsersManagers xmlns:a="urn:Epic-com:Security.2012.Services.PersonnelManagement"/> </ViewUserResult> </ViewUserResponse> </s:Body> </s:Envelope> |