[jboss-user] [JBossWS] - Re: JBWS-1138 - DOMEnvelopeBuilder misses global namespace d
vadim_s
do-not-reply at jboss.com
Tue Oct 10 17:06:24 EDT 2006
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
More information about the jboss-user
mailing list