Index: WS/EC/Unishop/Login/Service.cls.xml =================================================================== diff -u -r34641 -r34642 --- WS/EC/Unishop/Login/Service.cls.xml (.../Service.cls.xml) (revision 34641) +++ WS/EC/Unishop/Login/Service.cls.xml (.../Service.cls.xml) (revision 34642) @@ -14,7 +14,7 @@ { #dim Session As WS.EC.Unishop.dto.Session = ##class(WS.EC.Unishop.dto.Session).%New() Set Session.Url = "http://legrabox.accounts.intracto.com/login?Taal=N&REF=KifeOwBXXSTSV5JAsFJwRU/iJg7ff2yWp_eBffg9Vxs-&DATAOPT=VwEGDfsh4YEzXFbapVzobMKUhlQEEFC/716VeK2tfMlH5Yw3B9vnV3a9VPbEoPGka/WaF_8UQ68O4WH/5zeA8w--" - Set Session.ID = 1 + Set Session.ID = "xeARl72hefsWxRnvNcHEjQQkkKz3ROVJhrkmYnLRDwpEsCCS5oL0PESu_44G_T1YmkQ" Quit Session } Else { set Exception = ##class(TECH.Exceptions.InvalidUserInputException).%New("Ongeldige gebruiker of paswoord.")