Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
.NET Framework GroupsView
.NET Distributed_Apps
.NET
.NET ADO.NET
.NET ASP.NET
.NET ASP.NET Security
.NET ASP.NET Webcontrols
.NET ASP.NET Web Services
.NET Clr
.NET Compact Framework
.NET Drawing
.NET Interop
.NET Performance
.NET Web Services
.NET Windows Forms
.NET Windows Forms Controls
.NET General
.NET Csharp
.NET Visual Basic
.NET Vc
.NET Security
.NET Xml
Vsnet Debugging
Xml
Xsl
Scripting Jscript
Scripting Visual Basicscript
Scripting Wsh
Smartphone Developer
Visual Basic Com
Visual Basic Controls
Visual Basic Crystal
Visual Basic Database Ado
Visual Basic Syntax
Visual Basic Winapi
Vc Atl
Vc Debugger
Vc Language
Vc Mfc
Vc Stl
Visio Developer Visual Basica
Windowsce Embedded Vc
Windows Powershell
Visual Basic Vista Compatibility
Deployment Server
.NET Micro Porting

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

Microsoft NET Web Services
 Ask A New Question    

SOAP Error 424 - Object Required
Hi! I am calling a webservice but it throws an error: Error 424 - Object required. Here is my code: Set soapClient = CreateObject("MSSOAP.SoapClient30") soapClient.ClientProperty("ServerHTTPReques... on 18-Nov-09
Strange web service problem
Hi, I have one question. My web application is calling web service on different server. Let say it's calling the method DoMe(string):string. The execution of that method in web service is 1 se... on 16-Nov-09
Need Help, Trying to learn WCF
Hi All, I am hoping that maybe someone can help me out. I am trying to learn how to create and use A WCF service. Right now I have a windows application that does some room calculations, I send a ... on 15-Nov-09
Get XSD from WSDL
Hi all, until now WSDL was enough for our web service consumers, but today we recived demand that we supply XSD file for our web service. When creating new web service you get wsdl desctiption if yo... on 12-Nov-09
Precompile a Web Service?
I wrote a web service and deployed it to our server. The web service itself works great, but I have noticed that when you first call it there is a bit of a delay, but from that point on it is practi... on 05-Nov-09
WCF Services and Generic Methods Alternative
I have a simple WCF service defined below. This service uses the NetDataContractSerializer since we share classes from Server to Client. [ServiceContract] public interface IGenericService { [Operat... on 04-Nov-09
System.Timers and Web service
Hi, I have been trying to get this to work for quite some time now. This is my goal: When my application starts, it has to call a web service immediately, and setup a timer to call the same method e... on 05-Nov-09