I have a solution (asp.net) that already contains a reference to a web service, now i want to add this web service in a new solution, but the web service now is protected and i cant add it by the normal way. I want to take the code of the web service from the old solution and add it to the new solution. The service is wsdl.
Asked
Active
Viewed 79 times
0
-
Host ws in IIS and use url to add reference, instead of adding project to solution – Adil Dec 17 '13 at 11:31
-
Sorry but how can i do this if i only have reference to the web service – user1928473 Dec 17 '13 at 11:37
-
what is url of the web service? – Adil Dec 17 '13 at 11:38
-
http://41.128.33.6:80/miniOctopusWS/miniOctopus – user1928473 Dec 17 '13 at 11:42
-
use this to add reference in new project / solution – Adil Dec 17 '13 at 11:43
-
Unable to connect to the remote server when i do this – user1928473 Dec 17 '13 at 11:46
-
why it is outside your network? is so you have to allow its access in firewall – Adil Dec 17 '13 at 11:48
-
no the now i'm not authorized to add it. – user1928473 Dec 17 '13 at 11:53
-
do you have local copy of web service? – Adil Dec 17 '13 at 11:54
-
i've a copy of the wsdl, cs,map,xsd,etc files – user1928473 Dec 17 '13 at 11:56
-
http://stackoverflow.com/questions/1221121/generate-webservice-from-wsdl – Adil Dec 17 '13 at 12:00
-
If you don't have permission to access it, then stop trying to access it. – John Saunders Dec 17 '13 at 12:05
-
No i can open the access for it but it may take long time to contact the providers to open access for my IP and i need to use it now. – user1928473 Dec 17 '13 at 12:15