Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML and CREATEBINARY problem
Message
From
15/06/2006 09:05:30
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
XML and CREATEBINARY problem
Miscellaneous
Thread ID:
01129254
Message ID:
01129254
Views:
74
I have been able to call a web service from VFP by passing some parameters to it as follows:

oMyWS.aMethod("un", "pw", 1, CREATEBINARY(FILETOSTR("c:\somefile.ext")))

This works fine when I register the web service via VFP's XML Web Services in the Task Pane Manager.

Now I'm trying to use Microsoft.XMLHTTP Send instead but I'm getting stuck on creating the XML string equivalent for the CREATEBINARY() parameter. Does anyone know how I can do this?

TIA
Mike
Reply
Map
View

Click here to load this message in the networking platform