| Thread | Last Post | Replies |
|
| Function Call | 24 Mar 2005 19:39 GMT | 1 |
Does anybody know a way to capture all the function calls to a web service. I want to log the IP and the call, but I don't want to place a call to this function in every WebMethod. Thanks for your help! -------------------------------- From: Don Gerard
|
| Benfits of IIS for SOAP Messaging | 24 Mar 2005 18:36 GMT | 2 |
What are the benefits of using IIS to implement SOAP Messaging over HTTP versus just using the SoapClient and SoapService classes? Jeff
|
| Can't compile proxy | 24 Mar 2005 14:02 GMT | 1 |
I have a webservice. I can create references to it VS.net but I want to be able to compile the proxy manually. I use the wsdl tool which creates the vb file. When I compile the vb file with vbc I get a tonne of errors such as the namespace componentmodel cannot be found. The ...
|
| Deployment | 24 Mar 2005 12:21 GMT | 6 |
I want to deploy my Web service to http://www.mydomain.com/MyWebService.asmx Where can I set DNS in Web setup project ? I.e. I want my setup project will configure host header value to http://www.mydomain.com/MyWebService.asmx for target IIS.
|
| Slow creation of new WS + session states | 24 Mar 2005 12:15 GMT | 2 |
I have a two-folded question : 1) Do I need to create a new Webservice each time I want to make a call to a method from a different form? (it's pretty slow!) I have an application on .NetCF with different forms; I wish to know whether I can just create a
|
| need to help to copy file from server to client through webservices | 24 Mar 2005 05:36 GMT | 1 |
(Type your message here) Hi, I have to download a file from the server to the client using webservices. Its an xml file. Any help would be appreciated.
|
| Web Method returns array of custom type : casting error | 24 Mar 2005 02:14 GMT | 7 |
My ASP.NET Web Service project has a Web Method that returns an array filled with instances of a custom class. The custom class is defined in a Class Library that is included in the web-service project.
|
| WSE2 Advice | 23 Mar 2005 20:52 GMT | 2 |
I need some advice on the the architecture of a Web Services applciation. I need to build a distributed application that handles the processing of a large amount of real time data. The web service will allow clients
|
| "object reference not set to an instance of an object" w/ unmanaged DLL call. | 23 Mar 2005 20:28 GMT | 2 |
I have an ASP.Net 1.1 web service running on a Win2K Server machine under IIS 5.0. Within the web service project, I have a class whose only purpose is to define the interface to an unamanged DLL. I use the DllImport attribute
|
| Can server call client? | 23 Mar 2005 19:30 GMT | 1 |
I'm novice in web servers. We trying to understang, why we should move to Web Services. now I can make web service and client, which can call server and receive answer.
|
| "Object reference not set to an instance of an object." after constructor fires | 23 Mar 2005 19:12 GMT | 1 |
Working on a W2K3 box with Framework version 1.1.4322 here. I've implemented a Web service in VB.NET by generating a server skeleton off the WSDL and overriding the abstract class. This Web service operates correctly. To conform to standards set by our group recently, I ...
|
| KerberosToken2 Error Question | 23 Mar 2005 18:59 GMT | 5 |
I'm attempting to sign a message with a KerberosToken2 and then call a service on a Windows XP SP2 machine. The docs say that the MACHINE.CONFIG file on the Windows XP machine must have the user ID set to "SYSTEM". This works fine.
|
| .NET WebServices Newbie Compilation Error! (imports adodb) | 23 Mar 2005 18:37 GMT | 5 |
I am trying to use the ADODB functionality of a legacy ASP RecordSet. Why you may ask, I have my reason's, I will reply! I have read all over the Net how easy it is to use Visual Studio to do this, I do not have this luxury! What are the lines of code I need to use to to
|
| Cannot serialize interface ADODB.Recordset | 23 Mar 2005 17:47 GMT | 1 |
When returning an ADO Recordset via Web Services I get the following error: Cannot serialize interface ADODB.Recordset Any Ideas?
|
| What is the best token for me to use? | 23 Mar 2005 15:11 GMT | 6 |
Hi, I would like some advice on the best option to take for securing my web services. My situation is this. I have a number of services which will be called by domain users. I must be able to authenticate them in the default
|