Webservice WSDL output/response
hye guys,
for example:
request-
<studentID>1234456</studentID>
nthen the output will show :-
<name xmlns="">myname</name>
<age xmlns="">29</age>
the problem is how i want remove the ( xmlns="" )
so the output should be <name>myname</name>
--
i'm using eclipse IDE, tomcat 5.0 as a server and j2sdk1.4
|