CREATE ENDPOINT XMLHTTPEndPoint /* Create End Point for web service.*/
STATE= {STARTED | STOPPED | DISABLED} /* STARTED Means Listening and Responding, DISABLED Means Neither Listening nor Responding And STOPPED Means Listening But Not Responding*/
AS {HTTP | TCP} /* specify the Transport Protocol to used */ ( PATH = <Path for the Webservice> (e.g.: '/Webservices',)
AUTHENTICATION= (BASIC | DIGEST | INTEGRATED), /* INTEGRATED Is More Secure, While Basic is Least Secure and Digest is not Secure Authentication type */
PORTS= {CLEAR | SSL}, /* CLEAR (HTTP - port 80 by default) SSL (HTTPS - port 443 by default) */
SITE= <Server Name> ) FOR {SOAP | TSQL} ( WEBMETHOD <Web Method Name> (NAME=<Database.Schema.Name>),
BATCHES= {ENABLED | DISABLED}, /* If ENABLED, multiple SOAP request/response message pairs can be identified as part of a single SOAP session. */
WSDL= {NONE | DEFAULT | 'sp_name'}, DATABASE = <Database Name> NAMESPACE= http://<Server Name>/<Folder Name where you want to create Webservice> )
WSDL Specify how the Document Generation Will Occur. If none no Response is generated or returned for query.
|
No responses found. Be the first to respond and make money from revenue sharing program.
|