Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 96450 invoked from network); 15 Jun 2005 12:08:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jun 2005 12:08:07 -0000 Received: (qmail 13746 invoked by uid 500); 15 Jun 2005 12:08:01 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 13711 invoked by uid 500); 15 Jun 2005 12:08:01 -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 13672 invoked by uid 99); 15 Jun 2005 12:08:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 05:07:58 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 051A6F5 for ; Wed, 15 Jun 2005 14:07:48 +0200 (CEST) Message-ID: <624309333.1118837268019.JavaMail.jira@ajax.apache.org> Date: Wed, 15 Jun 2005 14:07:48 +0200 (CEST) From: "Ephemeris Lappis (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-2055) AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments --------------------------------------------------------------------------------- Key: AXIS-2055 URL: http://issues.apache.org/jira/browse/AXIS-2055 Project: Apache Axis Type: Bug Components: Serialization/Deserialization Versions: 1.2 Environment: java full version "1.4.2_01-b06" Reporter: Ephemeris Lappis Attachments: axis3.wsdl, deploy.wsdd, http-request.txt, http-response.txt, server-error.txt It seems an axis internal error occurs on the server side, using document/literal style, when processing an operation with the following signature : public int testIntegerPairToInteger(int i1, int i2) The wsdl and wsdd files that are attached seem ok for me, and the sent request too. The error trace on the server side is also attached. Just for information, the same operation is processed without any problem in both wrapped and document styles... I've done another test with an operation like CustomeType operation(CustomeType v1, CustomeType v2) And it seems the problem is similar. No error is produced, but the server class only receives the first parameter, the second one is always null. The http request seems ok : POST /axis3/services/TestServicePort HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.2 Host: 127.0.0.1:81 Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 689 true 13.0 11 12 a true 23.0 21 22 b And the wsdd extract too : But the server class always receives null for the second parameter... See the attachments... -- 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