Index: vhUnitTest/WSimpl/Vhisie4/Winkelkar/Sender/Test.cls.xml =================================================================== diff -u -r39686 -r39697 --- vhUnitTest/WSimpl/Vhisie4/Winkelkar/Sender/Test.cls.xml (.../Test.cls.xml) (revision 39686) +++ vhUnitTest/WSimpl/Vhisie4/Winkelkar/Sender/Test.cls.xml (.../Test.cls.xml) (revision 39697) @@ -15,7 +15,10 @@ Do ExportStatusServiceMock.VerwachtMethodCall("Registreer",..Matches.DataTransferObject(BezigResponse)).ExactAantalKeer(1) Set FtpApiMock = ##class(vhTest.Mock.TECH.Ftp.FtpAPI).%New() - Set FtpConfiguratie = ##class(TECH.Ftp.FtpConfiguratie).%New("username:passworword@ftp.com") + + Set FtpConfiguratie = ##class(TECH.Ftp.FtpConfiguratie).%New("ftpuser:fE2_hpfYFXc-6H78@192.168.100.60") + Set FtpConfiguratie.ServerBestandsLocatie = "Carts" + Do FtpApiMock.VerwachtMethodCall("Connecteer",..Matches.DataTransferObject(FtpConfiguratie)).DanDoeNiks() Do FtpApiMock.VerwachtMethodCall("VerzendStream",..Matches.Stream(##class(vhTest.Utils.WS.Vhisie4.WinkelkarExport.dto.Winkelkar).StandaardProductAsStream()),"VH-WinkelkarId-2011-06-30-091500.xml").DanDoeNiks() Index: WSimpl/Vhisie4/Winkelkar/WinkelkarExport/Sender.cls.xml =================================================================== diff -u -r39686 -r39697 --- WSimpl/Vhisie4/Winkelkar/WinkelkarExport/Sender.cls.xml (.../Sender.cls.xml) (revision 39686) +++ WSimpl/Vhisie4/Winkelkar/WinkelkarExport/Sender.cls.xml (.../Sender.cls.xml) (revision 39697) @@ -48,7 +48,10 @@ #dim Response As WS.Vhisie4.WinkelkarExport.SendResponse = ..GeefBezigSendResponse(Winkelkar) Do ..ExportStatusService.Registreer(Response) try { - Do ..FtpAPI.Connecteer(##class(TECH.Ftp.FtpConfiguratie).%New("username:passworword@ftp.com")) + set FtpConfiguratie = ##class(TECH.Ftp.FtpConfiguratie).%New("ftpuser:fE2_hpfYFXc-6H78@192.168.100.60") + set FtpConfiguratie.ServerBestandsLocatie = "Carts" + Do ..FtpAPI.Connecteer(FtpConfiguratie) + Do ..FtpAPI.VerzendStream(..GeefXMLStream(Winkelkar),..GeefBestandNaam(Winkelkar) ) Do ..FtpAPI.VerbreekVerbinding() } catch {