facebook

wsdl to java String Problem

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260620 Reply

    allanbeck
    Member

    Hi,

    I have a problem when generating java classes from wsdl file using the “Create web service from WSDL document” func. The generated java classes uses JAXBElement<String> instead of String. How do I change this ?

    This is a problem because I don’t want to have to rewrite my code.

    Thanks.

    #260700 Reply

    Riyad Kalla
    Member

    I believe this is correct when using JAXB as it wraps the contents in it’s binding element, but it’s typed as a String, shouldn’t you just be able to treat it like a String?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: wsdl to java String Problem

You must be logged in to post in the forum log in