| Thread | Last Post | Replies |
|
| Using Mutex across web applications | 17 Apr 2006 08:15 GMT | 1 |
I've been using Mutex to synchronize files over between several windows applications. Is it also safe to use the Mutex for synchronizing between web applications ? In particular :
|
| WebSerice Call from Application to https:// | 15 Apr 2006 06:27 GMT | 1 |
I'm having an issue calling my WebService from an application. I published the WebService successfully on our DMZ box using https://, and in a Windows Application I made a WebReference to the Service without an issue, passing the correct user/password to the site. However when I ...
|
| WSE 3.0 install failed | 14 Apr 2006 13:52 GMT | 2 |
Configuration: WIN XP english VS 2003 VS 2005
|
| Role Based Security | 14 Apr 2006 11:19 GMT | 9 |
I wrote a sample application using the document http://msdn.microsoft.com/webservices/webservices/building/wse/default.aspx?pull =/library/en-us/dnwse/html/wserolebasedsec.asp now I would like to write something similar for WSE 3.0 and I can't find any simple coding information on ...
|
| open aspx-page via web service | 14 Apr 2006 07:24 GMT | 2 |
I must have a simple webservice who can response a aspx page. But I can't use Responae.Redirect("http://xxx"). Why? And how can I call this page via webservice? many thx for help
|
| Precompile ASP.NET Web services problems | 14 Apr 2006 02:34 GMT | 3 |
I have 2 pbs : 1. When I'm using VS2005->Publish Web site => everything is pre-compiled fine (App_global.asax.dll is generated, too), except that I don't find Global.asax file in my destination folder and I need to copy it there
|
| How to integrate a WEB-Service in my Windows-Applacation | 13 Apr 2006 22:59 GMT | 3 |
I am using VS2003 and VS2005 on WINDOWS XP Professional SP2. I want write an Application to Application ( A2A ) communication via WEB-Services. Application A1 on PC A should send information via WEB-Service to
|
| WebService proxy not generated classes | 13 Apr 2006 18:51 GMT | 1 |
I'm webreferecing some webservice. I have one WebMethod returning "List<SomeClass>" I don't want "SomeClass" to be proxy generated on client side But i want to use the same "SomeClass" that i have on server side.
|
| Webservices and Access 2000. | 13 Apr 2006 18:22 GMT | 1 |
Can you make calls to web services with Access 2000?
|
| Breaking News: Marketing Genius Jay Abraham Opens The Secret Vaults... | 13 Apr 2006 15:41 GMT | 1 |
"The Rumors Are True: for the first time ever Jay Abraham's secret archives are 'going digital'-- Be the first to own the new digital version of the rare 'Mr. X Book' (everyone's heard of it, few have actually seen
|
| WSE3 Custom Policy Assertion / Filter : SecurityPolicyAssertion vs. PolicyAssertion | 13 Apr 2006 12:54 GMT | 1 |
I'm implementing a custom authorization filter against the WSE3 stack. My filter is similar to the Microsoft.Web.Services3.Design.AssertionAssertion except that it has finer granularity than WebService.
|
| Some basic questions | 13 Apr 2006 09:34 GMT | 4 |
Hi all, I have some basic WebService questions #1 Let's say I have a business class named "Customer". The customer would be able to log in and update their personal information like so
|
| web service return dataset | 12 Apr 2006 23:24 GMT | 1 |
In the past I have taken the easy way out and programmed my web services to return a dataset. This was fine because my consumers were guaranteed to be .net consumers, so they could easily process the .net dataset.
|
| Web references and AppVerifier | 12 Apr 2006 16:04 GMT | 8 |
I'm preparing to submit a .Net 1.1 application for a Platform test that uses a web service. The first time the app creates the proxy object AppVerifier reports an invalid handle exception. In WinDbg the error appears to be within the .Net framework code while it is loading the ...
|
| Certificate Store and Authority | 12 Apr 2006 15:19 GMT | 6 |
I am new to X.509 Certificate. Can someone explain what are the store and authority ? How to set each one up ? etc.
|