Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 28911 invoked by uid 500); 2 Aug 2002 09:20:48 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 28895 invoked from network); 2 Aug 2002 09:20:48 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: creating server side proxies/sceletons/bindings for Web services Date: Fri, 2 Aug 2002 11:20:13 +0200 Message-Id: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: creating server side proxies/sceletons/bindings for Web services Thread-Index: AcI6Bc6Hgy40l4UXTiOIXL19bB+A3Q== From: To: X-OriginalArrivalTime: 02 Aug 2002 09:20:13.0636 (UTC) FILETIME=[CEAB1040:01C23A05] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: I have read the user guide and am slightly confused about creating = necessary server side files and bindings. What is the difference between = issuing java org.apache.axis.wsdl.WSDL2Java --server-side (--skeletonDeploy = true) {filename}.wsdl and java org.apache.axis.wsdl.WSDL2Java -0 . -d Session -s -S true = -Nurn:{namespace} {package} {filename}.wsdl Do I have to do both, or does the last command cover everything that is = necessary? The last one does not specify "--server-side", why? And why = do I have to modify the *SoapBindingImpl file (and what must I modify?)? I hope someone will have the patience to explain these issues to me - I = guess the answers are in the documentation, but I'm having a hard time = figuring out how it all works. (I'm of course grateful that there is a = user guide, but it is not very easy to follow. To follow the first = examples one first has to do things described in the last examples. This = would maybe not be necessary if the sample files in my Axis installation = were in fact the same as the ones referred to in the user guide - which = they are not). Thanks everybody! /Anne Marie