|
|
| 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 |
| |
|
|
|