{"id":65679,"date":"2021-07-11T04:10:04","date_gmt":"2021-07-11T08:10:04","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/creating-and-consuming-xml-web-services-misc-net\/"},"modified":"2025-05-11T20:19:39","modified_gmt":"2025-05-11T20:19:39","slug":"creating-and-consuming-xml-web-services-misc-net","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=65679","title":{"rendered":"Creating and Consuming XML Web Services #Misc .Net"},"content":{"rendered":"<p>Brought from our old-site (this short note can be as old as 2007): http:\/\/salearningschool.com\/displayArticle.php?table=Articles&amp;articleID=1120&amp;title=Creating%20and%20Consuming%20XML%20Web%20Services<\/p>\n<ul>\n<li> visual studio .net -&gt; File Menu -&gt; new project -&gt; Visual Basic\/C# projects -&gt;ASP.Net Web Service -&gt; The project will get created<\/li>\n<li> Some Files as created: AssemblyInfo.cs\/vb: sharing and reuse in the CLR, Web.config, service1.asmx, service1.asmx.cs\/vb<\/li>\n<li> Create web service methods in the asmx.vb\/cs files. A sample web-service method is already there<\/li>\n<li> Now you can build the project using the Build Solution option<\/li>\n<li> You can start the application, using the start option in the debug menu<\/li>\n<li> Check other short-notes as listed in: http:\/\/www.justetc.net\/knowledge\/index.php?table=Articles&amp;categoryID=24 to know different aspects of web service programming<\/li>\n<li> You can publish the web-service using the publish option in the popup menu from the solution explorer. or the publish option in the build menu<\/li>\n<li> Then you are required to change some configuration in the IIS server such as give directory browsing permission, make the virtual directory an IIS application, provide execute permission<\/li>\n<li> XML WebService Discovery Mechanism: enables a client application to locate or discover the documents that describe an XML Web Service<\/li>\n<li> You may want to create a discovery file and deploy in your web-server so that clients can know your services and make use of them.<\/li>\n<li> To create, client application for a web-service, first you have to have the permission to access, then you need to add a web-reference to that service from your application <\/li>\n<li> Create a proxy class, create an object of that proxy class, call the web service methods using this proxy object<\/li>\n<li> You may want to use serialization and deserialization while communicating with the web-services<\/li>\n<\/ul>\n<p> From: http:\/\/sitestree.com\/?p=3774<br \/> Categories:Misc .Net<br \/>Tags:<br \/> Post Data:2016-07-17 14:18:28<\/p>\n<p>\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\t(Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a><br \/>\n\t\tIn Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a><br \/>\n\t\t<a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a><br \/>\n\t\t8112223 Canada Inc.\/JustEtc: <a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\">http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) <\/a><br \/>\n\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com'> https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\tMedium: <a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"> https:\/\/medium.com\/@SayedAhmedCanada <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Brought from our old-site (this short note can be as old as 2007): http:\/\/salearningschool.com\/displayArticle.php?table=Articles&amp;articleID=1120&amp;title=Creating%20and%20Consuming%20XML%20Web%20Services visual studio .net -&gt; File Menu -&gt; new project -&gt; Visual Basic\/C# projects -&gt;ASP.Net Web Service -&gt; The project will get created Some Files as created: AssemblyInfo.cs\/vb: sharing and reuse in the CLR, Web.config, service1.asmx, service1.asmx.cs\/vb Create web service methods in &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=65679\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1973,1917],"tags":[],"class_list":["post-65679","post","type-post","status-publish","format-standard","hentry","category-c-misc","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":69394,"url":"http:\/\/bangla.sitestree.com\/?p=69394","url_meta":{"origin":65679,"position":0},"title":"Creating and Consuming XML Web Services #24","author":"Author-Check- Article-or-Video","date":"August 20, 2021","format":false,"excerpt":"visual studio .net -> File Menu -> new project -> Visual Basic\/C# projects -> ASP.Net Web Service -> The project will get created Some Files as created: AssemblyInfo.cs\/vb: sharing and reuse in the CLR, Web.config, service1.asmx, service1.asmx.cs\/vb Create web service methods in the asmx.vb\/cs files. A sample web-service method is\u2026","rel":"","context":"In &quot;C# - Misc&quot;","block_context":{"text":"C# - Misc","link":"http:\/\/bangla.sitestree.com\/?cat=1973"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":65660,"url":"http:\/\/bangla.sitestree.com\/?p=65660","url_meta":{"origin":65679,"position":1},"title":"Understanding .Net Application Deployment: .Net Deployment Features #Misc .Net","author":"Author-Check- Article-or-Video","date":"July 10, 2021","format":false,"excerpt":"Brought from our old-site: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=1116&title=Understanding%20.Net%20Application%20Deployment:%20.Net%20Deployment%20Features Features you are required to understand: No-impact applications: isolate applications, remove DLL effects, Keeping the Components Private: components available only to the application, Controlled Code Sharing using GAC, Side by Side Versioning: Multiple versions of the same application, Xcopy Deployment: Without registry entries (copy to\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70271,"url":"http:\/\/bangla.sitestree.com\/?p=70271","url_meta":{"origin":65679,"position":2},"title":"How to Build a Personal Web-site with ASP.Net #.Net Web Applications","author":"Author-Check- Article-or-Video","date":"August 31, 2021","format":false,"excerpt":"Brought and updated from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=967&title=How%20to%20Build%20a%20Personal%20Web-site%20with%20ASP.Net%20(VS%202008,%20.Net%202.0\/3.5) This actually is an old way of doing. Video Tutorial on this topic [youtube https:\/\/www.youtube.com\/watch?v=PmWqWvaelyg] Web-site Code used in this tutorial Steps Open visual studio (2008) IDE File -> new project -> Visual Basic -> Web -> ASP .Net Web Application Rename default.aspx to template.aspx\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":65658,"url":"http:\/\/bangla.sitestree.com\/?p=65658","url_meta":{"origin":65679,"position":3},"title":"Deploying .Net Windows Applications #Misc .Net","author":"Author-Check- Article-or-Video","date":"July 10, 2021","format":false,"excerpt":"Brought from our old-site:http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=797&title=Deploying%20.Net%20Windows%20Applications Deploying .Net Windows Applications Ways to deployment: XCOPY, Automated setup application Use XCOPY only when there is no external dependencies other than .Net framework. And it is guaranteed that .Net framework is installed in all the target machines. Also, make sure the application directory contains all\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69864,"url":"http:\/\/bangla.sitestree.com\/?p=69864","url_meta":{"origin":65679,"position":4},"title":"How to Build a Personal Web-site with ASP.Net (VS 2008, .Net 2.0\/3,5) #19","author":"Author-Check- Article-or-Video","date":"August 21, 2021","format":false,"excerpt":"Video Tutorial on this topic Web-site Code used in this tutorial Steps Open visual studio 2008 IDE File -> new project -> Visual Basic -> Web -> ASP .Net Web Application Rename default.aspx to template.aspx Insert a table from the tool box Create three rows for the table: top, body,\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":76072,"url":"http:\/\/bangla.sitestree.com\/?p=76072","url_meta":{"origin":65679,"position":5},"title":"C# Application using VS Code","author":"Sayed","date":"May 17, 2024","format":false,"excerpt":"You need C# Dev Kit. .Net Install Tools (.Net Runtime Install Tools), .Net SDK, and extensions that these extensions also depend on. Then >.net option will give you the project create, open, build or similar features - Check Image below) Having Visual Studio is the best option (and in Windows\u2026","rel":"","context":"In &quot;C# - Misc&quot;","block_context":{"text":"C# - Misc","link":"http:\/\/bangla.sitestree.com\/?cat=1973"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/bangla.sitestree.com\/wp-content\/uploads\/2024\/05\/image-39.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/bangla.sitestree.com\/wp-content\/uploads\/2024\/05\/image-39.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/bangla.sitestree.com\/wp-content\/uploads\/2024\/05\/image-39.png?resize=525%2C300 1.5x"},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/65679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=65679"}],"version-history":[{"count":1,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/65679\/revisions"}],"predecessor-version":[{"id":78153,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/65679\/revisions\/78153"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=65679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=65679"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=65679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}