.net - Win-app calling a webservice vs. web-app calling the same service -


I am trying to consume data from a webservice published by a third party. I have an SDK win-app The service that is capable of calling (from my god machine) and gets results, but a web-app (running on the same machine) that has the same code, nothing is available

< P> My question is:

What type of app calls to the web service? Is there any difference from the server's future?

No This is just a request on the server, both the apps communicate with it through HTTP and SOAP.


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -