| Thread | Last Post | Replies |
|
| Question on Exception Handeling in webservices? | 08 Jul 2006 19:26 GMT | 2 |
I have been developing a webservices data access layer for a project I am working on. I have researched exception handling in webservices and found that global handling of unhandled exceptions can be done using a SOAP Extension. I have implemented one of these
|
| Web service only allowing 2 connections | 08 Jul 2006 19:07 GMT | 1 |
Hi - I have a c# asp .net (1.1) web service, which i'm calling from a windows service on the localhost. However many requests i make to the web service, and however much cpu/memory is available, it will only process two at a time, queueing up the others
|
| WSE3 proxy not generated on 64-bit Windows | 08 Jul 2006 17:54 GMT | 1 |
I cannot get VS2005 WSE proxy generation to work when running on 64-bit. Everything works fine on my 32-bit machines. WSE3 seems to be properly installed (including the VS2005 add-in). Replication Steps:
|
| Complex Array not being returned by webservice | 08 Jul 2006 15:46 GMT | 2 |
I've been searching high and low for an answer to this but with no success. I have a web service that has a class: public class filmDetails
|
| Searching for stock data webservice | 08 Jul 2006 15:26 GMT | 1 |
Does anyone know a webservice to get stock exchange data? I would like to call something like Price = StockService.GetCurrentPrice(ISIN) Norbert
|
| WS-Addressing and Load Balancing Appliance Issues | 08 Jul 2006 02:10 GMT | 2 |
We've discovered the routing of web services through our load balancing appliances cause the address contained in WSE-enabled client's soap messages to differ from the actual address of the target web service. As a result, WSE on the service side blocks the request because these ...
|
| System.IO.FileNotFoundException - error on webservice running on W | 07 Jul 2006 21:13 GMT | 1 |
I am getting the following error when I try to run a new webservice I have placed on any one of 4 windows 2003 servers. (Running under ASP.NET 1.1) To minimize the problem, I created a simple webservice called "TestApp" that exposes [ public int Add( int x, int y ) ] as the lone ...
|
| Advice Needed on Using WebServices | 07 Jul 2006 19:55 GMT | 1 |
We are a small application development group. We have about 100 Users who primarily use Microsoft Related Products. Our Application Development was purley based on a CLient Server Model using Visual Basic and SQL Server.
|
| Avoiding data theft | 07 Jul 2006 15:44 GMT | 1 |
I'm pretty new to web security so I'm hoping someone can clarify something for me. Basically, I'm wondering how to avoid the following scenario: 1. Windows application calls web service with user-specific data and a
|
| share price feed web service | 07 Jul 2006 14:07 GMT | 1 |
Anyone know about a web service where you can get a feed of share/stock prices. I would have thought there woudl be a lot of them out there but I am finding it hard to find any with a google/yahoo search. Alternatively anyone know about any good diretories of web servcies.
|
| change web service URL at runtime | 07 Jul 2006 07:13 GMT | 1 |
Can the URL of a web service be made variable at run-time? I have an app that uses web services. At runtime, I'd like to toggle between two different web servers that host the identical set of services (production vs. development). Can this be done and if so,
|
| Object contains only the public half of a key pair. A private key | 06 Jul 2006 18:43 GMT | 4 |
I am attempting to call a webservice secured with the WSE 3.0 toolkit and am receiving the following error message. My assumption is that I installed the certs in the wrong location. I placed my public + private key cert in the localmachine my store and placed the customer's ...
|
| WSE 3.0 Issue Creating C# Proxy - Multiple Parameters | 06 Jul 2006 15:46 GMT | 3 |
I am having problems creating a C# proxy that calls onto a Web service that was implemented in Java. WseWsdl3.exe produces the following output: <pre> C:\MyDocs\Visual Studio 2005\Projects\sandbox>"C:\Program Files\Microsoft
|
| Problem Using WSE 3.0 With a Certificate Stored on Smart-Card | 06 Jul 2006 15:34 GMT | 3 |
In an application I'm writing I need to access a client cetificate which is known only at runtime. Since policy can't be used in this case, I've written all of the neccesary code to access this certificate and create an assertion based on it, and it works fine :)
|
| Nullreference exception in Asynchronous webservice call (.Net 2.0) | 06 Jul 2006 13:15 GMT | 5 |
[this has previously been posted buy raymondr at Nullreference exception in Asynchronous webservice call (.Net 2.0)] Hi, First a brief description of out application:
|