| Thread | Last Post | Replies |
|
| Starting Windows Application from .NET Web Service | 31 Dec 2007 15:41 GMT | 2 |
I am developing a .NET web service using Windows Server 2003 and IIS 6.0 which consumes customer information and then attempts to create a new customer account in an accounting application (i.e. QuickBooks). For unattended access to the accounting application, an exception for ...
|
| Connection strings? | 31 Dec 2007 02:59 GMT | 1 |
I have created new web service and inserted connection strings to web.config file: <connectionStrings> <add name="ConnStr" connectionString="XXXXXXXX"/>
|
| WebService logging incoming/outgoing SOAP message | 29 Dec 2007 01:35 GMT | 2 |
I'm developping an application wich has to use a SOAP implementation developped in Delphi (SOAP-server/client). I've downloaded the WSDL and consumed the webservice in my C# project. Some Webmethods work just fine, others don't, I get an Exception 'There is an error in XML ...
|
| Generate WSDL from command line | 29 Dec 2007 01:32 GMT | 5 |
Is this possible to generate WSDL without WEB service deployment? Just during build using command line tool? Thanks
|
| Problems with Microsoft WSDL tool? | 29 Dec 2007 00:50 GMT | 3 |
I am trying to generate a proxy class from a WSDL contract file that has nested levels of elements/attribute groups. It seems the WSDL.exe tool only reads upto a certain nesting level and then it starts ignoring the elements/attributes that are further referenced using the
|
| WCF: WCF service is not visible from clients outside the development computer. | 27 Dec 2007 07:18 GMT | 1 |
WCF service is not visible from clients outside the development computer. I have the following service implementation <services>
|
| "Base Address" Equivalent for WCF Client App.Config? | 27 Dec 2007 02:41 GMT | 1 |
Hi Have I missed something obvious, or is there no way to use the "BaseAddress" pattern in a WCF (.NET 3.0) client configuration file, similar to that offered on the WCF Server?
|
| Problem with xsd.exe | 27 Dec 2007 00:29 GMT | 6 |
>xsd.exe /? Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 2.0.50727.42] Copyright (C) Microsoft Corporation. All rights reserved
|
| Local WebService will not Update | 26 Dec 2007 12:00 GMT | 2 |
I have a asmx webservice that I am using. I am running that locally from within Visual Studio 2005. The client winform has a reference to that local webservice. When I first load my project in VS2005 (using TFS as code management) and try to run my client - it gives an error that ...
|
| WebService logging incoming/outgoing SOAP message | 26 Dec 2007 08:28 GMT | 2 |
I'm developping an application wich has to use a SOAP implementation developped in Delphi (SOAP-server/client). I've downloaded the WSDL and consumed the webservice in my C# project. Some Webmethods work just fine, others don't, I get an Exception 'There is an error in XML document ...
|
| Web Services & firewalls | 24 Dec 2007 03:33 GMT | 2 |
We were calling out to a web service just fine before we put our server behind a firewall. Now we can't call out. Port 80 is open in the firewall. What ports need to be open?
|
| Singleton instance of web service? | 23 Dec 2007 18:18 GMT | 2 |
I'm just curious if it is possible to create a Singleton instance of a Web Service? Currently I create my web services in VS 2005, and then in my applications I add the Web Service via 'Add web Reference', which as you know doubt no is a great and easy mechanism for getting the ...
|
| ASP.NET Web Service? | 21 Dec 2007 04:01 GMT | 6 |
I have this project where I am creating a ASP.NET Web service that's going to be consumed by an application on the Intranet. This Web service will access a SQL Server database, extract data from tables, create XML DOM that's going to be posted to 3rd party Internet Web service.
|
| Design of data classes that are shared between Web Services and Ap | 20 Dec 2007 22:33 GMT | 1 |
Does anyone know of Best Practices for the design of data classes which are read and written from and to the server ? We have a number of web apps that have similar needs and we want to build common data classes that represent the different scenarios.
|
| Web methods in user controls? | 20 Dec 2007 05:44 GMT | 5 |
Is it possible to use Webmethods in user controls (ascx)?
|