Index: APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller.cls.xml =================================================================== diff -u -r36537 -r36636 --- APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller.cls.xml (.../TandemboxBesteller.cls.xml) (revision 36537) +++ APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller.cls.xml (.../TandemboxBesteller.cls.xml) (revision 36636) @@ -39,7 +39,7 @@ 1 - + WS.TBX.DataIOWWWSoap 1 @@ -56,7 +56,7 @@ Set ..ProductConverter = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.ProductConverter).%New() Set ..OrderVerwerker = ##class(APPS.TBXWeb.impl.OrderVerwerker).%New() Set ..NietmeeleverenToevoeger = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.NietmeeleverenToevoeger).%New() - Set ..WS = ##class(WS.TBX.DataIOWWWSoap).%New() + Set ..TBXDataIoWebClient = ##class(WS.TBX.DataIOWWWSoap).%New() Quit $$$OK ]]> @@ -74,7 +74,7 @@ Do ..ZetHoofding() Do ..NietmeeleverenToevoeger.VoegToeNietmeeleveren(Aanvraag.Order, ..WebOrder) Do ..BerekenPrijzen() - Set ..WebOrder.mID = $listget(..WS.WSOrdToWWW(..WebOrder,$$$WSInternalSecureKey),1) + Set ..WebOrder.mID = $listget(..TBXDataIoWebClient.WSOrdToWWW(..WebOrder,$$$WSInternalSecureKey),1) Set Resultaat.OfferteIDTBX = ..WebOrder.mID } } Catch { @@ -92,8 +92,8 @@