Hi Robert,
I think you can take advantage of SOAP logic sheets:
http://wiki.apache.org/cocoon/SOAPLogicsheet
If you need something more sophisticated, you can also write your own cocoon component. For a "quick and dirty" solution, it's possible to create a Java class that sends a soap request via HTTP (that's how the logic sheet is implemented btw) or employs, say, AXIS.
Then, the results can be serialized into WML, or anything else, depending on what your needs are.
Sincerely, Nick Goupinets.
Robert Simmons Jr. wrote:
I was looking for examples of how to make my applications SOAP available. I have a web app for people to set up their subscriptions to information wires. But I would like them to be able to access this via their PDA using SOAP.
Can someone point me in the right direction?
-- Regards -- Robert Simmons Jr.
Author: Hardcore Java, Published March 2004 by O'Reilly
http://www.oreilly.com/catalog/hardcorejv/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
