Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Mike Paim #1
Creating a Web Service and Java
I'm working on a project where I've got a ColdFusion website with it's own CF
files and database. I need to communicate to a seperate server that's running a
Java program that communicates to the database. This Java program actually has
logic that I need to leverage such as customer pricing.
I'm thinking that I need to create a web service of sorts. Something like a
custom tag that I can call the tag and ask for what I want. The tag will call
the other server and go retrieve the information I need.
For example:
If I need something simple like Company Name, Address, Phone Number...
How do I create this web service? Are there any good examples out there?
Thanks,
Michael
Mike Paim Guest
-
Java Web Service with Flex
I have created a Enterprise Java Bean that has one "test" method that returns a String. I have compiled, deployed and registered this bean in Sun's... -
consuming java web service
Hi, I'm writting a code in C# which needs to consume a Java-written web service. This service was written in a RPC/Literal way, so I've used a... -
Calling a Java Web Service From C#
Our client has a web service that we need to call to return us information about their customers. We pass in state and customer account number and... -
Web service and Java interop.
I am sorry if this has been asked before but I could not find any specific refereneces to my question We have a web service that is hosted in IIS... -
How to consume a Java Web Service from VB 6
Hi, I am trying to consume a web service (Apache) using wsdl file from vb 6. I have tried Low-Level and High Level calls But I could not...



Reply With Quote

