| Thread | Last Post | Replies |
|
| Nunit - testing a web service that relies on web.config | 28 Aug 2005 21:30 GMT | 2 |
I can't quite figure out how to test my ws. It relies on a web.config to load connection strings, output directores, etc, and I am trying to test from within the project itself. NUnit GUI just loads the dll (though I am using zanebug ATM.)
|
| how to hook soapextesion to windows forms client | 27 Aug 2005 22:17 GMT | 2 |
I develop a Windows Forms client application to comunicate with 3rd party server application via the SOAP messages over HTTP. I must incorporate SoapExtension because the SOAP messages must be zipped. I use SharpZipLib to the compression.
|
| how to learn web services............... | 27 Aug 2005 04:11 GMT | 2 |
hi... im new in dot.net ,i want to learn web services usin dot net technologies,what i can do?give the url id to learn,i want to learn from basic so i kindly invite all of the known web services professionals to help
|
| Unable to load the Custom Token Manager | 26 Aug 2005 21:42 GMT | 3 |
I am trying to implement the UsernameTokenManager in WSE 3.0 and override the AuthenticateToken to validate the username and password. But after doing this i am getting a strange error when i run the client application System.Web.Services.Protocols.SoapHeaderException: Server ...
|
| Creating WebService Problem | 26 Aug 2005 21:10 GMT | 1 |
I'm trying to create a WebService with VisualStudio 2003 ... New Project -> Visual C# Project -> ASP.NET Web Service but I always get the error message: 'A connection to the server could not be established.'
|
| CacheDuration not working | 26 Aug 2005 21:08 GMT | 1 |
I have the CacheDuration attribute set for 60 seconds as show below: <WebMethod(CacheDuration:=60, Description:="Method to demonstrate caching")> _ Public Function CachedString(ByVal inputInt As Integer) As String
|
| Make class known to client | 26 Aug 2005 09:11 GMT | 2 |
I'm having a mental block, I can't remember how to make a class in my web service available to clients. None of the methods in the service return or accept this class but one of them may return them in an array list. How do I make the sevice include a
|
| Authorize access to resources based on non-windows identity | 26 Aug 2005 08:31 GMT | 1 |
I read that if one needs to be able to authorize access to resources based on the caller's identity, one should set up the server to perform Windows authentication with impersonation. But how can I do this when I grant access to my webserver to, let's say
|
| Serialize/DeSerialize SOAP message | 26 Aug 2005 02:51 GMT | 1 |
is there a way to view the SOAP message in a client after it is serialized (before it is sent out) or deserialized (after a reply is received)? i am using the proxy that is created by VS.NET2003 when adding a web reference
|
| Namespace with WSE and WebService in VB .Net | 25 Aug 2005 23:00 GMT | 4 |
I'm using VB .Net. I have a WebService which also uses WSE to send messages to registered clients. In the client the WebService is included as a Web Reference. When calling the WebService, an object is returned with a namespace which is
|
| Display Image from Database in an Image control | 25 Aug 2005 20:38 GMT | 1 |
I have a server control that stores an image in the database as an image datatype. I would like to display this image (may be in an image control) along with other text in a page. What is the best way to achieve this functionality. Thanks for all the help in advance.
|
| How to pass a DateTime value to a WebMethod | 25 Aug 2005 16:11 GMT | 2 |
Hi all.. I have a WebMethod with a parameter defined as DateTime. When I call that webservice, I get this error: System.FormatException: The string '07/24/2005' is not a valid AllXsd value.
|
| Custom SAML token | 25 Aug 2005 14:42 GMT | 1 |
I need to use SAML tokens with WSE 2.0 in my project. Can any body has any idea about building custom SAML Tokens, including them in soap headers and to use with WSE AuthenticationManager. Help with any code examples is greatly appreciated.
|
| WSE and Client Certificate Validation | 25 Aug 2005 14:36 GMT | 1 |
IIS6 does not a provide any way to drop requests from unknown clients with client certificates. Is there a way to configure WSE2 so that it only recognizes certain client certificates and drop other requests? If it does not provide such mechanism,
|
| MSXML2.ServerXMLHTTP | 25 Aug 2005 11:01 GMT | 7 |
I'm trying to post xml to a server using ServerXMLHTTPRequest from an aspx. Dim objXML As New System.Xml.XmlDataDocument objXML = Server.CreateObject("MSXML2.ServerXMLHTTP")
|