Hi, 
I am using the CXF HTTP binding for my application. I want to add some more
attribute to my xml element. 

output is: 

<?xml version="1.0" encoding="UTF-8" ?> 
- <QueryResult xmlns="http://webservice.com";> 
- <result> 
  </result> 
  </QueryResult> 

I need something like the following 

<?xml version="1.0" encoding="UTF-8" ?> 
- <ResultSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
="http://webservice.com";  type="web" totalResultsAvailable="94300000"
totalResultsReturned="3" firstResultPosition="1" >
- <Result> 
    </Result> 
  </ResultSet> 


something like the dynamic generated values. 
Can anyone help me on this. 
Thanks inadvance
-- 
View this message in context: 
http://www.nabble.com/add-more-attribute-to-my-XML-element-tp14328931p14328931.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to