You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/06/27 17:19:40 UTC

DO NOT REPLY [Bug 21098] - java.io.IOException: Type {http://soapinterop.org/xsd}ArrayOfstring is referenced but not defined.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21098>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21098

java.io.IOException: Type {http://soapinterop.org/xsd}ArrayOfstring is referenced but not defined.

dims@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From dims@yahoo.com  2003-06-27 15:19 -------
This is a problem in the WSDL itself. Use wsdl verifier
(http://apps.gotdotnet.com/xmltools/WsdlBrowser/default.asp) to trouble shoot.

#1 - wsdl:arrayType="si:SOAPStruct[]" (add the si prefix)
#2 - the namespace at the top should be "xmlns:si="http://soapinterop.org/xsd/"
(add the trailing '/')

-- dims