Languages Visual Basic & VB.NET .Net Complete Applications  

A SIMPLE webmethod tutorial

download download  
important code information
author:
lonetron
minimum requirements:
A SIMPLE webmethod tutorial description

Why publish an n API to the Internet? Much like a web page, when you make an API public to the Internet, you are indiscriminately authorizing and inviting anyone on the planet to use your web method. This does not necessarily mean you grantee how long your API will be available or how well it will work, just that you have chosen to make it public at the moment. Search engines use this sort of technology to encourage people to automate use of their searching services, AI Chatbot communities such as the P2B (Person to Bot) Consortium use public API for allowing people to create, train and deploy AI chatbots from anywhere to anywhere in the world, Comic book venders use public APIs to allow anonymous business partners to market their comic books. In short, public APIs make anonymous B2B (Business to Business) relationships more feasible. Not all .net web methods are used for public APIs, for example, some .net web methods require passwords or use WSSecurity to limit who can use them. Although non-public API’s often use .net web methods, they are outside the scope of this article. How to publish an API to the Internet? The internet has a central repository of web methods called “Planet API” and can be reached at http://www.PlanetAPI.com/ Planet API allows you to suggest an .net web service for review. The web service is posted for review and users anonymously test and comment your public API. Should TANU sentinel determine that your public API is not useful to the public, then it is removed. Otherwise it is made available for other organizations to utilize. It is important to properly document your .net web methods before submitting them to Planet API. Document each web method with only the information that is absolutely necessary for most users to understand what the web method is for. This can usually be done in 8 - 20 words per method. If you have more questions about Planet API then you can ask on the Planet API website or ask in the Chatbot! Cyber Community.



File List:
@PSC_ReadMe_2170_10.txt2Kb
webservicetypes/0b
webservicetypes/AssemblyInfo.vb1Kb
webservicetypes/Global.asax80b
webservicetypes/Global.asax.resx2Kb
webservicetypes/Global.asax.vb2Kb
webservicetypes/Web.config3Kb
webservicetypes/api.asmx91b
webservicetypes/api.asmx.resx2Kb
webservicetypes/api.asmx.vb3Kb
webservicetypes/webservicetypes.vbproj5Kb
webservicetypes/webservicetypes.vbproj.webinfo128b
webservicetypes/webservicetypes.vsdisco319b

Similar code
A Simple Way To List Files In A Folder (Popularity: ) : This project simply lists the files in a folder. No elaborate class hirarchy wrapers. Simply demonstrates System.IO features. This simple solution was brought to you by the P2B Consortium. “Free and easy artificial intellagence chatbot hosting” http://www.p2bconsortium.com/sss/CreateBot.aspx Step 1: Build ...
Calculator - A desktop utility (Popularity: ) : This is a simple calculator used for ordinary and scientific calculations .It is just like the windows simple calculator along with source code. There is a one function beyond each button. You can use Calculator to perform any of the ...
Capture Desktop without windows API (Popularity: ) : The last screen Capture that used windows Api the question was asked can you cature the desktop without using Api. This code captures the desktop using the SendKeys.send method.
XML Technique sample (Popularity: ) : Good technique to load/save multiples settings in XML for each in controls by CallByName.. Thi is a nice exemple to implement in your application! I dedicaded this project sample to PSC in exchange by nothing, enjoy and vote for me ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 361
version
size in Kb 8
popularity   3877/7913374
user rating 2/10
ad


New Code
Popular Code