I have to interact with a set of web-services that each come with their own WSDL and XSD.The XSD are sometimes merged in a single file sometimes spread along multiple files (20-30).However, from exper
We have a web service that serves data over HTTP and authenticates users via SPNEGO (and single sign-on). We want to write a C# client for this web service.
I\'m consuming a webservice from another company, they have multiple versions running, each newer version has only added new fields/objects, BUT changes some of the element names.
I have an XBAP application deployed in server and running in a client machine. I want to access a set of files from the server to be used in client machine. How can I achieve it?. Should I go f开发者_
Hi all It\'s my very first time asking question here. So, please bear with me. The scenario is like this:
i\'m facing a big problem, I\'ve just made a personnal extension for chrome and i actually need to make it access to a webservice made in php to retrieve some information.
I am working on creating a CAM (custom authentication module/provider) for Cognos 10. Various encrypted information is passed into the provider from the query string.The Namespace\'s authentication p
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m working on a custom authentication provider for Cognos.We have a webservice that will be listening for auth requests.For testing purposes I\'m just trying to send a user/pass (will be changed lat
I have a Visual Studio 2010 web service project that creates a custom class and binds my sql query results to that object as a List<object> and return开发者_开发技巧s that. We\'re trying to figu