Method CheckWebServiceUrl
CheckWebServiceUrl(WebServiceUrlContract)
Check webservice url
Declaration
bool CheckWebServiceUrl(WebServiceUrlContract url)
Parameters
Type | Name | Description |
---|---|---|
WebServiceUrlContract | url | Webservice url object. See also WebServiceUrlContract |
Returns
Type | Description |
---|---|
System.Boolean | If the webservice is correct. True will be returned |
Examples
POST http://YourServerName/InfoShare/Json/Server/CheckWebServiceUrl
Example for check webservice url.{
"url": {
"WebServiceUrl": "http://localhost:80/InfoShare/Json/authentication/help"
}
Response:
{
"CheckWebServiceUrlResult": true
}