Hi all,
I have to call a restfull webservice from SAP PI;
I coulnt set HTTP receiver adapter to HttpMethod.GET.
I'm using to call web service with HTTP_AAE receiver adapter. I have to call web service without url paramters like (?/*). Because restfull webservice like this
HTTP GET
URL:www.abc.com/persons --> This url gets all the persons in xml.
URL:www.abc.com/person/1 --> This is the url to get a person with id 1
HTTP adapter adds url paramters like www.abc.com/persons?abc=xxx&xyz=yyy
How can i prevent HTTP_AAE to put url paramters??
Thanks a lot
Volkan