| Thread | Last Post | Replies |
|
| Unable to instantiate COM Interop from .NET Web Service | 06 Mar 2007 00:23 GMT | 2 |
I am attempting to use a COM Interop inside my .NET Web Service. This same COM Interop works just fine in a VB.NET application. I've followed the guidance given in http://msdn2.microsoft.com/en-us/library/ms996450.aspx but to no
|
| mixing visual studio and frameworks | 05 Mar 2007 23:43 GMT | 1 |
Running win2k advanced server (IIS 5. 0) with ASP.NET Framework 2.0 installed. I am developing with VS2003. I am trying to make an ASP.NET Webservice and I am having all sorts of trouble.
|
| Webservice suggestions | 05 Mar 2007 23:04 GMT | 5 |
I am brand-new to webservices, but do have programming experience. I created a webservice that looks up the current lottery Jackpot amounts for several lottery games. I was hoping some of you experts could take a look at the webservices and make sure everything is looking
|
| SoapExtension and SoapHeader | 05 Mar 2007 14:39 GMT | 1 |
I need to supply some info in a Soap Header from the client and see it in a Soap Extension on the server in the BeforeDeserialize stage. The value of the header at this stage (inSoapMessage) is null but once in the .asmx the header it is set. Seems to suggest that
|
| Operation time out while debugging XML web services | 05 Mar 2007 13:47 GMT | 7 |
I am consuming a XML web service from an ASP.Net 2.0 application. The The ASP.Net application does not interact with the database directly. The XML web service interacts with the database. I have set breakpoints in my WebForm and my XML web service. Now I start
|
| problems with WebService EnableSession in VS2005 | 02 Mar 2007 22:50 GMT | 4 |
I've got two questions about using the EnableSession property with an ASP.NET WebService: First Question: I'm trying to create a web service with EnableSession=true.
|
| .net client problem invoking Java WS-Urgent! KINDLY REPLY ASAP... | 02 Mar 2007 17:47 GMT | 1 |
1. Web Service is created in Axis 1.1 and the Client is created in .NET v1.1. 2. The .NET Client reads the WSDL File and is able to send the parameters to the Webservice 3. The server is being notified when the web service is invoked
|
| Database Connection | 02 Mar 2007 14:15 GMT | 2 |
I am using MS Visual Studio 2005. I am building a web application. my initial data base connection was to SQL Express. I would like to change to SQL Server. I have defined my database and tables and would like to use them. In my APP_DATA it has file:///D:\ePims\App_Data\ASPNETDB ...
|
| Soaptoolkit 3.0 problem after installing IE 7 | 02 Mar 2007 12:23 GMT | 1 |
I have created application in VS 6, completely written in C++ which uses Microsoft SOAP Toolkit 3.0 to interoperate with C# .NET web services. Application works as a windows service and on a given time connects to the web services. I've already deployed this software on
|
| input type=file does not always work | 01 Mar 2007 22:32 GMT | 1 |
I am using asp.net 2.0. The code below has a special case where it does not work. If I browse to a file or enter a fullpath (i.e. c:\x.x), then the OnServerclick method will be called as expected. This is true regardless of
|
| Configure SSL Encryption Strength | 01 Mar 2007 20:01 GMT | 1 |
Short version: Is there a way to configure (preferably programmatically) the max encryption strength that will be used by the framework when connecting to a particular SSL-protected web service?
|
| Problem with XmlNode type in wsdl file | 01 Mar 2007 19:58 GMT | 1 |
I am trying to return xmlNode from a web method of web service. After publishing, wsdl of the service is not showing any information about the return type if return type is xmlnode. Is there anyway to acheive generation of wsdl having xmlnode information ?
|
| Automated requests to web service | 01 Mar 2007 16:29 GMT | 2 |
I would like to set up a web service that users can request automatically information, it seems to me that web service requests are done using the Post method What is the way to sort it out?
|
| Framework upgrade from 1.1 to 2.0 causes exception | 01 Mar 2007 16:11 GMT | 1 |
I have a web service application which uses 3rd party assemblies. I recently upgraded my solution to use .NET Framework 2.0 instead of .NET Framework 1.1. The 3rd party assemblies that I refer are built on .NET Framework 1.1 (but they are supposed to work under .NET Framework 2.0)
|