Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 92396 invoked from network); 28 Apr 2004 11:50:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Apr 2004 11:50:22 -0000 Received: (qmail 41257 invoked by uid 500); 28 Apr 2004 11:50:20 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 41245 invoked by uid 500); 28 Apr 2004 11:50:20 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 41228 invoked from network); 28 Apr 2004 11:50:19 -0000 Received: from unknown (HELO relay.pair.com) (209.68.1.20) by daedalus.apache.org with SMTP; 28 Apr 2004 11:50:19 -0000 Received: (qmail 88575 invoked from network); 28 Apr 2004 11:50:19 -0000 Received: from unknown (HELO SusanthaNB) (220.247.245.68) by relay.pair.com with SMTP; 28 Apr 2004 11:50:19 -0000 X-pair-Authenticated: 220.247.245.68 From: "Susantha Kumara" To: "'Apache AXIS C User List'" Subject: RE: Does Axis c++ support SOAP Arrays? Date: Wed, 28 Apr 2004 07:50:08 +0600 Message-ID: <000001c42cc3$251c40f0$0a65a8c0@SusanthaNB> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal In-Reply-To: <20040428123650.3edeb798.paternes@cli.di.unipi.it> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This wsdl is wrong.. --- Susantha -----Original Message----- From: Andrea Paternesi [mailto:paternes@cli.di.unipi.it] Sent: Wednesday, April 28, 2004 4:37 PM To: axis-c-user@ws.apache.org Subject: Does Axis c++ support SOAP Arrays? Good morning, I am trying to compile this attached WSDL but i can't understand what is wrong with it. The error it gives is : java.io.IOException: Type {http://andromeda.di.unipi.it/Prova2.wsdl}Struttura is referenced but not defined. at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTab le.java:522) at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:422) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:4 08) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:3 93) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245) at java.lang.Thread.run(Thread.java:534) Exception in thread "main" org.apache.axis.wsdl.wsdl2ws.WrapperFault: Type {http://andromeda.di.unipi.it/Prova2.wsdl}Struttura is referenced but not defined. at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.(WSDL2Ws.java:105) at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(WSDL2Ws.java:644) Seems to me that the SOAP Array is not supported by the compiler. Any clues? Thank you. Andrea Paternesi.