Hi!
I am new to web-services and required to know, a couple of things about them:
1. How do I write a web-service and enable it, so that someone (For the time-being, I) can invoke it.
2. How do I invoke a web-service and what are the parameters, I require from the creator of the web-service to invoke it?
3. How do I use UDDI to search for "all vendors that provide shipment from a source to a destination" to get results like FedEx, APS, etc?
4. I am also confused about where JAXB and JAX-RPC fit into the picture of creating a web-service.
I will be most obliged, if anyone could give me pointers in this direction.
Thanks and regards,
Pramod Mundhra
-
How do I invoke a web-service (4 messages)
- Posted by: Pramod Mundhra
- Posted on: September 02 2004 07:56 EDT
Threaded Messages (4)
- How do I invoke a web-service by Zurdo 1119 on September 02 2004 10:25 EDT
- How do I invoke a web-service by Debu Panda on September 03 2004 15:20 EDT
- How do I invoke a web-service by Krishna Kurra on September 05 2004 20:35 EDT
- How do I invoke a web-service by Michael Foley on September 16 2004 11:10 EDT
-
How do I invoke a web-service[ Go to top ]
- Posted by: Zurdo 1119
- Posted on: September 02 2004 10:25 EDT
- in response to Pramod Mundhra
Demos, tutorials, how to, forums:
http://www.oracle.com/technology/tech/webservices/index.html -
How do I invoke a web-service[ Go to top ]
- Posted by: Debu Panda
- Posted on: September 03 2004 15:20 EDT
- in response to Zurdo 1119
Here is an article I wrote for Exposing EJB as an web service
http://www.javaworld.com/javaworld/jw-08-2004/jw-0802-ejbws.html
Here are few web services articles written by my co-worker Mike Lehman
http://www.oracle.com/technology/oramag/oracle/04-jan/o14dev_web.html
http://www.oracle.com/technology/oramag/oracle/04-mar/o24dev_web.html
regards
Debu -
How do I invoke a web-service[ Go to top ]
- Posted by: Krishna Kurra
- Posted on: September 05 2004 20:35 EDT
- in response to Pramod Mundhra
-
How do I invoke a web-service[ Go to top ]
- Posted by: Michael Foley
- Posted on: September 16 2004 11:10 EDT
- in response to Krishna Kurra
Two really quick and easy ways to invoke a web service:
1) MindReef SoapScope. A great tool to have when working with web services.
2) WSIF. A very easy to use framework for dynamically invoking web services.
Mike