Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 19964 invoked by uid 500); 24 Jul 2002 20:10:52 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 19955 invoked from network); 24 Jul 2002 20:10:52 -0000 Importance: Normal Sensitivity: Subject: Addressing bugzilla 10863 To: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.7 March 21, 2001 Message-ID: From: butek@us.ibm.com Date: Wed, 24 Jul 2002 15:05:41 -0500 X-MIMETrack: Serialize by Router on D04NM203/04/M/IBM(Build M13TT_07122002 Pre-release 2|July 12, 2002) at 07/24/2002 16:10:57 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=09BBE693DFFDAABE8f9e8a93df938690918c09BBE693DFFDAABE" Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --0__=09BBE693DFFDAABE8f9e8a93df938690918c09BBE693DFFDAABE Content-type: text/plain; charset=US-ASCII To fix http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10863 all I had to do was fix the bidbuy deploy.wsdd. But before I commit this, I'd like to know if there is any good reason to keep the original service names in this sample. Here are my diffs: diff -r1.4 deploy.wsdd 14c14 < --- > 29c29 < --- > Russell Butek butek@us.ibm.com --0__=09BBE693DFFDAABE8f9e8a93df938690918c09BBE693DFFDAABE Content-type: text/html; charset=US-ASCII Content-Disposition: inline To fix http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10863 all I had to do was fix the bidbuy deploy.wsdd. But before I commit this, I'd like to know if there is any good reason to keep the original service names in this sample. Here are my diffs:

diff -r1.4 deploy.wsdd
14c14
< <service name="http://www.soapinterop.org/Bid" provider="java:RPC" >
---
> <service name="Bid" provider="java:RPC" >
29c29
< <service name="http://www.soapinterop.org/Registry" provider="java:RPC" >
---
> <service name="BidRegistry" provider="java:RPC" >

Russell Butek
butek@us.ibm.com --0__=09BBE693DFFDAABE8f9e8a93df938690918c09BBE693DFFDAABE--