I am new to JBoss and deploying web services. I am trying to convert are old web services
from ATG Platform to JBOSS 4.0.5GA. I have eveything converted to work with JBoss. I
have a couple of services deployed and work properly. However I have a couple of services
that do not work because one of the datatypes in the object that is being passed is a
string array. When the array is passed to the server the array is null. I looked at the
wsdl generated and it seems that wsdl generated did not recognize the string array. Here
is the part of the wsdl. Entries is my String Array.
element maxOccurs="unbounded" minOccurs="0" name="entries"
nillable="true" type="string"
When I deployed the service I simply deployed the jar file I did not actually create the
wsdl file using wstools. I let Jboss deploy and generate the wsdl file.
How can I fix this problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052747#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...