Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 6308 invoked from network); 26 Oct 2006 09:04:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 09:04:24 -0000 Received: (qmail 68596 invoked by uid 500); 26 Oct 2006 08:55:37 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 68574 invoked by uid 500); 26 Oct 2006 08:55:37 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 68552 invoked by uid 99); 26 Oct 2006 08:55:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 01:55:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [164.164.88.45] (HELO inblr-efs01.IN.valtech.com) (164.164.88.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 01:55:27 -0700 Received: from vdc01hpd1209 ([10.33.195.136]) by inblr-efs01.IN.valtech.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 26 Oct 2006 14:23:27 +0530 From: "Srinivas Nannapaneni" To: Subject: RE: web service operation deployment question Date: Thu, 26 Oct 2006 14:23:28 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: Thread-Index: Acb42dau1cBqE6DdR2aYK/zz76JOLQAAg9oA Message-ID: X-OriginalArrivalTime: 26 Oct 2006 08:53:27.0574 (UTC) FILETIME=[3402F360:01C6F8DC] X-Virus-Checked: Checked by ClamAV on apache.org Phillips, Have you tried deleting the old generated files with (skeletonDeploy=true) and running the WSDL2Java and refreshing the folder structure, if you are using some editor?? Thanks, Srinivas N -----Original Message----- From: Damian.Phillips@dse.vic.gov.au [mailto:Damian.Phillips@dse.vic.gov.au] Sent: Thursday, October 26, 2006 1:51 PM To: axis-user@ws.apache.org Subject: web service operation deployment question Hi all, I have used Axis 1.4 to successfully deploy the multiple-operation web service. In my environment I have deployed both the client and server stubs as i need to emulate a test environment, hence I need the client stubs to call my test server impl. The "deploy.wsdd" generated by WSDL2Java (skeletonDeploy=true) does not specify either of the individual operations. Rather, AXIS treats the service as a single entity and somehow reconciles the required operation internally. Deploying this wsdd results in a working web service, and the server config is attached as "server-config.wsdd". As I need to give each operation a different request/response flow combination by requirements, I need to define each operation independently in either the client-config.wsdd or server-config.wsdd. Generating the deploy.wsdd via WSDL2Java (skeletonDeploy=false) results in indivual operation definitions in the deploy.wsdd (deploy-ops.wsdd). However, after deploying this deploy.wsdd (see server-config-ops.wsdd) and still using the skeleton classes generated above, I cannot get these client stubs to reconcile with the server stubs as I continuously recieve the error message "The OperationDesc for uploadFinancialStatementFile was not synchronized to a method of au.com.objectconsulting.webservice.fsm.service.externalmarket.ExternalMarket InterfaceSkeleton." Does anyone know how to configure the client and server wsdd's to synchronize the request with the skeleton method? A clear answer here would help prevent the same question appearing quite reguarly. Thanks in advance, Damian Phillips (See attached file: server-config-ops.wsdd)(See attached file: deploy-ops.wsdd)(See attached file: server-config.wsdd)(See attached file: deploy.wsdd) --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org