Hi Experts ,
I have Created on custome web service and try to test the webservice usign Postman but i am geeting a strange issue .
I have created one dubby testing method just to retrun hello i am geeting this when i call get method to retrrive the value
I get this
{
"Parameters": [],
"Return": {
"Name": "return",
"Type": "String"
}
}
It not retruing any value .
This is one normal method i have created in Dynamics
public str getInvoiceList()
{
return "Hello World";
}
Can please guide me where i am doing wrong that i am uable to retrive the value in postman.
Hence postman is been working fine for data entity
Thanks
Pushpendra singh