| Thread | Last Post | Replies |
|
| WSE with KERBEROS using SPENEGO (negotiation) | 31 May 2006 20:44 GMT | 2 |
WIA .... windows integrated authentication I've problem i need authenticate connection from a client(CL) to a webservice(WS) Between CL and WS is standing WEBSEAL (something like IIS) Webseal has only
|
| Choosing source IP of webservice call | 31 May 2006 19:19 GMT | 5 |
I've been searching around for a long time to solve a question I have, and haven't found a solution yet, hope some of you can help me. The problem is that I have a server which has two IP addresses, and a web application which consumes webservices from other servers. The
|
| web service tracking | 31 May 2006 19:15 GMT | 1 |
Is there a way I can track if a web app is making a call to a web service, and/or how many calls are made, what time etc? Ive heard it can be done with Ethereal, but have no Idea what it is Im looking for? Please help!
|
| Using Queue as a parameter in a web-service? | 31 May 2006 19:11 GMT | 1 |
Trying to use Queue as a parameter in a web-service I get this error: You must implement a default accessor on System.Collections.Queue because it inherits from ICollection. Is it somehow possible to use Queue as parameter(s) in web-services?
|
| xml auth | 31 May 2006 18:59 GMT | 3 |
I have a web.config file which defines different users who can login into the website. After a successful login, the user gets to a page with a javascript menubar at the top. The menu bar needs to be customized according to the "rank" of the user. So for some users, some menu ...
|
| Best way to store state on the server? | 31 May 2006 11:24 GMT | 3 |
How can I store state on the server for each instance of a proxy I use on my client? For example if I have, say, as hash table in my services.vb class, with a web method that creates it:
|
| Could not establish trust relationship - Webservice error message | 31 May 2006 03:21 GMT | 1 |
I know that there are plenty of posts about the problem but I think mine is a bit different so bear with me. I am getting a Webservice exception "Could not establish a trust relationship with the server" on the client side ... but the
|
| June is web services webcast month | 30 May 2006 21:56 GMT | 1 |
I wanted to let you know about a fantastic webcast series focusing on web services technologies. From ASMX 2.0 to WSE 3.0 to WCF, there are some great sessions that you will want to check out. All - please blog the webcast series, "Windows Vista: Improve Your Desktop
|
| Problem in accessing webservice frm another compuer on LAN,plz help!! | 30 May 2006 17:49 GMT | 1 |
I am having some problem in webservices.When i create a webservice in VS2005 ,it runs the webservice on an arbitrarily selected port .The webservice works perfectly fine on the local machine.Further wen i try to access the same webservice frm any other machine on LAN,it is not
|
| Interoperability | 30 May 2006 15:25 GMT | 4 |
Dear friends, I am sinking, about this problem. I would like to tell about the problem first, 1) I am having thick client (Windows application) in visual studio 1.1 and
|
| custom policyquestion | 30 May 2006 12:13 GMT | 4 |
I have a webservice which is built on WSE 2.0. On the client side I am using .net2.0 and WSE 3.0. I added webreference to the above webservice. And also I added a custom filter to add some custom header elements.
|
| using WSDL.exe programmatically | 30 May 2006 11:21 GMT | 6 |
I'm building a small app that allows users to create proxys by clicking on an interface (web, winform). I started my project, imported wsdl.exe (add reference) and tried to figure out a way to use it programmatically (throught object browser,
|
| parameter order when calling a web service | 30 May 2006 10:24 GMT | 8 |
I'm having some problems consuming a webservice. The server keeps complaining about the wrong element beeing sent.. I have this method that takes two strings String_1 and String_2 The server expects to get String_1 first, but somehow my client (C# .net cf)
|
| Maintaining state using static members | 30 May 2006 10:02 GMT | 4 |
I'm relatively new to web services and I stumbled on some code that maintains state between calls using a class with static members. This is not the actual code, but you get the gist: [WebMethod]
|
| DotNetNuke | 30 May 2006 08:40 GMT | 1 |
I just installed dotnetnuke and it took me to the default page. I can see the page just fine but there are a few errors on the page itself. Here is what it looks like: http://azvalleytechs.com/images/website.jpg
|