I mean lets say, we don't have any knowledge about the WSDL to a particular web service and we want to consume it somehow. Is it possible? Maybe twerking the URL a bit. Any thoughts?
Asked
Active
Viewed 326 times
0
-
1Yes it's possible, if you know what request to send. SOAP is just a transport protocol – tom redfern Apr 06 '17 at 10:32
-
@tomredfern But if I dont have the WSDL, how will I know the URI endpoint to hit? Please clear the concept. Thanks in advance :) – K Sharma Apr 06 '17 at 13:29
1 Answers
0
Yes it is possible: suppose you have access to a private's company network and you have enough knowledge of the company. You can use service discovery mechanisms. You could scan the network trying to find SOAP protocol msgs on the fly.
Usually if you are legally hired you get access to companys information, then the architecture, then tools used and bingo you can narrow down your quest to get URI endpoints of running web services.

Andre Leon Rangel
- 1,659
- 1
- 16
- 28