| Thread | Last Post | Replies |
|
| Am I missing something or has MS missed the plot? | 22 Sep 2004 18:06 GMT | 1 |
I'm trying to do something which I believe is very normal, standard sort of requirement. I want to secure access to a web service across the Internet using username/password on the server, then impersonate the account on that server.
|
| Problem using DIME attachments with files larger than 4MB | 22 Sep 2004 16:47 GMT | 5 |
I'm currently developing a .NET application using WSE 2.0 for Uploading files to a server. After changing the following lines in the web.config to increase the maxRequestLength,
|
| The underlying connection as closed: Could not establish secure channel for SSL/TLS | 22 Sep 2004 14:05 GMT | 4 |
Ok, I try to communicate with a web service who receive xml message under a https using SSL. I have a directory with 240 XML files on my desktop. I loop into it to send each file one by one.
|
| found content type of 'text/html; but expected 'text/xml' | 22 Sep 2004 14:05 GMT | 2 |
i get the error "Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'
|
| Calling a webmethod by a post | 22 Sep 2004 13:04 GMT | 4 |
Please, i have an webservice created with .NET, and a client want to consume it with a JAVA client. They are using POST, but this way my webservice crash. They are calling this URL:
|
| aspnet_wp.exe stopped unexpectedly | 21 Sep 2004 19:20 GMT | 1 |
I just recently updated a client of ours with 3 Windows Update items. IE 6 SP1, GDI+, and .NET Framework 1.1 SP1 and the webservice that I was at least able to browse to before I can't even browse to now. The SP1 for .NET was supposed to include a fix for the certificate issue I ...
|
| HttpWebRequest taking lot longer compared to ServerXMLHTTP | 21 Sep 2004 10:33 GMT | 2 |
I've to migrate an existing code in asp to asp.Net. The asp code uses ServerXMLHTTP to call some services. Same thing will be done using HttpWebRequest in the asp.Net code. The problem is keeping everything same HttpWebRequest takes around 100-200ms more than ServerXMLHTTP to
|
| Namespace for Active Directory | 21 Sep 2004 00:46 GMT | 1 |
I am writing a login function that needs to authenticate against the users in the Active-Directory. Can someone point me out where the Namespace is for Active-Direcotry
|
| Using dynamic url changes generated proxy | 20 Sep 2004 22:31 GMT | 2 |
a general advice: leave the generated classes untouched. if you want to customize the proxy in any way, inherit from the proxy and to your customisation there. use the inherited class in your app to call the webservice. in this way you can modify the proxy behaviour (e.g. reading ...
|
| Why is Visual Studio so poor at SOA - Message orienated WS? | 20 Sep 2004 19:20 GMT | 2 |
I love Visual Studio, and the web servcie support intially looks pretty great. However when I start studying Service Orientated Architectures (SOA) which are based around a Message paradigm, I find that there is little
|
| Using WSE 2.0 in a Windows Service - looking for an example | 20 Sep 2004 18:26 GMT | 1 |
I'm looking for an example of a simple Windows Service that uses WSE 2.0 (WSE 2.0 sp1). Specifically, I would like to implement a Windows Service in C# as follows:
|
| In Web Services,Can I run .exe file? | 20 Sep 2004 16:15 GMT | 1 |
I need to call one .exe file in Web Services. I try-> [WebMethod] public string HelloWorld()
|
| WebService - start and stop | 20 Sep 2004 16:13 GMT | 1 |
I have developed a webservice that writeing and reading files in different folders. I need to be able to start and stop this service by using a web interface (start and stop button). But I can?t find any way to this. Any ideas?
|
| Web Services and Protecting Code | 20 Sep 2004 15:19 GMT | 1 |
I am new to web services. I have am running a sample web service for testing. It seems that if I type the URL in the web browser, it displays all active web method functions. How do I turn that off, I don't want a person to stumple across my web service on the net and be able to ...
|
| Web service authentication (VB .NET) | 20 Sep 2004 13:25 GMT | 1 |
I want to implement an authentication to my ASP .NET web service. Passing userId and password as parameter to all my web methods seem unreliable to me. Any ideas how to do it?
|