| Thread | Last Post | Replies |
|
| WSE 3 + Long Running Request = Timeout | 13 Sep 2006 15:20 GMT | 8 |
I have a request that could take up to 5-10 minutes to process on the server side. There's no way around it, and believe me if there was a way to avoid this, I would be very happy indeed, but there isn't. (and normally this will take a couple of seconds but if the person hasn't ...
|
| Asp class at technical college | 13 Sep 2006 03:17 GMT | 2 |
I have a chance to take a class at a technical college...the name of it is asp programming. i bought the book and it is not about asp.net 2.0...it is an earlier version...the book was published in 2005... since we have asp.net 2.0...is the class worth it? It also has some vb.net ...
|
| (401) Unauthorized Error | 12 Sep 2006 23:01 GMT | 4 |
I am in the middle of migrating my test environment to a more realistic senario, but am having some issues that I'm not sure how to resolve (It doesn't help that our IT is migrating our domain at the same time). Basically I'm using mutualSecurity11. I published the WebService to ...
|
| Returning custom collection from a webservice | 12 Sep 2006 22:04 GMT | 1 |
I have a strongly typed custom collection that is filled from an xml file. This works fine inside my web service, but not when I try to send it to the client. The proxy class changes the return type to an array of [my object]. And even though the collection had 3 items in it on the
|
| Deadlock when constructing a Web Service!!! | 12 Sep 2006 21:08 GMT | 3 |
I recently found a strange phenomenon. I am using a simple Windows Application based application written in C# (lets name it TestWebServiceStrangePhenomenom). The TestWebServiceStrangePhenomenom application is started from another application which also redirects
|
| NTLM proxy authentication for web service access hangs in .Net 2.0 | 12 Sep 2006 18:49 GMT | 2 |
I have an unmanaged C++ dll that consumes a web service using NTLM proxy authentication. I was able to consume the web service and get the results when using .Net runtime 1.1. When I installed VS 2005 (.Net runtime 2.0), I am unable to call the same web service using NTLM proxy.
|
| Serializing a derived class | 12 Sep 2006 18:43 GMT | 1 |
I have a web service that builds an arraylist of objects. These objects are derived classes of a base class with a few extra fields for help with processing. But when I return the objects I only want to return the base class implementation i.e
|
| SSL and XML | 12 Sep 2006 17:49 GMT | 1 |
Recently our web service provider changed its web site platform HTTP to HTTPS and before we got some data from the internet site with our web service( XML ) affter the changes somehow our code doesn't work. When we call the link via internet browser everthing works well but if we ...
|
| What is HTTP SOAP ? | 12 Sep 2006 17:30 GMT | 7 |
This article states the following in relation to ASP.NET default test harness web pages. "These test pages can be used to invoke your WebMethods, but the test harness does this by making HTTP POST requests to the server rather than
|
| Webservice Security | 12 Sep 2006 15:37 GMT | 2 |
I'm using several webservices that are being called by VB.Net applications at the users end. My question is: How secure is the data being sent to and from the server? If it's not secure how can I make it secure? I could hard code a password,
|
| Load a webservice at runtime | 12 Sep 2006 14:49 GMT | 1 |
Hellow group I've made a webservice to handle datafetch between a database and a website. On the website i want to place the location of the webservice in the web.config an thereafter create the reference dynamically.
|
| SOAP request returns with HTTP/1.1 405 Method not allowed | 12 Sep 2006 09:43 GMT | 5 |
I hope this is teh right group to ask. I'm having some problems with a Web Service. The response of requests is always: HTTP/1.1 405 Method not allowed..
|
| Retrieving Server variables from a Soap message | 11 Sep 2006 17:47 GMT | 1 |
I have a web service that can only be called using soap messages. I was wondering how to retrieve the request information (server variable) from a soap message. I am also using WSE 3.0, and the way I retrieve the username token is throught
|
| WS-Security 1.0 with WSE 3.0 | 11 Sep 2006 15:41 GMT | 1 |
I'm trying to call a WSE 2.0 web service from a WSE 3.0 client. The articles I've read say that this should work if you stick to using features of ws-Security 1.0. Every time I call the web service I get this exception:
|
| Problem with my x509 makecert certificates for WSE 3.0 | 11 Sep 2006 04:37 GMT | 1 |
Problem with my x509 makecert certificates for WSE 3.0 I am having problems getting the WSE certificates to work on a simple test system before I apply this to an existing product. I have installed walk-through certificates and these appear to work without a problem. I have
|