| Thread | Last Post | Replies |
|
| Hosting a Web Service | 24 Feb 2005 15:43 GMT | 2 |
Am new to web service technology. Currently i created a web service at my home box. Now i want to Host/Publish it to the outside world... so that it is used by my web applicantion as well as windows client applicantion. So my question is how to host/publish any web service ?? Any ...
|
| Installing WSE 2.0 silently | 24 Feb 2005 15:23 GMT | 2 |
Is there a way to silently install WSE 2.0?
|
| Strange behavior webservices | 24 Feb 2005 15:02 GMT | 1 |
I found same strange behavior of ASP.NET. It is possible this is the bug. Follow the steps: I create the simple service, http://localhost/Test/service.asmx When I go to this link in IE SP.NET shows me page what contains ?Invoke?
|
| WSE Version of ServiceDescriptionImporter | 24 Feb 2005 13:54 GMT | 2 |
I had built an engine to dynamically invoke web services by generating web service proxy classes (on the fly). It was built using the framework's ServiceDescriptionImporter(). Basically, all i needed was a wsdl url and i could create a ServiceDescription object and call the
|
| Problem in loading assembly in Windows 2003 | 24 Feb 2005 05:45 GMT | 2 |
We devised smart client technology in our application. We used web service to download a assembly which is there in system32 folder of web server using "System.Reflection" MyAssembly = [Assembly].LoadFrom("AsmSACM.dll")
|
| I'd like to write a WebService update system for our product... | 24 Feb 2005 00:13 GMT | 4 |
...and I've got the C# webservice pulling down test version of update install packages just fine, but can the ASPNET account (the one I assume will be executing the install package (via Process.Start I would guess) install something? I would doubt that security would allow this.
|
| Display 'In Process' page when calling async WebService | 23 Feb 2005 19:51 GMT | 5 |
Can anyone give me some links about how to do an async web service call from aspx and display a temperary page before the web service returns? Thanks, Homa Wong
|
| UserNameTokens + Password.SendNone Implimentation | 23 Feb 2005 18:31 GMT | 7 |
Ok, so I figured out what I was doing wrong with UserNameTokens. I know that William's and SA's solution may be better, but it's just overkill for me. So here's what I've done: I pass the valid username, which allows our server to retrieve the password.
|
| Discovering a service security policy - how? | 23 Feb 2005 18:07 GMT | 2 |
Is there a way to discover what security policies (usernametoken, x509, etc) a service requires (similar to how you can interagate a services wsdl to see what methods it exposes)?
|
| How to catch policy exceptions on server side | 23 Feb 2005 17:54 GMT | 2 |
Does anyone know how to catch a policy exception that is thrown on the server side from within my web service? For example, I may want to catch any PolicyVerificationException exceptions that are thrown by the policy mechanism so that I can log the event on the server. This way ...
|
| Dynamically populating a webform | 23 Feb 2005 15:48 GMT | 2 |
i'm pretty new to the .NET framework and am looking for some help. Is there any way to dynamically create a number of hypertext links dependant upon what is extracted from a database. This is a lil snippet of my code.
|
| comunication between 2 WebApplications with Webservices | 23 Feb 2005 12:29 GMT | 3 |
First sorry for my english! ;) I want to communicate between 2 Webapplications! In the first Application I logged on! Now I want to pass throw the user to the other Application! I want use Webapplications, but i don't
|
| Problem with webserver on 2003 Server | 23 Feb 2005 12:15 GMT | 3 |
I have a problem with a webservice installed on a Windows 2003 Server. It's working using Internet Explorer, but when i try to call the same methodes from my client application, I get 2 requests and answers the first one correct but not the second.
|
| ASP.NET 1.1 | 23 Feb 2005 12:05 GMT | 1 |
I receive the following error message when attempting to use the Creating New WebProject wizard to : Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or
|
| Removing extra information from Soap Exception | 23 Feb 2005 11:52 GMT | 3 |
In our web service we cath and throw exceptions to the class as follows: Catch ex As Exception Throw New System.Web.Services.Protocols.SoapException("Unable to login: " & ex.Message,
|