3 Replies Latest reply on Jun 26, 2006 4:33 PM by jason.greene

    String[] & jsr181

    perrucci

      Hi all,

      I'm using jbossws and jsr181 and I'm trying to expose the method

      @WebMethod
      public String[] test()
      {
      return new String[] { "a b c", "1 2 3"};
      }

      JBossWS maps the return type of the method using the type 'xsd:NMTOKENS' which break the strings containing spaces.
      How can I solve the problem?

      Thank you
      Paolo