[jboss-user] [JBossWS] - Re: String[] and jax-ws

2007-12-07 Thread [EMAIL PROTECTED]
"Christy" wrote : Hello to everybody! | I use JBoss 4.2.0.GA. I wrote web service and its method uses java.lang.String[] as input parameter. I generated stubs using wsconsume. But when I try to invoke this method type of input parameter is net.java.dev.jaxb.array.StringArray, not java.lang.St

[jboss-user] [JBossWS] - Re: String[] and jax-ws

2007-12-06 Thread shoeb1981
I've not worked much with web service. Here is my speculation only. When you use web services, your use XML to communicate with the client. Not all the java in-build types are provided by xml schema (be a DTD or XSD). In this case, you are returning Stringp[] array. There probably be no corres