Hi all,

I am using the CXF HTTP binding for my application. I have an issue with the
xml output, can anyone help me on this. Im new to web services.

Here is my query: - example from CXF samples
the output is:

- <Customers xmlns="http://sphsearch.webservice.com";>
- <customer>
  <id>123</id> 
  <name>Dan Diephouse</name> 
  </customer>
  </Customers>

Why is the xml tag missing? <?xml version="1.0" encoding="UTF-8" ?> 
If i am wrong anywhere let me know? 

One more query is, can we change the order of the sub elements.(ie) the name
first and then the id

Please do help me.
Thanks inadvance
-- 
View this message in context: 
http://www.nabble.com/issue-in-HTTP-Binding---Output-xml-tp14271233p14271233.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to