I would like to know, Is there any WSDL
link for web service which is running on HTTPS
but not HTTP
because I would like to test my client project whether it is working or not.
Please send me the link as soon as possible because it is really important for the project.
Thanks!
Asked
Active
Viewed 8,784 times
0
-
What are you asking? I have no idea. – John Saunders Jan 30 '14 at 06:55
-
John Saunders, I would like to test web service by calling the Endpoint Reference, I have already tested unsecured HTTP link like http://www.w3schools.com/webservices/tempconvert.asmx but now I would like to test with secure HTTPS link but the problem is I don't know any simple HTTPS wsdl link, so if you know any like which is few service so please refer me the link. Thanks. – Gautam Jan 30 '14 at 07:09
1 Answers
1
You can check with this WSDL
. Its from Amazon:
https://fps.amazonaws.com/doc/2008-09-17/AmazonFPS.wsdl
I haven't checked it but it is on HTTPS.

Sujan
- 1,542
- 2
- 22
- 42
-
Thanks najus! the link you gave me, it is OK. But there are too much services in that links that I am not able to choose which service, I select and which value I pass. So if you know any simple and very few provided services then please share me. Although I have tested my client project with this simple unsecured wsdl link http://www.w3schools.com/webservices/tempconvert.asmx and it worked fine. But now I would like to test with secure HTTPS wsdl link so please define me that link with very few services. Thanks! – Gautam Jan 30 '14 at 07:04
-