I have been using VFP for several years to send XML with WebService (WS) and it has worked well.
Now I have to make another WS call to send another XML. I will use the same WS but another method.
But it's not working well and the XML is not delivering properly.
I thought I could use the same way...
I need some help for my web service call.
I'm using WebService created in .NET and I'm calling it with VFP.
The thing is I had a web service call that works fine but some changes were made and now I have to use IP address.
At first it was something like this...
I just want to let you know how this problem of mine is going and I want to start by thanking you all, who commented, for your help.
What I did was I replaced this text :
loWSHandler = NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+"FFC\")+"_ws3client.vcx")
loGatewayService =...
Thank you Steve and Mike for your comments
The Web Servide is IP-protected so I can't send you the url.
But I could send you by e-mail files that includes the out come of the url.
I also try to send the files as attachment with this reply but if it doesn't work than I could send you it by...
Thanks Olaf for your reply and suggestion
I watched the video and it seems to be a cool tool.
But I don't think it can help me with my problem.
I also tried to use XMLAdapter but the same error appear
This is how I used it :
LOCAL oXMLAdapter as XMLAdapter
oXMLAdapter =...
Thanks again Cetin
It will be good to have samples of how to do it in .NET. The address that I'm using is IP-protected so I can't send you the address. And as you can see in the codes above all values are strings except for the XML (XMLDOMNodeList).
Later this week would be fine. I have been in...
Thanks Cetin for your response
I tried to create and send an XML node list like you suggested but the same error pops up.
I have thought about turning to .NET but being a VFP programmer I want to try to solve this in VFP. Also my client is using VFP program where this XML should be send from...
Thanks Mike for your quick response
SendXML() is a method from the web service that I'm calling.
The parameters are :
User AS string
UserPwd AS string
service AS string
receiver AS string
xml AS XMLDOMNodeList
UserMessage AS string
This is the syntax information given when I look at this...
Hi everybody
I'm using WebService created in .NET and I'm calling it with VFP9.
There are two methods that I'm gonna use.
One to receive data and one to send data.
The one that I'm receive data works fine but when I try to send I got some problem.
When I look at the method in VFP (in the XML...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.