Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Consuming Coldfusion/Axis WS
Message
From
09/02/2008 10:12:35
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
08/02/2008 13:04:41
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 7
Database:
MS SQL Server
Miscellaneous
Thread ID:
01290855
Message ID:
01291049
Views:
21
This message has been marked as the solution to the initial question of the thread.
Hi Bruno,

XMLTOCURSOR function needs a string as parameter and you tried to pass an object.
Try to explore the object. Thus:
Messagebox(lcXML(1).Item(1).Text)
I received a message error "Authentication Error" (and other details) because I have no user and password for access.
Good luck!


>Hi all,
>
> i'm trying to consume a WS in Coldfusion/AXIS. I hit the WS but I'm getting an error when receiving the response.
>
>Code:
> oProxy = CreateObject("MSSOAP.SOAPClient30")
> oProxy.MSSoapInit("http://sp-s3g.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl","","","")
>
> lcXML = oProxy.getMemberPointsAvailable(user,password,"123")
>
> messageBox(lcXML)
>
> XMLTOCURSOR(lcXML,"xproviders",0)
>
> BROWSE
>
> RELEASE oProxy
> ----
> I get an (Object) message and then the "Function argument value,type, or count is invalid" message.
>
> Could you Please help me?!
>
> Thanks in advance!
> Bruno
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform