Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 78965 invoked from network); 16 May 2006 16:07:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2006 16:07:47 -0000 Received: (qmail 9314 invoked by uid 500); 16 May 2006 16:07:36 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 9239 invoked by uid 500); 16 May 2006 16:07:35 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 9211 invoked by uid 99); 16 May 2006 16:07:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 09:07:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 09:07:34 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 096B77141F8 for ; Tue, 16 May 2006 16:07:07 +0000 (GMT) Message-ID: <24644109.1147795627035.JavaMail.jira@brutus> Date: Tue, 16 May 2006 16:07:07 +0000 (GMT+00:00) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-742) RPCMessageReceiver and javabeans array In-Reply-To: <15024776.1147787406461.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-742?page=all ] Deepal Jayasinghe reassigned AXIS2-742: --------------------------------------- Assign To: Deepal Jayasinghe > RPCMessageReceiver and javabeans array > -------------------------------------- > > Key: AXIS2-742 > URL: http://issues.apache.org/jira/browse/AXIS2-742 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Components: wsdl > Versions: 1.0 > Environment: JDK1.4.2 Tomcat5 WindowsXP > Reporter: Kinichiro Inoguchi > Assignee: Deepal Jayasinghe > Attachments: ArrayJavaBeans_src.zip > > I'm testing RPCMessageReceiver with java class > that receives array of javabeans and returns array of javabeans. > package test; > public class ArrayJavaBeans { > public testServiceOut [] testService(testServiceIn [] > inParam) { > testServiceOut [] outParam = new testServiceOut[inParam.length]; > return outParam; > } > } > After deploy this service, I tried to generate proxy code from .NET, > but I got errors like these; > The document at the url http://localhost:8080/axis2/services/ArrayJavaBeans?wsdl was not recognized as a known document type. The error message from each known type may help you fix the problem: > - Report from 'WSDL Document' is 'There is an error in XML document (1, 490).'. > - Invalid URI: The format of the URI could not be determined. > - Report from 'DISCO Document' is 'Discovery document at the URL http://localhost:8080/axis2/services/ArrayJavaBeans?wsdl could not be found.'. > - The document format is not recognized. > - Report from 'XML Schema' is 'Expected Schema root. Make sure that the root element is and the namespace is 'http://www.w3.org/2001/XMLSchema' for an XSD schema or 'urn:schemas-microsoft-com:xml-data' for an XDR schema. An error occurred at , (1, 2).'. > It seems something wrong with WSDL generated by Axis2. > Does anyone know about this problem ? > Is there any way to avoid this trouble ? > I attached sourcecode, services.xml and generated wsdl. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira