Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Web Services
Search Coderanch
Advance search
Google search
Register / Login
Help coderanch get a
new server
by contributing to the
fundraiser
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
Web Services
How to convert a database table record to SOAP XML message
thomas jacob
Ranch Hand
Posts: 91
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I want to convert a database record to a
SOAP
message/ XML payload. How can I go about doing it
Thanks
Freddy Wong
Ranch Hand
Posts: 959
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Read the record from database using
JDBC
and create the XML using that object using something like DOM. Then use any web service framework, such as JAX-WS to send that message across.
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how to upload images
XML and SOAP Attachment
convert existed database to record store
convert of text into xml
SOAP message
More...