Hi,
If I have a VB6 app that whats to consume a web service what
software is required on the client ?
Thanks
Printable View
Hi,
If I have a VB6 app that whats to consume a web service what
software is required on the client ?
Thanks
???
"consume" a webservice ...
consume like buying ? ...
I think you will need money
(and I'm not talking about Microsoft Money)
I've been thinking about your post ...
I think what you're trying to ask is ...
"What do I need to make my program connect to a webservice?"
Right ?
the answer would be : Winsock
(it's a OCX (Active X object))
Hmm, sorry all, small typeo there, post was supposed to read
What software is required on the client PC (if any) to connect to a web service.
Task ***********************************
---------------------------------------------------------------
1. I wrote a small VB6 app that access some firmware and builds and XML doc.
2. I want to post this xml doc to a web service for processing.
What I know*****************************
---------------------------------------------------------------
1. Developed the web service in Oracles JDeveloper.
2. Web service deployed to OC4J
What I dont know**************************
----------------------------------------------------------------
1. Required software to send SOAP msg
2. How to locate and use web service
Thanks all !