SORO#38776: Token en URL Appconnector tbv personenkoppeling

svn path=/Website/branches/v2016.2/; revision=32030
This commit is contained in:
Marcel Bourseau
2016-12-19 16:08:49 +00:00
parent 2ed721ae7f
commit fbd9c6db81

View File

@@ -77,7 +77,8 @@ try
if (WScript.Arguments.length > 1){ if (WScript.Arguments.length > 1){
var l_xsl_file = WScript.Arguments(1); var l_xsl_file = WScript.Arguments(1);
} }
l_url = "https://profitweb.afasonline.nl/profitservices/getconnector.asmx"; // l_url = "https://profitweb.afasonline.nl/profitservices/getconnector.asmx";
l_url = "https://71217.afasonlineconnector.nl/profitservices/appconnectorget.asmx"
var l_username = "71217.facilitor"; var l_username = "71217.facilitor";
var l_password = "Profit1!"; var l_password = "Profit1!";
var l_environment = "O71217AA"; var l_environment = "O71217AA";
@@ -91,15 +92,14 @@ try
+ " <soapenv:Body>" + " <soapenv:Body>"
+ " <urn:GetData>" + " <urn:GetData>"
+ " <!--Optional:-->" + " <!--Optional:-->"
+ " <urn:environmentId>" + l_environment + "</urn:environmentId>" + " <urn:token>"
+ " <!--Optional:-->" + " <![CDATA[<token><version>1</version><data>B8C2BBEBE1E54A08B103348A45FAD7A9F4A4F8B94C8C7FEE581BF18F859C712D</data></token>]]>"
+ " <urn:userId>" + l_username + "</urn:userId>" + " </urn:token>"
+ " <!--Optional:-->"
+ " <urn:password>" + l_password + "</urn:password>"
+ " <!--Optional:-->"
+ " <urn:logonAs></urn:logonAs>"
+ " <!--Optional:-->" + " <!--Optional:-->"
+ " <urn:connectorId>" + connectorId + "</urn:connectorId>" + " <urn:connectorId>" + connectorId + "</urn:connectorId>"
+ " <!--New and mandatory:-->"
+ " <urn:skip>-1</urn:skip>"
+ " <urn:take>-1</urn:take>"
+ " <!--Optional:-->" + " <!--Optional:-->"
+ " <urn:filtersXml></urn:filtersXml>" + " <urn:filtersXml></urn:filtersXml>"
+ " </urn:GetData>" + " </urn:GetData>"