| Thread | Last Post | Replies |
|
| WSE 3.0 declarative security problem. | 31 Oct 2007 17:34 GMT | 2 |
I've a really stupid problem. I've declared policy for my WS proxy in a policy file, referenced from app.config and added an attribute to my proxy class [Policy("MyPolicy")]. Everything looks to be pretty straight forward. But on a stage of proxy object creation I'm getting
|
| WSE client in pure C++ | 30 Oct 2007 10:33 GMT | 2 |
How can I use WSE 3.0 from a pure C++ client ? Is it possible ? I want to use wse security policies. thanks.
|
| schedule a .net web service | 30 Oct 2007 05:50 GMT | 1 |
I've developed a C#.NET webservice. Is it possible to schedule it. Also If Download is one of the operation performed by the web service can i use the url : http://localhost/FileDownload/Service.asmx/Download? Thanks in advance
|
| Expose .net dll as web service | 30 Oct 2007 02:14 GMT | 3 |
Hi! Is there a way to expose all the methods in a .net dll written i C# as a web service without having to do it method by method but just as a transparent layer? /erik
|
| How to handle webservice Java ArrayList in Dotnet client | 30 Oct 2007 02:14 GMT | 2 |
Very urgent need help on how to handle the ArrayList return by the Java webservice into my DotNet Console application Actually the bug came within the return has not understanding the return XML document
|
| Why do I need both, getter and setter accessor methods | 30 Oct 2007 02:13 GMT | 2 |
This is my first attempt at writing/using web services, so any and all comments will be greatly appreciated. With that said, I am also by no means saying this is the correct either. I have noticed that when returning a new TPastePart, created and
|
| web service call locks up C# winforms application | 30 Oct 2007 02:08 GMT | 3 |
I have a C# winforms application that makes periodic web service calls in background thread to my web service server. These calls work fine almost all the time but on rare occassions the web service method call will never return and the entire application will freeze, even though ...
|
| AuthenticationException: User not authenticated | 29 Oct 2007 18:43 GMT | 3 |
I got the exception "AuthenticationException: User not authenticated" , when i call the web service method. Before I call the method I have set the credentials also.here is the sample code. Web_Service.CustomerManagerService custManger = new
|
| how to pass query string value(help me) | 29 Oct 2007 16:34 GMT | 1 |
hai, i have use 2005 platform in asp.net i used hyperlink column in datalist;when i click any one of the hyperlink result shoult display in the next page;i used query string for this format;
|
| How to handle return Java ArrayList into my DotNet Client API | 29 Oct 2007 16:01 GMT | 5 |
Very urgent need help on how to handle the ArrayList return by the Java webservice into my DotNet Console application Actually the bug came within the return has not understanding the return XML document
|
| accessing unsecured webservice from a secured webservice | 29 Oct 2007 13:55 GMT | 2 |
i have a secured webservice implemented using WSE2.0, also i have added a soap extention to it for removing certain header information. now my problem is, i am not able to access another unsecured webservice(not WSE implemented) from this secured webservice.
|
| Achieving Maximum Throughput with Web Services and ASP.NET Front End? | 27 Oct 2007 16:52 GMT | 2 |
I'm building a multi-tier web application that is primarily driven by a web service back end. Are there any configuration settings I should know about to increase the performance of the site?
|
| unable to redirect page using form authentication while accessing from different domain | 25 Oct 2007 14:04 GMT | 1 |
unable to redirect page using form authentication while accessing from different domain.
|
| IIS configuration | 25 Oct 2007 14:03 GMT | 1 |
I am always recreating my IIS virtual directories on to other servers. Is there an automated way I can recreate entire IIS virtual directory structure using export and import features of IIS? Any samples/articles would be great!
|
| how to expose structure of a structure | 24 Oct 2007 22:41 GMT | 4 |
Have a structure a: public struct a{ string st1, int int1} and public struct b {a[] stra, string str2} A method returning structure b and taking structure b as a param: public b method1(b arg1)
|