RE: JIRA     JBWS-1138 
I have same question as above.  The JBoss DOMEnvelopeBuilder seems to miss the 
global namespace declaration for complex objects.

For example:


  | class Student
  | {
  | String getName(){return "test"};
  | void setName(){//no-op};
  | }
  | 
  | @WebService .... bunch of stuff goes here....
  | class StudentService
  | {
  | @WebMethod
  | Student[] getStudentsFriends(Student student)
  | {......}
  | }
  | 


Annotating with @WebParam and @WebResult does not seem to make any difference.

Please help.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977370#3977370

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977370
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to