• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Producing a SOAP web service with Spring BOOT with multiple XSD files

 
Ranch Hand
Posts: 42
Oracle Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I have successfully followed the recommendations described here to create a Web Service using spring boot.
It's very easy but one doubt remained to me: in this example there is just one XSD file containing both Request and Response specifications.
But, how can we manage the case we have separated XSD files, i.e. one Request.xsd and one Response.xsd?
The default DefaultWsdl11Definition class allows to call a method "setSchemaCollection(XsdSchemaCollection schemaCollection)" but I don't understand how to use this one (steps to be performed before calling it)

Does someone know how to do in the case of multiple xsd files?
 
reply
    Bookmark Topic Watch Topic
  • New Topic