Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 95715 invoked from network); 28 May 2002 16:13:05 -0000 Received: from f167.law10.hotmail.com (HELO hotmail.com) (64.4.15.167) by daedalus.apache.org with SMTP; 28 May 2002 16:13:05 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 28 May 2002 09:13:08 -0700 Received: from 64.3.1.252 by lw10fd.law10.hotmail.msn.com with HTTP; Tue, 28 May 2002 16:13:08 GMT X-Originating-IP: [64.3.1.252] From: "kulin parikh" To: axis-user@xml.apache.org Bcc: Subject: Re: Complex types from Axis Client Date: Tue, 28 May 2002 12:13:08 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 May 2002 16:13:08.0884 (UTC) FILETIME=[8E9A6540:01C20662] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >You can use the WSDL2Java-Tool to generate a mapping class. >Due to some limitations of the tool, it's not always possible but in >many cases. Well the way we are using axis is something like this. User selects wsld url. We parse the file and give user the option to selects methods available. And input to enter the values. Then dynamically create a call to the service. Service service = new Service(); Call call = (Call) service.createCall(); call.setPortTypeName(new QName(_targetNameSpace,_portName)); call.setOperationName( new QName(_methodNameSpace, _methodName)); String[] paramNames = _parameterNames; String[] paramTypes = _parameterTypes; for(int i=0;i So in this kind of scenario i believe it will not be possible to use wsdl2java. There is no other way ?? regards _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.