damienbeaufils / soap-client-with-cxf-using-play

Implementing a SOAP client with CXF using Play Framework 2.x
Other
11 stars 6 forks source link

Added global jaxb binding to generate simple binding #4

Closed pranavbhalla89 closed 7 years ago

pranavbhalla89 commented 7 years ago
  1. Added global jaxb binding to generate simple binding instead of element based ones http://stackoverflow.com/questions/12508741/jaxb-generating-jaxbelementstring-instead-of-string

@damienbeaufils Found your article really helpful, did some add-ons for my project, please merge if it looks useful

damienbeaufils commented 7 years ago

Thank you! I often update bindings to have simple elements instead of JAXB elements, I forgot to do this here!