| Thread | Last Post | Replies |
|
| Architecture Help!! | 07 Feb 2007 10:26 GMT | 2 |
I am sure this is a very common scenario, however this first time for me. My client wants to share some business data with the Suppliers using a web portal build on .Net. The web server is hosted at a third party. We are considering using the .net
|
| Custom response from dataset | 07 Feb 2007 09:03 GMT | 2 |
I'm facing a performance issue with my webservice. I have a webmethod that returns the result of an sql query. I use an SqlDataAdapter object that fills an DataSet object with my results. My problem is that I need to alter a bit my results. For each record I
|
| WS - .Net to Java interop | 07 Feb 2007 03:47 GMT | 1 |
In one of the projects that we are executing, we are facing issues in WS Security interoperability between Java and .NET web services. I will describe the problem below and would like to know if any of you have faced any similar issues before and the way to go forward.
|
| Custom User Authentication | 06 Feb 2007 22:45 GMT | 1 |
I am developing an application which uses a ASP.NET web service to retrieve data from the database. The users and their roles are in the database, so I want to perform custom user authentication. I don't want integrated security. The web service will check if a proper user
|
| "There were not enough free threads in the ThreadPool object to complete the operation." After 49 days of up-time | 06 Feb 2007 18:10 GMT | 1 |
I work with a system that consists of webservicess, a windows forms applications and mobile applications. The windows forms applications invoke the webservices using Visual Studio generated proxy classes.
|
| Web Service Performance | 06 Feb 2007 13:07 GMT | 3 |
In a deployed .Net Service is there any settings that can be made on the server level that can log all requests to the service and the time that the request was made to the service and the time the request was sent back to the client?
|
| Client found response content type of '', but expected 'text/xml' | 06 Feb 2007 10:19 GMT | 2 |
We have web service (v1.1 & WSE 2 sp 3) that is called by a web site. Everything works fine on dev and uat however on live the following error message appears: [InvalidOperationException: Client found response content type of '', but
|
| How to return XML Document from web service. | 05 Feb 2007 19:11 GMT | 3 |
Can someone point me to an example of a VB.Net client that reads an XML Document from a web service? I have a web service that successfully creates an XML document, saves it on the server and returns it to the calling client.
|
| Stupid Newbie Question - HelloWorld.asmx Fails | 05 Feb 2007 18:39 GMT | 1 |
I can't get the Hello World web service to run. I'm sure it's some stupid little setting somewhere, but I can't find it. When I click on the Invoke button on the Test page, I get: System.IO.FileNotFoundException: File or assembly name cvi5x9jh.dll, or one
|
| Performance comparison between web services and local network? | 05 Feb 2007 12:47 GMT | 1 |
Does anyone know of a white paper or have actual results where the speed of running database inserts, updates, and/or selects (returning datasets) thru web services versus running the same activity over a dedicated MS local network.
|
| what win32 API does dotnet web services use? | 05 Feb 2007 11:49 GMT | 1 |
I would like to know which win32 API does the dotnet web services use? is it winInet or winHttp? is there a table that translates commands? Thanks, Gilad.
|
| Web Services Network Infrastructure | 05 Feb 2007 06:48 GMT | 2 |
Can anyone recommend an article that describes the ideal network architecture (from a security perspective) for public-facing web services? For example, do you put the web servers behind the primary firewall and the database servers behind another one with port 1433 open to the ...
|
| Capture envelope data of web services | 05 Feb 2007 06:41 GMT | 3 |
I'm new in web services. I just made 2 web services using C# and .Net that receive a string and integer and echo the data back to client. If I make a client using C# and .Net, I can send the value to web services and its feedback without any problem. But if I use other ...
|
| aspnet_WP.exe cpu high | 05 Feb 2007 06:35 GMT | 1 |
Hi to all, I have a web service that is on the same machine as the client apps that are calling it. I have taken out all my code and each client app makes a call to the web service and gets back the string "hello". Each client app makes a
|
| System.ArgumentException: Illegal characters in path | 04 Feb 2007 13:05 GMT | 3 |
I am having a problem im my webservices method when trying to save a file with latin characters to disk passed through WSE. I have noticed that when trying to read the file name from all the latin characters are converted ? character which is a illegal character for file
|