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 155811
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:13:18+00:00 2026-05-11T10:13:18+00:00

I’m trying to consume some .NET web services using JAX-WS. I have generated the

  • 0

I’m trying to consume some .NET web services using JAX-WS. I have generated the Java classes using the wsimport tool. However, when I try to use these (proprietary, not public) web services in Java, I notice that most of the methods and properties provided by the vendor in their C# examples are not avaiable in the generated classes (despite having not encountered any errors when generating the Java classes from WSDL file). Connecting to the web services also works basically.

When I tried to generate a C# class using wsdl.exe from the .NET SDK, all the methods were properly generated.

What would be the best way to consume the .NET web services so that the full functionality would be available in Java, and why does wsimport only generate a small subset of all the methods and properties described in the WSDL file?

Example: in the WSDL file UserManagement.wsdl there is a snippet

 <s:schema elementFormDefault="qualified" targetNamespace="http://www.initechsystems.com/initech7/initechws/'>   <s:element name="UserSecurityContext" type="s2:UserSecurityContext"/>   <s:complexType name="UserSecurityContext">     <s:sequence>       <s:element minOccurs="0" maxOccurs="1" name="Token" type="s2:UserToken"/>     </s:sequence>   </s:complexType>   <s:complexType name="UserToken">     <s:sequence>       <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string"/>     </s:sequence>   </s:complexType> </s:schema> 

In C#, I can access the the UserSecurityContext followingly:

 UserManagement userMgmt = new UserManagement(); userMgmt.UserSecurityContextValue = new SampleWS.UserRef.UserSecurityContext(); 

However, in Java I can create the UserManagement object

 UserManagement userMgmt = new UserManagement(); 

but the generated UserManagement object does not have any accessible object SecurityContext, nor getters or setters for such a private object.

  • 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. 2026-05-11T10:13:18+00:00Added an answer on May 11, 2026 at 10:13 am

    These link might be useful to you:

    • http://java.sun.com/webservices/docs/2.0/tutorial/doc/JAXWS4.html
    • http://java.sun.com/webservices/docs/2.0/tutorial/doc/JAXBWorks4.html#wp82947
    • http://www.google.com/search?hl=en&q=data+type+supported+in+jax-ws&aq=f&oq=

    Also. the answer to another question might help.

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

Sidebar

Related Questions

No related questions found

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.