| Thread | Last Post | Replies |
|
| Parser error "could not create type" w .NET Framework 2.0 | 17 Nov 2005 22:51 GMT | 1 |
I have created a simple web service project, only using the HelloWorld sample already there, with Visual Studio 2005. If I browse the web service .asmx file by right-clicking it using the new built-in web server everything works just fine.
|
| Can I use WSE 2 SP3 with .Net 2 | 17 Nov 2005 19:51 GMT | 4 |
I have an client application that uses WSE 2 SP3 to secure a web service connection. Can I migrate the application to the .Net 2.0 framework still using WSE 2? Has anyone done this yet? Did you have any problems?
|
| Trouble Understanding Code | 17 Nov 2005 19:13 GMT | 1 |
I'm new to programming web sites using ASP. Can someone explain the following code to me? I understand that it the condition is true it will redirect to the correct page. What I don't understand is the IsUserAllowed function/method.
|
| Calling a webservice within a HTA | 17 Nov 2005 18:17 GMT | 4 |
I have created a HTA from which I need to call a .NET webservice. I've written the HTA to use the webservice.htc behaviour, but am wondering if there is a better way. I am trying to limit the number of "advanced" steps the users need to carry out (i.e. savnig files, downloading ...
|
| timeToleranceInSeconds | 17 Nov 2005 14:50 GMT | 1 |
Now I have the timeToleranceInSeconds setting in the config file, but I have to do the setting in the code instead. Where do I find the setting in the microsoft.Web.Services2-namespace? <microsoft.web.services2>
|
| Frustrations with sample apps | 17 Nov 2005 14:33 GMT | 1 |
I've been trying to do a simple encrypted message exchange with WSE 3.0 on .NET 2.0. All that I really want to do is encrypt the message so it can't be intercepted en route. It's for a demonstration, so full-blown security considerations need not be taken (it is enough to ...
|
| PRB: How to:Create a Class Representing a Custom Binar Security To | 17 Nov 2005 08:18 GMT | 2 |
In an example from the WSE (sp3) documentation, article entitled "How to: Create a Class Representing a Custom Binary Security Token", I don’t see what BinaryTokenNames refers to in the constructor for the BinaryToken class.
|
| Howto create TCP listener webservice(not using XML/HTTP/SOAP) like Servlet/Tomcat in .NET? | 17 Nov 2005 07:02 GMT | 4 |
Hi group, I got a problem, in the past I developed in Java a Servlet that just waits for a connection and when connected it does some things ;-) Nice isnt it. The same functionality I want to have in .NET because we are
|
| soap viewer | 16 Nov 2005 19:31 GMT | 1 |
Is there any tool that allows to view soap messages for a given web serivce ? I browsed net for some time, didn't quite successfull to find one. TIA
|
| Object re-use/persistence with http SoapService | 16 Nov 2005 18:46 GMT | 2 |
Helpful person, I have a problem. Rather, I have several problems. The foremost problem is that I would like to instantiate my SoapService derived class and use the instantiated object to listen for calls on Http port 80.
|
| WSE3.0 Visual Studio Plugin does not integrate | 16 Nov 2005 12:14 GMT | 4 |
i've just installed WSE 3.0, but the Plugin isn't integrated in the Visual Studio IDE. I have VS2005 (full, not rc) and I read the Release Notes, but I couldn't get it to work. I just looked for the Addings Folder in mydocuments\visual studio 2005 but
|
| Unable to load custom token manager | 16 Nov 2005 08:40 GMT | 3 |
I have a class "CustomAuthenitcation" which overrides the AuthenticateToken() method and implements a db lookup for validation.The class file is included in the web service project. I have made a web.config entry. *********************************************************
|
| Calling C#-Webservice from a java client | 16 Nov 2005 00:24 GMT | 6 |
Hi again! Well, the first part of my "mission" (calling remoting objects from a webservice) is solved. But there's another part: Calling this C#-Webservice from a java client.
|
| DIME Attachments using WSE2 SP3 on .net 2.0 | 16 Nov 2005 00:12 GMT | 3 |
Ok, first I was dismayed that microsoft decided to do away with DIME attachments in WSE3 because I have a application that relies on that feature. Now after upgrading to 2005 and getting the 2.0 framework on my dev machine my old application (still using WSE2 SP3) that worked ...
|
| Null Array | 16 Nov 2005 00:08 GMT | 1 |
Hi my client is receiving the following SOAP Envelope and thinks that it is a null array. Any idea why? Ben
|