cancel
Showing results for 
Search instead for 
Did you mean: 

How to write data into xml through web service

Former Member
0 Kudos

Hi,

I have a requirement to write the data into xml through a web service .send me related links and sample code if any.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi kiran,

write the data into xml : We need suitable set of java Beans for handling WebService Data.

However, there are cases when you may prefer an alternate mapping, or when there just isn't a well-defined mapping for your particular schema construct (xsd:choice is a common example). For these cases, IBM® WebSphere® has introduced a new feature called Custom Data Binding that allows you to integrate alternate data binding technologies like JAX-B, EMF/SDO and XML beans, as well to define your own XML schema to Java mappings. This article provides an overview of the technology and how you can get started integrating it into your application.

GO THru THis Links :

http://www-128.ibm.com/developerworks/websphere/library/

techarticles/0601_gallardo/0601_gallardo.html.

Hope It Helps.

Thanks

Varun CN

Former Member
0 Kudos

Hi,

Try out this link:

http://www-128.ibm.com/developerworks/views/webservices/libraryview.jsp?type_by=Articles

Hope you will find your answer here.

Regards,

Tanveer.

Please mark if found useful.