Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8131563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:07:39+00:00 2026-06-06T09:07:39+00:00

I have a web service with several methods, each method has its own response

  • 0

I have a web service with several methods, each method has its own response and request (POJO classes).

I want to distribute XSD files to my users, so I have decided to use JAXB to generate the schema files.

My problem is that I want to have individual files (one per service)!!

I have tried JAXB but all I get is a big XSD with all my objects

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T09:07:40+00:00Added an answer on June 6, 2026 at 9:07 am

    When you publish your Web Sevice with JAX-WS, wsdl tells everything what each client’s needs and scopes.

    Anyway.. say JAX-RS?

    You can generate small scope of XSDs for each class or some classes with JAXBContext#generateSchema

    public void generateSchema(final Class<?> classesToBeBound,
                               final OutputStream schemaStream)
        throws JAXBException, IOException {
    
        final JAXBContext context = JAXBContext.newInstance(classesToBeBound);
    
        context.generateSchema(new SchemaOutputResolver() {
            public Result createOutput(final String namespaceUri,
                                       final String suggestedFileName)
                throws IOException {
    
                return new StreamResult(schemaStream) {
                    @Override
                    public String getSystemId() {
                        return suggestedFileName;
                    }
                }
            }
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web service with several web methods, each web method requires client
We have build several web service based on .net. Now we want to create
I have a WCF web service that exposes several business methods. I also have
I have a whole bunch of web services each with several web methods. The
I have an ASP.NET web application. It has a web service, with several web
I currently have a website where I'm hosting a webservice with several web methods,
I have several web service written formerley and deployed on tomcat. Now I am
I have to use several SOAP messages to get data from a web service.
I have web service, which use integrated security in IIS. Now, I want to
When I call, the service's method, I have Web Service Exception happening which I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.