Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Services from Vista
Message
De
23/08/2007 23:07:37
 
 
À
23/08/2007 22:59:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Divers
Thread ID:
01250082
Message ID:
01250083
Vues:
17
I'm getting SOAP errors trying to connect to a WCF web service running on localhost. My first thought it that the SOAP Toolkit doesn't work properly on Vista. I can consume the WSDL and generate the Intellisense scripts and program stub. The error happens when I try to call the web service. Anyone know why I'm getting errors?

Hi, Craig,

I'm able to consume a WCF web service on Vista using VFP - here's the code that I have:
loWSHander = NEWOBJECT("WSHandler",HOME()+"FFC\_ws3client.vcx")

loBasicHttpBinding = 
    loWSHander.SetupClient("http://localhost/WCFDemo/Service.svc?wsdl",
                                    "DemoService", "BasicHttpBinding_IMyService")
Is that what you're doing? What kind of error are you getting, and what does your web.config file look like?

kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform