Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use Web service from VFP
Message
 
 
À
04/11/2009 14:07:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Divers
Thread ID:
01433182
Message ID:
01433354
Vues:
92
See if you can use Rick's wwSoap class http://www.west-wind.com/wwSOAP.asp

>The following code is JScript that use SSRS Web Service:
>SoapHeaderAttribute("ServerInfoHeaderValue", Direction=SoapHeaderDirection.Out)
>SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetReportParameters", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)
>public function GetReportParameters (
> Report : String,
> HistoryID : String,
> ForRendering : boolean,
> Values : ParameterValue[],
> Credentials : DataSourceCredentials[]
>) : ReportParameter
>
>Can someone please guide me how to use this WS from VFP?
>
>TIA
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform