hi,
I am having a URL:
http://server1:9998/mcm/QuerysomeDetails/mysService/Services/myEmployeeDetails.serviceagent?wsdl
which is actually a web service which pulls data from SAP system. and they have provided me with the credentials to use.
I want to consume this web service and retrieve the employee details and push few information into my SP site collection.
as part of this, i created a console application and tried to add this service url into my console application's service reference --> add web reference, but i am not able to add the reference object here. add reference box is disabled.
"" There was an error downloading
http://server1:9998/mcm/QuerysomeDetails/mysService/Services/myEmployeeDetails.serviceagent?wsdl
/_vti_bin/ListData.svc/$metadata'.
The operation has timed out """.
my Add Reference button is also disabled , hence i am unable to generate Proxy for this web service.
Can anyone help me how to do this. if i am able to add the reference , i will be adding this and generate the proxy and get access to all the methods in this web service.