| Thread | Last Post | Replies |
|
| Please help me to pass a file! | 26 Aug 2003 12:47 GMT | 1 |
Im am trying to pass a binary file from a web service to a client.(managed c++) I wan?t to use dataset. If I put down the files in a dataset I loose information
|
| What should I use: Remoting or Web Services ? | 26 Aug 2003 10:45 GMT | 1 |
When should I use Remoting When should I use Web Services What is better ?
|
| Web service, web proxy and timeout problem | 26 Aug 2003 09:25 GMT | 1 |
I have an very crazy problem. I have 4 webservices I call from a rich client. They are wroking perfectly in development environmen. They are also working also perfectly when i call them from an Internet Web Server.
|
| Application_Start event does not fire on restart of IIS? | 26 Aug 2003 07:30 GMT | 1 |
Hi Sirs. We are facing weird problems using a web service written in C#. When the web service application is started we have some startup code in the Application_Start event in the Global.asax file.
|
| how to get data from 1 db into another: xml? web service? | 26 Aug 2003 00:46 GMT | 1 |
Lets say i have 2 Access database files. Each with a 'user' table. Unfort. there are two 3rd party applications that write to each one. I'd like a semi-automated way of being able to take the user data from the first mdb file and append it to the user data in the 2nd mdb ...
|
| How can I ensure my site runs under framework 1.0? | 25 Aug 2003 17:32 GMT | 3 |
I recently upgraded my server to Windows 2003 / IIS 6. Naturally, this dumped framework 1.1 on the machine. My site no longer works 100% properly. the first thing I want to do is to ensure that the site, which was compiled for 1.0, is actually running under 1.0 on the server. How ...
|
| Interoperability issue with apache axis | 25 Aug 2003 12:28 GMT | 1 |
We developed a .net web service , it should be accessed from a Apache axis client. When we run the client it is throwing the following error System.Web.Services.Protocols.SoapException: Server did
|
| Passing XML Strings to Webservices - a bad practice? | 24 Aug 2003 06:03 GMT | 2 |
when I design webservices, I usually pass simple data container types to the webservice (one or several objects containing primitive type members) - this simplifies client- and server-side code, and still ensures interoperability, e.g. between Java callees and .NET callers,
|
| WebServices break after upgrade to Framework 1.1 | 24 Aug 2003 01:36 GMT | 1 |
I recently upgraded my server to Windows 2003. The first thing I noticed is that my sample WebService pages no longer worked. The Invoke test button is missing. This is addresed by the following KB article: Microsoft Knowledge Base Article - 819267
|
| Getting at raw XML as well as objects | 23 Aug 2003 14:14 GMT | 2 |
Suppose I have a webservice "WidgetWS.asmx", that exposes one WebMethod that takes an object "WidgetSearchParameters" as a parameter and returns an array of "Widget" objects.
|
| Using alternate web servers | 23 Aug 2003 01:06 GMT | 1 |
Does anyone know how I can use a different web server in ASP .NET webservice. I do not want to use IIS. I have GoAhead. When I tried to access the .asmx file using GoAhead as my webserver, I ended up with the source code
|
| Native C++ Client To Call Managed C++ Web Service | 22 Aug 2003 13:23 GMT | 2 |
We've currently got a C++ client/server app that uses DCOM in order to make remote calls. We want to replace DCOM with a .NET Web Service. The server piece seems clear to me. I can write it using MC++ and then can call my native C++ server code from within the Web Service. What ...
|
| Using DIME in C++ - web service? | 22 Aug 2003 12:37 GMT | 2 |
Is it possible to use WSE and DIME in a c++ web service? I can?t get it to work. Regards // Daniel
|
| Why Multithreaded webservice? | 22 Aug 2003 12:20 GMT | 2 |
*A theoretical question: When does multithreading a webservice come into play (if ever)? Is there such thing as a multi-threaded high-performance optimized webservice? Or does each user hitting a webservice cause a webservice to spawn a new instance/process so it makes no sense to ...
|
| How to define paramter-types for WebMethods AND Client? | 22 Aug 2003 10:58 GMT | 1 |
How to define a class within an external DLL, that can be used as parameter for a WebMethod and in Client-Projects? I mean: <WebService()>
|