aspose file tools
The moose likes Web Services and the fly likes How to convert a database table record to SOAP XML message Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to convert a database table record to SOAP XML message" Watch "How to convert a database table record to SOAP XML message" New topic
Author

How to convert a database table record to SOAP XML message

thomas jacob
Ranch Hand

Joined: May 19, 2005
Posts: 91
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

Joined: Sep 11, 2006
Posts: 959

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to convert a database table record to SOAP XML message
 
Similar Threads
convert existed database to record store
convert of text into xml
XML and SOAP Attachment
SOAP message
how to upload images