cancel
Showing results for 
Search instead for 
Did you mean: 

Pass parameter to web service

david_fryda2
Participant
0 Kudos

Hi everyone,

Is there a way to pass parameters to a web service using GET method ?

For example : http://server/mywebservice/Config1?wsdl&myparam=david

Thanks.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Its is possible just you have a Rest Web Service. The webservice must be called using a SOAP Envelop.

Directly you can't, but you can create a intermediary layer to get GET request and call your Web Service, but I don't see advantages on this approach.

Best regards

david_fryda2
Participant
0 Kudos

Hi,

Thank you for the answer.

The reason why I am trying to do so is that I am using a tool developed by a third party that can call a web service only by

submitting parameters using GET protocol. That tool is provided for .Net.

In .Net, you just have to specify in your Web Service that you want to use GET protocol...and that's all.

Thanks.

Regards.

Answers (0)