Forum Discussion

RicardoMS's avatar
RicardoMS
New Contributor
7 years ago

Is there a way to pass parameters directly to the WebService through http

Is there a way to pass parameters directly to the WebService through http.

2 Replies

    • RicardoMS's avatar
      RicardoMS
      New Contributor

      Thanks for the answer,

       

        But I could not figure out how to access via HTTP.

       

        When I put https://server/service /service port?wsdl brings me a lot of information, but I would like to send the request information and also receive it through the browser, but I did not understand how to do it.

       

        Could place the request parameters after the service port? example:
        https: // server / service / service port & user = user & password = password ...?

       

        When I put: https(or http)://server/service/service port/service name, the browser does not open any page nor bring me any information.

       

      I did not understand how I can do this. If you can help me, I thank you.