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

  • Home
  • SEARCH
  • 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 8979007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:44:41+00:00 2026-06-15T19:44:41+00:00

I am using wsimport to generate my JAX-WS client from a WSDL file (which

  • 0

I am using wsimport to generate my JAX-WS client from a WSDL file (which is also generated), and am having a problem where it is generating an enumeration on the client side that does not match the server side.

The applicable snippet from my WSDL file shows the correct entries:

<xs:simpleType name="type">
  <xs:restriction base="xs:string">
    <xs:enumeration value="BLAH_99X"/>
    <xs:enumeration value="BLAH_123"/>
    <xs:enumeration value="BLAH_ABC"/>
  </xs:restriction>
</xs:simpleType>

The applicable portion of the generated enum for the client is:

@XmlType(name = "type")
@XmlEnum
public enum Type {
    @XmlEnumValue("BLAH_99X")
    BLAH_99_X("BLAH_99X"),
    BLAH_123("BLAH_123"),
    BLAH_ABC("BLAH_ABC");
}

I would have expected that the enum items generated for the client would match the ones from the server side (and in the WSDL). However when you look it generates them all correctly other than the first item which generates as BLAH_99_X and then is mapped to the correct value.

Is there any real reason it has to generated that item the way it did? Has anyone else run into this and how to make it generate correctly?

Update

I added a crazy value (T1A32BCS12) to my enumeration just on a hunch, and it generated T_1_A_32_BCS_12("T1A32BCS12") as my enum item in the client code. So, it seems that anytime you have a letter and a number side-by-side wsimport is inserting an underscore between them. Is this a bug in wsimport? It seems that there isn’t a logical reason this should happen.

  • 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-15T19:44:42+00:00Added an answer on June 15, 2026 at 7:44 pm

    In the interest of keeping things clean and not having pointless open questions around… this apparently is actually a bug in JAX-WS RI 2.2.7. As far as I have found there is no workaround to it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm generating Java from WSDL using wsimport (JAX-WS 2.1.3) and need to make it
I have a strange problem. Using wsimport I generated als JAX-WS Code from a
The generated classes from my WSDL using wsimport are not having equals() and hashcode()
I have a WSDL file for a web service. I'm using JAX-WS/wsimport to generate
I'm generating a client for a SOAP 1.2 service using wsimport from the jaxws-maven-plugin
Using Java 1.6 wsimport I generated source from a WSDL for a web service.
I am using jax-ws's wsimport to generate java classes from WSDLs. I am using
i am using wsimport to import the wsdl File from a server. Here is
I'm using Websphere 7 . Using existing WSDL, I've created WS client using wsimport
I am using the wsimport ant task of JAX-WS to generate sources based on

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.