I want to call webservice from domain A with the C# code in Domain B. I have tried to add web reference with URL of that web service but it gives error like
There was an error downloading 'http://localhost:15666/MailBox/'.
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 127.0.0.1:15666
There was an error downloading 'http://localhost:15666/MailBox/$metadata'.
Unable to connect to the
I am having so many issues because of cross domains. Is there any solution for this?
Hi finally I get answer for my question ,This is not problem with crossdomain but I get problems because I didn’t create disco file or WSDL file for my webservice so I get error for metadata.I run my webservice locally get WSDL file from there and create new WSDL file for my WEB SERVICE and boom… problem solved .Thanks for all your help…