Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 13360 invoked from network); 29 Sep 2005 04:06:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 04:06:12 -0000 Received: (qmail 1230 invoked by uid 500); 29 Sep 2005 04:06:11 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 1122 invoked by uid 500); 29 Sep 2005 04:06:11 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 1109 invoked by uid 99); 29 Sep 2005 04:06:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 21:06:09 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 96E27122 for ; Thu, 29 Sep 2005 06:05:48 +0200 (CEST) Message-ID: <557391380.1127966748615.JavaMail.jira@ajax.apache.org> Date: Thu, 29 Sep 2005 06:05:48 +0200 (CEST) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXISCPP-832) WSDL2Ws does not create server side correctly for wsdls containing attachment types In-Reply-To: <1258042352.1127379989873.JavaMail.jira@ajax.apache.org> 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/AXISCPP-832?page=comments#action_12330772 ] Dushshantha Chandradasa commented on AXISCPP-832: ------------------------------------------------- i fixed this issue. But still there are problems in server side wrapper generation for attachments. i'll close this issue and create a seperate issue for that > WSDL2Ws does not create server side correctly for wsdls containing attachment types > ----------------------------------------------------------------------------------- > > Key: AXISCPP-832 > URL: http://issues.apache.org/jira/browse/AXISCPP-832 > Project: Axis-C++ > Type: Bug > Components: WSDL processing - Doc > Versions: 1.6 Alpha > Reporter: James Jose > Assignee: Dushshantha Chandradasa > > When WSDL2Ws is used to create client side, attachment types like Image, PlainText, Source, octet-stream, and DataHandler are correctly mapped to ISoapAttachment. But when server side is created these attachment types are not mapping to 'ISoapAttachment'. > When WSDL2Ws tool is run against Attachment1.wsdl(available in the wsdl directory), in the client side it creates the following function prototype. > xsd__int put(ISoapAttachment *Value0, ISoapAttachment *Value1, ISoapAttachment *Value2, ISoapAttachment *Value3, ISoapAttachment *Value4, ISoapAttachment *Value5, ISoapAttachment *Value6); > ie all the attachment types are mapped to ISoapAttachment type. > But when server side is created, function prototype looks like > xsd__int put(Image Value0,PlainText Value1,Source Value2,octet-stream Value3,DataHandler Value4,DataHandler Value5,DataHandler Value6); > ie WSDL2Ws uses the same type present in the WSDL as the data type. -- 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