Index: WS/SOAPClientExt.cls.xml =================================================================== diff -u -r2 -r8 --- WS/SOAPClientExt.cls.xml (.../SOAPClientExt.cls.xml) (revision 2) +++ WS/SOAPClientExt.cls.xml (.../SOAPClientExt.cls.xml) (revision 8) @@ -56,7 +56,7 @@ De PeekSOAPServer() method bevat wel errortrapping.
Het derde arg. MailParamType (="TBX_ERR") bepaald de mail die verzonden wordt in geval van fouten.
]]> 1 -%VHMacro,%occInclude +vhLib.Macro,%occInclude 1 0 Index: WS/TBX/DataIOSoap.cls.xml =================================================================== diff -u -r2 -r8 --- WS/TBX/DataIOSoap.cls.xml (.../DataIOSoap.cls.xml) (revision 2) +++ WS/TBX/DataIOSoap.cls.xml (.../DataIOSoap.cls.xml) (revision 8) @@ -98,5 +98,15 @@ Quit $S(locNdx<0:0, 1:1) ]]> + + +1 +1 +%Status + + Index: WS/TBX/CalcSoap.cls.xml =================================================================== diff -u -r2 -r8 --- WS/TBX/CalcSoap.cls.xml (.../CalcSoap.cls.xml) (revision 2) +++ WS/TBX/CalcSoap.cls.xml (.../CalcSoap.cls.xml) (revision 8) @@ -5,12 +5,6 @@ %SOAP.WebClient,WS.SOAPClientExt 0 - - -This is the URL used to access the web service. -http://cache01/csp/admin1/WS.TBX.Calc.cls - - This is the namespace used by the Service @@ -81,6 +75,13 @@ Do ..SetLocation($LG(lbLocations,locNdx)) Do ..SetTimeOut(60) ; Default Quit $S(locNdx<0:0, 1:1) + + + Set WebServiceRoot = ##class(TECH.Config.ConfigMgr).Instance().GetString("SOAPlib_ProductieWebServiceLocation") + Set Location = ##class(TECH.Files).AppendFile(WebServiceRoot,"WS.TBX.Calc.cls") + Do ..SetLocation(Location) + Do ..SetTimeOut(60) ; Default + Quit $$$True ]]> Index: WS/PR/KADWebSoap.cls.xml =================================================================== diff -u -r2 -r8 --- WS/PR/KADWebSoap.cls.xml (.../KADWebSoap.cls.xml) (revision 2) +++ WS/PR/KADWebSoap.cls.xml (.../KADWebSoap.cls.xml) (revision 8) @@ -4,12 +4,6 @@ %SOAP.WebClient,WS.SOAPClientExt 0 - - -This is the URL used to access the web service. -http://cache02/csp/admin1/WS.PR.KADWeb.cls - - This is the namespace used by the Service @@ -57,5 +51,15 @@ Quit $S(locNdx<0:0, 1:1) ]]> + + +1 +1 +%Status + + Index: WS/TBX/DataIOWWW.cls.xml =================================================================== diff -u -r2 -r8 --- WS/TBX/DataIOWWW.cls.xml (.../DataIOWWW.cls.xml) (revision 2) +++ WS/TBX/DataIOWWW.cls.xml (.../DataIOWWW.cls.xml) (revision 8) @@ -1,12 +1,9 @@ - -Web Service voor Import/Export van data -Class WS.TBX.DataIOWWW Extends %VHSys.SOAP.WebService [ ProcedureBlock ] -%VHMacro,BL.EC.Common +vhLib.Macro,BL.EC.Common 1 -%SOAP.WebService +WS.WebService 0 @@ -15,19 +12,11 @@ TBX.DataIOWWW - - -This is the URL used to access the web service. - Location on CacheWWW/hadev : "http://iserv.vanhoecke.be/csp/hadev"; - Location on CacheWWW/demo : "http://iserv.vanhoecke.be/csp/demo"; -http://iserv.vanhoecke.be/csp/hadev - - TODO: change this to actual SOAP namespace. SOAP Namespace for the WebService -http://tempuri.org +http://vhisie.vanhoecke.be @@ -83,11 +72,14 @@ %String 1