0 Replies Latest reply on Jun 8, 2007 5:03 PM by tballerstein

    Problem with String Array in WSDL generated in 4.0.5GA

    tballerstein

      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.