Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / June 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
VBA web services call not working in office XP18 Jun 2004 10:39 GMT1
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 Webservice18 Jun 2004 06:38 GMT1
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 GMT1
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 GMT1
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 GMT3
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 GMT4
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 problem17 Jun 2004 13:11 GMT2
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 Servic17 Jun 2004 10:18 GMT2
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 GMT1
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 walkthrough17 Jun 2004 04:34 GMT1
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 GMT2
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 problem16 Jun 2004 17:57 GMT6
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 WebService16 Jun 2004 17:46 GMT7
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 failover16 Jun 2004 04:27 GMT2
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 GMT1
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
Pages: 1 2 3 4 5 6 7 8 9 10 May, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.