Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view soap service data from my browser

I'm completely new to how soap services work, please correct me if my understanding is wrong. I would like to pass parameters and call a function from a soap service by typing in a url on my browser (Chrome) and then would like to see the results. I tried searching and following the information from here, but I'm not sure what I'm doing wrong. I have tried the following variations:

http://<servername>/apppath/MyService.asmx?op=GetData?loc=01&status=OPEN

http://<servername>/apppath/MyService.asmx/GetData?loc=01&status=OPEN

This is what I get when I go to the url.

http:/<servername>/apppath/MyService.asmx?op=GetData?

enter image description here Please help.

like image 357
usr4896260 Avatar asked Dec 14 '25 02:12

usr4896260


1 Answers

Maybe you are requesting wrong urls? If you have .asmx in your application - you should be able to see the description page on the url

http://{servername}/{apppath}/MyService.asmx

Of course you should replace {servername} the {apppath} with your values.

like image 101
n.prokhorov Avatar answered Dec 15 '25 15:12

n.prokhorov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!