| Thread | Last Post | Replies |
|
| how i can set session time out peiod | 07 May 2005 18:58 GMT | 1 |
How i can set the session time out period of asp.net session.Since i am anovice programmer it will be very helpful if u give details faithfully, TIA
|
| UDDI - Our Own Web Service Registry? | 07 May 2005 09:12 GMT | 1 |
I'm one of several developers at my company, and we've all been creating web services for some time. But we don't always know what others are doing and if or how we can take advantage of services already out there. So we'd like to somehow create an internal registry of all of the ...
|
| Get Client ShortDatePattern | 06 May 2005 21:03 GMT | 1 |
Is it possible to get client shortdatepattern regarding to his regional settings ? Thks for help.
|
| X.509 certificates and HTTPwebrequest | 06 May 2005 20:43 GMT | 2 |
We retrieve data from a company called XYZ through httpwebrequest. The program is coded using VB.NET They have given a certificate to install. This certificate is included with the request object.I use httpwebrequest to
|
| Driving me nuts! WebForms ListBox losing selection whenever button is pushed... | 06 May 2005 19:39 GMT | 2 |
I'm obviously missing something fundamental here. I have an ASP.Net web page written in C#. On this page is a list box that is populated with strings when the page is loaded. There is a button on this page.
|
| Consume RPC/Encoded webservice from ASP.NET double,integers,boolean problem | 06 May 2005 17:55 GMT | 1 |
After many hours of searching I cannot find the answer why I cannot consume a webservice method from a Apache/Java RPC/Encoded webservice from ASP.NET page. All methods with only strings are not a problem, but methods with Boolean, double,float integers give me an
|
| Why is reference.vb hierarchally linked to reference.map? | 06 May 2005 17:37 GMT | 1 |
When generating a webservice proxy i notice that reference.vb is heirarchally linked to reference.map. Why is this since if i delete reference.map and re-include reference.vb my project compiles and runs just fine?
|
| WSE2 Newbie: how to encrypt? | 06 May 2005 16:30 GMT | 2 |
i switched from WSE1 to WSE2. I send data from a sql server to the client via webservice. I want to use encryption; on the client i call this method before i request the data: private DataManagerWse Encrypt(DataManagerWse _proxy) {
|
| learning web services | 06 May 2005 07:06 GMT | 2 |
is there some option of setting up a "personal web server" on win xp home edition where i can create and test a web service locally or is a server os required? thx in advance.
|
| Download from Web Folder Fails Based on File Type | 06 May 2005 02:49 GMT | 3 |
(also posted under webdevelopment-inetserver-iis newsgroup, not sure which is most appropriate) We have a Windows Forms app that has been successfully running for several months. Part of the app checks for certain file updates from a web folder at
|
| Problems Connecting to COM in WebService | 05 May 2005 22:12 GMT | 2 |
I'm trying to connect to the iTunes COM library through a web service. I have created a basic web service that returns the HelloWorld item correctly, but when I try to create an instance of the COM interop for iTunes, I get an UnauthorizedAccessException error. From what I can ...
|
| System.Security.SecurityException Error | 05 May 2005 20:28 GMT | 1 |
I have built and deployed a .NET web service to a web server [DBADMIN-DEV1]. Then, I created a C# console application wrapper around this web service to pass the parameters from the command line. When I run this console EXE LOCALLY calling the web service on the
|
| Receiving progress event/callback while getting a response | 05 May 2005 19:36 GMT | 1 |
Hello NG, I need to get a progress event/callback when getting a response to show in progressbar. Is there a way to do it ?
|
| How to "catch" SOAP packet from a web service? | 05 May 2005 19:27 GMT | 2 |
Dear all, this is my first time to post a topic here. I would like to know how to catch a soap message from a web service. I guess this is the idea for SOAPscope software (available for 4 days evaluation). After catching the soap message, then i plan to make further operation ...
|
| WSE2 Sub-Classing | 05 May 2005 19:01 GMT | 4 |
I would like our web service to look in our AD certificate store for the certificates used to verify trust when the web service is first called. Is that possible? If so, what methods would I need to override? Thanks.
|