| Thread | Last Post | Replies |
|
| referencing web service on the same web project | 27 Mar 2006 11:39 GMT | 2 |
I have an asp.net web project that includes a web service. i need to reference this web service from the same project. the idea is that the project can be located on different servers and needs to call a web service on other servers to get remote data.
|
| MTOM + IIS + Web Service + Upload Limit Once and For All | 27 Mar 2006 05:55 GMT | 2 |
Right now in our WSE 2 we're using DIME. DIME is fine for downloads, uploads on the other hand are a pain in the a.s because of the DIME limit and IIS limits. Now I'm switching to WSE 3 + MTOM and I've read all over the place that it's
|
| Watching Objects | 27 Mar 2006 04:39 GMT | 1 |
I've written a little win service with uses the same classes as my web service. Both use... Private myInterfaceFactory As New InterfaceFactory
|
| Invoking a WebService using a Client Application | 27 Mar 2006 04:38 GMT | 2 |
I have a web serivce created that contains several methods that are NON-PRIMITIVE types - meaning I cannot test it directly from the browser. So, I thought of devloping a client application in .NET that can submit the XML request and receive the response.
|
| Exceptions thrown by a web service. | 26 Mar 2006 23:50 GMT | 3 |
What exception can be thrown when calling a web service - specifically things like the web site is down, there's no function, ... TIA - Jeff.
|
| How to create a call a web service dynamically | 26 Mar 2006 23:47 GMT | 1 |
We're programming in C# .net 1.1. I've read that in order to create a web reference I can either (1) "Add A Web Reference" from the VS 2003 IDE or (2) I can run the Wsdl.exe tool to generate the source code file for the proxy class, compile the code file,
|
| NegotiateStream Class and SOAP Web Services? | 26 Mar 2006 16:42 GMT | 1 |
Hi, I just heard about the NegotiateStream Class and I’m wondering if I can use it to protect traffic on the wire between my client (.net winforms app) and server (.net web service)? Right now I’m using SSL, leveraging the built in support that IIS offers,
|
| Web service sometimes down | 24 Mar 2006 20:45 GMT | 2 |
I have a problem with a web service. I have 6 asmx but only one dll. I call them with a Windows Application. Sometimes only one asmx (always the same) doesn't give response and if I call it from a browser asking its wsdl it doesn't show me any method.
|
| Dynamic Web Services | 24 Mar 2006 20:01 GMT | 1 |
I want to be able to reconfigure a web service client to point from a web service on a development platform to the same web service on a staging platform. I can't rebuild the app and reset the location and send out new assembly's to everyone. I am able to edit the app.config ...
|
| Creating Local User with Web Service | 24 Mar 2006 18:45 GMT | 2 |
Hi I am very new to .NET and I am programmatically trying to create a windows users (not using AD) and am having a little trouble. The OS is 2003 Server and I am trying to use System.Diagnostics.Process with "net.exe". The argument does not seem to take, here is the code (this ...
|
| Passing an object containing multiple DataSet's to a WebMethod | 24 Mar 2006 13:12 GMT | 1 |
My problem is the following: i have a class like: [Serializable] class c{ public DataSet m_dsFirst;
|
| The namespace, , is a duplicate. | 24 Mar 2006 11:04 GMT | 1 |
Anyone has any ideas how to fix this error "The namespace, , is a duplicate." when trying to create a web reference (fo a web service). Thanks, ki From http://www.developmentnow.com/g/16_2003_8_0_0_0/dotnet-framework-aspnet-webservi ces.ht
|
| Changing Web.config | 24 Mar 2006 09:36 GMT | 1 |
I am building a web service application in which i will have to implement logging based on user id. My question is where do i store the user ids? Since the nature of this problem is so dynamic, in the sense the number of users for whom the logging will be turned on may vary ...
|
| C# webservices proxy generates public member variables and no getter/setter methods?? | 24 Mar 2006 03:50 GMT | 1 |
I generate C# webservices proxy code from WSDL file, it turns out the classes generated have public member variables and no getter/setter methods as follows,
|
| How to change the Web Services template for viewing available operations and calling them | 24 Mar 2006 02:19 GMT | 4 |
Folks, When you access your XML Web Service in IE for example (using HTTP), you get the familiar to all of us page: The following operations are supported. For a formal definition, please
|