| Thread | Last Post | Replies |
|
| VBA web services call not working in office XP | 18 Jun 2004 10:39 GMT | 1 |
I am calling a web service call from VBA and it is working good with the machines having office 2003. I tried to run the same excel template from office XP machine but it is not working. When i checked the Tools-->references it says
|
| Creatina a Webservice | 18 Jun 2004 06:38 GMT | 1 |
I need to create a DB2 connector webservice. I have all the necessary code. When distributing the webservice, is it an actual DLL or is some type of text file that anyone can view its contents? Thanks
|
| How to make a webservice available to majority of platforms? | 18 Jun 2004 06:37 GMT | 1 |
I'm new to webservices but not .Net and was wondering if anyone could give suggestions on how to build a service that would be available to ColdFusion clients (internal) as well as unknowns (internet). I think in most cases my problem is understanding how best to pass
|
| Web Service only offers SOAP, where did HTTP-POST go? | 17 Jun 2004 20:57 GMT | 1 |
Hi, I'm working on a problem where a web service is showing support only for SOAP requests on the deveopment windows 2k3 server, yet on my development box, XP Pro, the Service Description page for each operation shows both HTTP Post AND SOAP as being available.
|
| Serialization with XmlSerializer: how to set the XML root node to something different from <ArrayOfClassname>???? | 17 Jun 2004 17:51 GMT | 3 |
when serializing an array of elements of a class Classname using XmlSerializer.Serialize() I get an XML like the following: <?xml version="1.0"> <ArrayOfClassname>
|
| Generating the Web Service code from C# class. | 17 Jun 2004 15:29 GMT | 4 |
I have a C# class and I have to expose it through a Web Service, but I don't want to write the Web Service, is there a generator that can produce the .asmx file based on my .cs file? Thanks
|
| WebService newbie - contenttype problem | 17 Jun 2004 13:11 GMT | 2 |
Wrote a very simple webservice. Trying to test with this simple VB Script client: dim soapClient set soapClient = createobject("MSSOAP.SOAPClient")
|
| Possible to add a Progress Bar to a Client consuming a slow Servic | 17 Jun 2004 10:18 GMT | 2 |
Hello all. I have a Web Service written with VS .NET that takes up to a minute to process WebMethod calls from a client, due to the Service accessing and searching a large XML file (King James Bible). I would like to have a Progress Bar in the Client to show how far along the ...
|
| SOA - new paradigm or snake-oil ? | 17 Jun 2004 10:10 GMT | 1 |
Service Oriented Architecture (SOA) - a great new paradigm, or just this years marketing snake-oil for middleware vendors ? Now don't get me wrong, integration of loosely coupled web-services across applications and organisations to achieve higher level business
|
| visual studio .net walkthrough | 17 Jun 2004 04:34 GMT | 1 |
I have completed the walkthrough on creating and consuming a web service. Worked fine on my local machine. I then did a project copy to my web host. When I try to access the web service using the aspx program it gives
|
| How to handle common/routine exceptions? | 17 Jun 2004 02:06 GMT | 2 |
There seems to be common agreement that all Web Service exceptions should be passed to the client as a SoapException. I do this but even when raising a custom soap exception the throw command returns information about private methods/line numbers etc.
|
| DTS web service problem | 16 Jun 2004 17:57 GMT | 6 |
I'm trying to create a web service that will allow a remote authenticated user to start a DTS package. I've created the web service method as follows; [WebMethod] public bool TestDTS(string serverName, string packageName)
|
| Calling COM+ in a WebService | 16 Jun 2004 17:46 GMT | 7 |
Can I get a sample on how to call a com+ componant in a webservice, please? This is what I have so far and I am getting an error Run-time exception thrown : System.NullReferenceException - Object reference not set to an instance of an object.
|
| webservice failover | 16 Jun 2004 04:27 GMT | 2 |
I have a web service (WS-A) running on multiple machines on a web farm and each of WS-A is calling another web service (WS-B) where its path is defined in the web.config file of WS-A. How can I implement failover for WS-B? i.e. if WS-B fails on one machine how can I tell WS-A on ALL ...
|
| Making enum visible to client ?? | 16 Jun 2004 01:19 GMT | 1 |
how can I make an enum type visible to a WebService-client ? Here's what I mean : declaring a class in the WebService : public class MyClass
|