| Thread | Last Post | Replies |
|
| Typed dataset returned from webservice incorrectly defined in proxy - null value problem | 20 Jan 2004 02:52 GMT | 1 |
I have a web service that has a xsd defined for a dataset. The xsd has all of the proper tables/elements, constraints, relations, etc. and works fine from the webservice standpoint. I have also defined certain elements in the xsd to return empty when null.
|
| How to return a cleaner XML structure using Dataset? | 20 Jan 2004 00:23 GMT | 3 |
I'd like to return the results of a stored procedure in a web service, and want to know if there is a way to present a "cleaner" XML structure when returning a dataset. Right now, my class is structured like:
|
| SOAP Extension Attribute with overloaded constructor | 20 Jan 2004 00:21 GMT | 1 |
I'm creating a custom soap extension and i've got my two classes that inherit from SoapExtension and SoapExtensionAttribute respectivly. I've wrtitten my custom attribute to have an overloaded constructor to take a filename string. The problem is that i cant figure out how to ...
|
| Problem using Assembly.LoadFrom within a web service | 19 Jan 2004 14:03 GMT | 7 |
I am using Assembly.LoadFrom within a web service to load assemblies from a web site. This web site is in the same machine where I am running the web service. The Assembly.LoadFrom(httpsite) method throws a file not found exception.
|
| Have to Be A Virtual Directory? | 19 Jan 2004 13:50 GMT | 5 |
I have a project named NET. It has .aspx and one .asmx files. This NET is a virtual directory and application in IIS: - All .aspx and one .asmx and their .vb files are located at the root level of NET.
|
| Web Service Adv and disadv | 19 Jan 2004 13:29 GMT | 3 |
Hi I am planning to use Web Service a as a part of my project development. I need some input 1)How is asynchronous web service call better/inferior than a threaded web service call
|
| System.Net.WebException occurred in system.web.services.dll - HTTP status 405: Method not allowed. | 18 Jan 2004 10:55 GMT | 3 |
Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a web service method hosted on a Tomcat web server? How to resolve such issue? I've used the Visual Studio.NET IDE to add a web
|
| Web Services Future | 16 Jan 2004 22:45 GMT | 1 |
Where can I find good information about 1. Web Services future, vision, development direction, enhancements. 2. Succesful solutions using Web Services, business cases. 3. Web Services role in a software development
|
| Performance Question and .... Please assist | 16 Jan 2004 19:37 GMT | 3 |
I have a couple of questions. Please jump in and provide your comments and views. First, does the webservice not behave as a normal webpage? Here is my reasoning:
|
| xml and sql server | 16 Jan 2004 19:18 GMT | 1 |
how to get the sql server data through xml code
|
| Windows Server 2003/IIS 6.0/ASP.NET "Could not find a part of the path" | 16 Jan 2004 14:51 GMT | 2 |
I have an ASP.NET web application running on a load-balanced Windows Server 2003 web farm running IIS 6.0, using Active Directory authentication. I'm trying to programmatically create a new directory on a different server in the same domain. Before we switched to 2003,
|
| Passing SqlDataReader thro a web service... | 16 Jan 2004 07:05 GMT | 3 |
I was trying to generate a c# proxy file which contained a web method that returned SqlDataReader but the wsdl http://localhost/etc etc said it wasn't able to do the necessary reflection, does anyone know anything about this? I can supply more info if needed.
|
| STATUS_INVALID_HANDLE | 16 Jan 2004 06:29 GMT | 5 |
I have created an ASP.NET webservice. The webservice is accessed from a flash movie created with Flash MX 2004 Professional. I'm experiencing
|
| Passing Parameters into NEW() | 15 Jan 2004 22:33 GMT | 9 |
Is there any way that the NEW() of a web service can accept parameters ? I would like to pass a boolean to indicate to the webservice that I am in test mode or live mode. This will give me the ability to set up which Database I want to use on the back end. If I cannot do it this ...
|
| WebService ??? Returning an Object | 15 Jan 2004 17:17 GMT | 1 |
H I have a WebService calling a Method in a Remote Object. The Remote method Returns an Object. This Webservice also returns the same object. All things are working fine when this Web Service is running in a Windows XP. But when I am trying to run the same webservice in a Windows ...
|