facebook

Error generating services

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

    Marek Pribyl
    Member

    This message has not been recovered.

    #278009 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #278023 Reply

    Marek Pribyl
    Member

    This message has not been recovered.

    #278441 Reply

    Marek Pribyl
    Member

    ticket on xfire jira seems to be related to the problem:
    http://jira.codehaus.org/browse/XFIRE-1028

    #279656 Reply

    cgage
    Member

    Yup, Xfire has a bug in their string conversrion code, just as the previous post pointed out.
    The offending line in the code of the first poster is:
    <xsd:element maxOccurs=”1″ minOccurs=”1″ name=”GUID” nillable=”true” type=”xsd:string”/>
    It complains with a string index out of range: 4
    That is the lenght of the name “GUID”.
    Change the case of one or more characters to lowercase and it should run fine.
    XFire 1.2.6 still has many more hidden bugs to catch you off guard.

    Charlie

    #280001 Reply

    Marek Pribyl
    Member

    I changed it to lowercase and there is no exception anymore. thanks for advice.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Error generating services

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