Esempio n. 1
0
        static void CallFSOPApi()
        {
            AssemblyExt      ass     = new AssemblyExt();
            string           xmlPath = ass.GetAssemblyPath() + @"\Content\StudentOutSendRegister.xml";
            StudeyWebService sws     = new StudeyWebService();

            sws.UploadFileToFSOP(xmlPath, "submitLegFlyFSOPXML", AppConfig.FSOPTocken);
        }
Esempio n. 2
0
        static void TestCallWebService()
        {
            StudeyWebService sws     = new StudeyWebService();
            AssemblyExt      ass     = new AssemblyExt();
            string           xmlPath = ass.GetAssemblyPath() + @"\Content\StudentOutSendRegister.xml";

            sws.UploadFile(xmlPath);
        }