Jump to content

Webservice always in GET


Guido

Recommended Posts

Hi when i run a webservice 'categories' to add a new category with POST method webservice return me the list of categories ! in other words exec alwyas GET method. In local host this go fine ! I exec a method with delphi program. For delphist :

    RestRequest.Method:=rmPOST;

    RestRequest.ClearBody();
    RestRequest.AddBody(XMLData, ctAPPLICATION_ATOM_XML);
    RestRequest.Execute();

I must settings something else on site ?

Bye

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...