Web Service Consuming another web service
Hi
I have two EJB web services running, service1 and service2. I can consume either or both from a client.
I am using Netbeans 5.5.1, and can't get service1 to consume service2.
Is this possible, and if so, can you please explain to me how to do this?
In the end I want that the client consumes service1.
Then service1 calls service2.
Then service 2 returns data back to service1,
Then service1 will return data back to the client.
It will be greatly appreciated.
Craig
|