How to use .RESX or .RESOURCE to retrieve list of strings
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I have a web service that needs to return a particular string for one
of its web methods. I would like to manage the strings in a resource
file. I went through a lot of the help provided on the net and can't
seem to get it to work.
Can someone with expertise assure me this is possible as a Web Service
(using C#)?
If so, can someone provide the steps on how to get this working?
.
Relevant Pages
- Re: WSE 3.0, usernameOverTransportSecurity, custom Token Manager w/ securityTokenManager,
... I've added the web service call directly to my Data binding method ... expected but not present in the security header of the incoming ... the username token to the message. ... protected override string AuthenticateToken(UsernameToken token) ... (microsoft.public.dotnet.framework.webservices.enhancements) - Consume Web Service...
... to call a web service in my orchestration. ... Xml parameters as string datatypes and processes this Xml and returns ... ignoreCommit, XMessage msg) ... (microsoft.public.biztalk.general) - Re: DateTime WebService Discrepancy.
... When the datetime is sent by the webservice, ... > Ofcourse I had not even though of just passing a string as a parameter ... > locally and cut out the call to the web service. ... (microsoft.public.dotnet.framework.compactframework) - Re: proxy error when consuming web service
... public string GetQuote ... I *didn't* pass anything to the proxy property of the service ... 'Assume RemoteWebService is a remote web service proxy class. ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Accessing a Web Service using a Query String
... basically a query string that has the asmx address for the page where the ... Accessing a Web Service using a Query String ... > May be you should add the HttpGet request protocol for the Web services ... An unhandled exception occurred during the execution of the ... (microsoft.public.dotnet.framework.webservices) |
|