| Thread | Last Post | Replies |
|
| Sharepoint (WSS) authentication issues in code/web service | 17 May 2005 05:10 GMT | 1 |
I'm working with a client that has Windows Server 2003, WSS, accessed through a custom application. In this application, we need to attach files to cases by adding them to a database and storing them in Sharepoint. This process works fine at our office, but the client is having ...
|
| retrieve LDAP info within webservice | 16 May 2005 22:45 GMT | 5 |
Using wse2.0 a user logs on to my application. The webservice runs within the domain, the user does not (not allways). So I use the websrvice to read from the central database and to veryfy the username/pasword. Doing that I want to return the full name for the
|
| CacheDuration question | 16 May 2005 20:48 GMT | 1 |
I have a question about the CacheDuration property of a web method. I have a client that calls a web method on a server and I understand that the first call will process the method call normally. By setting the CacheDuration property to a certain amount of time, the result of
|
| Simple question about using a web service | 16 May 2005 18:06 GMT | 5 |
My apologies for asking something so basic, I just want to avoid unpleasant surprises. I am using a web service developed by someone else on a remote server. In my development environment I used Visual Studio to create a Web Reference. I have successfully connected to and used ...
|
| SoapException message | 16 May 2005 17:29 GMT | 1 |
I'm using a asp.net WebService from a WindowsForms client. Where the webmethod thows a SoapException, the message that the client receive is coded using the "&#code" sintaxt. Is there any class in order to convert this message to a user fiendly and readable message? Thanks in ...
|
| Mixed mode WSE authentication (of internal/external WinForm client | 16 May 2005 15:53 GMT | 2 |
We have several WinForms/web service based apps in our internal network which need to be made accessible to users connecting via the Intranet. The plan is to move the web services server to our DMZ, with minimal changes to the apps and web services.
|
| does HttpWebResponse.StatusCode download the entire requested page | 16 May 2005 07:42 GMT | 1 |
Hello, I have build a function that checks an internet connection (see below) Is there a way to do this so the entire CheckConnection.htm page is not downloaded? I only want to get the "OK" response without getting the
|
| Query regarding WS | 15 May 2005 15:08 GMT | 1 |
(Type your message here) -------------------------------- From: Preeti Gatagat Hi,
|
| How to Trans transmit my define class with Metthod args in Webservices. | 14 May 2005 07:24 GMT | 1 |
Example: namespace aa { public class myobject
|
| Who there is no security menu on WSE 2.0 X509 Cert tool | 13 May 2005 21:14 GMT | 1 |
I installed WSE 2.0 on my home XP professional machine whihc is no Domain controller in the network. I found out when I run X509 cert tool and load a cert, and then "View Private Key file properties", there is no Security Menu on the pop-up window. ALso, There is no "Other ...
|
| creating a SOAP Fault | 13 May 2005 19:45 GMT | 1 |
Is there some way I can raise a true SOAP Fault? What I mean is, currently, I am throwing an exception and letting IIS take care of sending the SOAP Fault. This works but I would like to control the actual Fault message that is sent back. For example I would like to change the ...
|
| Enabling HTTP Put, Post in 2.0 | 13 May 2005 19:08 GMT | 1 |
To enable HTTP Get and Post protocol for Web Services in 1.1, you edited the machine.config, adding '<add name="HttpGet" />' (same for Post) in <protocols> of <webServices>. How does one do this in 2.0? Machine.config has a much different format.
|
| DataSet Serialization Not Working with VS.NET Beta2 | 13 May 2005 18:49 GMT | 3 |
I am testing WSE 2.0 sp3 with the new VS.NET 2005 Beta2 bits and am having problems passing DataSet objects. This acts just like the problem that WSE 2.0 had upon initial release, which is some sort of DataSet serialization issue. Simple types pass ok.
|
| UsernameToken Signing and Envryption | 13 May 2005 17:03 GMT | 3 |
I have set up a simple policy with a requirement that the message is signed with a Username. This works great. I set up my client to create a token and pass in the username and password, requesting the password to be digested. UsernameToken token=new UsernameToken("name", ...
|
| New LifeTime(DateTime) ctor: UTC or not? | 13 May 2005 16:36 GMT | 1 |
Related to William's implementation of a secure context token issuer. When you are assigning a lifetime object to the SecureContextToken's LifeTime property like this Sct.LifeTime = New LifeTime(aDateTimeObject)
|