| Thread | Last Post | Replies |
|
| Technical Design | 30 Sep 2004 23:04 GMT | 3 |
I am supposed to be doing a tech design for the web services that we will be building for our application. I have no idea as to what to do in it. Any anyone done this before or has any idea what could be incorporated. Thanks.
|
| SOAP serialization exception | 30 Sep 2004 18:30 GMT | 1 |
I have an app that uses the SOAP serializer to serialize and deserialize a object of a certain class to a file. The class implements ISerializable. From time to time it is necessary to add or remove fields from the class. I've been able to deserialize out-of-date versions by ...
|
| Why is soap.inproc not supported for production use? | 30 Sep 2004 15:51 GMT | 2 |
I am designing a web service using WSE 2.0 that has flexible deployment requirements. In particular, sometimes the client and service will be on the same machine, and sometimes it will be going over the Internet. In the latter case, I'm obviously going to use the HTTP transport ...
|
| content based router | 30 Sep 2004 04:54 GMT | 1 |
I wrote a WS router which routes the SOAP requests to a different web services, regarding their header info. The code is the modified example of QuoteRouter2.0 project from the ContentBasedRouter solution(WSE 2.0 examples).
|
| Policy settings tool and username tokens (not x509) | 30 Sep 2004 02:55 GMT | 6 |
If I am starting out with username ONLY , no x509 etc certificates in my wse2 solution, I'm confused by the need (via settings tool) to select a digital certificate. I'm securing a client application.
|
| How can UsernameTokenManager know what Web Service method is being invoked? | 30 Sep 2004 02:31 GMT | 3 |
I have implemented a UsernameTokenManager so that a user may attach an account name and hashed password to his Soap requests. If the user has forgotten his password, I want him to be able to click on a button on the logon screen that will e-mail him his password.
|
| Nonce and Created Values. General Questions | 29 Sep 2004 20:12 GMT | 8 |
I am using WSE2.0sp1 for my security implementation for web services. A customer is using WebLogic to implement their calls to my service. The call fails with a "token could not be authenticated.." message. I noticed the customer did not have
|
| Debug into Custom UserNameTokenManager?? | 29 Sep 2004 15:27 GMT | 2 |
Is it possible? I gave up and have been sticking data into the principal name to get information back. Don't worry it's not production code.... Anyway, is it possible in VS.NET2003 to get the debugger to get INTO that
|
| <wsdlHelpGenerator> causing problems with web-service references !?! | 29 Sep 2004 12:23 GMT | 1 |
I have then been using Visual Studio to auto-create web service references to my .asmx files. But all my Reference.cs files are referring to the same .asmx file after I add the <wsdlHelpGenerator> to my web.config file.
|
| Cannot serialize object of type System.Object[,]. Multidimensional arrays are not supported | 29 Sep 2004 04:26 GMT | 3 |
I get this on server when trying to retun a 2 dim array. I apprecaite that they are not supported as per http://support.microsoft.com/default.aspx?scid=kb;en-us;316273 however i'm looking for as a work around as my web service is a layer
|
| WSDL | 29 Sep 2004 01:03 GMT | 2 |
Using Visual Studio.Net, can I create my own web service using a WSDL? I want to build a web service that is a duplicate of another web service.
|
| Why did .NET set a default attribute value? | 28 Sep 2004 21:09 GMT | 3 |
HI, All, I have a web service doing a string search. It has an operator and a searchValue field. The operator is defined as an attribute and required. The xml is as below.
|
| 3 newbie/C#/WebServices questions | 28 Sep 2004 20:50 GMT | 1 |
I've never used C# nor have I created Web Services, so I am in the process of finding tutorials on the web and going through them. I found this one over at code project: http://www.thecodeproject.com/cs/webservices/myservice.asp
|
| HELP: must implement the Add(System.Data.DataRowView) Method? | 28 Sep 2004 15:03 GMT | 2 |
I have a C# Web Service that some of the methods (ones that return integers) work and some do not (the ones that return a DataView. Here is some code in the WebService that is giving me the problem. The oAllData function gets run on the initialization of the class.
|
| system.net.webexception The underlying connection was closed: An unexpected error occurred on a send. | 28 Sep 2004 14:17 GMT | 5 |
Let me begin by saying that per Q821156, I have updated my web server/development machine with .NET Framework 1.1 SP1. I don't know if I still need to but I have also overridden GetWebRequest to set the KeepAlive false as directed in Q819450. I am still receiving the
|