Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 70414 invoked from network); 7 Apr 2006 15:19:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2006 15:19:15 -0000 Received: (qmail 3801 invoked by uid 500); 7 Apr 2006 15:19:06 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 3785 invoked by uid 500); 7 Apr 2006 15:19:06 -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 3774 invoked by uid 99); 7 Apr 2006 15:19:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 08:19:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kenc@edp.fastfreenet.com designates 195.60.21.228 as permitted sender) Received: from [195.60.21.228] (HELO cvb.fastfreenet.com) (195.60.21.228) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 07 Apr 2006 08:19:04 -0700 Received: (qmail 23840 invoked by uid 510); 7 Apr 2006 15:17:42 -0000 Received: from 195.60.21.227 by cvb.fastfreenet.com (envelope-from , uid 501) with qmail-scanner-1.24 (sophie: 3.05/2.32/4.04. spamassassin: 3.0.1. Clear:RC:0(195.60.21.227):SA:0(0.0/5.0):. Processed in 0.174869 secs); 07 Apr 2006 15:17:42 -0000 Received: from balti.fastfreenet.com (195.60.21.227) by cvb.fastfreenet.com with SMTP; 7 Apr 2006 15:17:42 -0000 Received: from KenC ([195.60.23.157]) by balti.fastfreenet.com (8.13.6/chris) with ESMTP id k37FIfpr022149; Fri, 7 Apr 2006 16:18:42 +0100 From: "Ken Campbell" To: , "'Martin Gainty'" Subject: RE: Monitor progress of an AXIS SOAP request and response over http transport Date: Fri, 7 Apr 2006 16:18:35 +0100 Organization: EDP Message-ID: <000001c65a56$8e0b4b70$760110ac@KenC> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcZaUgtMAcDxOdtXQx2h7jcUJMF97wAA/0oA In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Received-SPF: pass (balti.fastfreenet.com: 195.60.23.157 is whitelisted by SPF-milter whitelist entry) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=0.0 required=5.0 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Martin, Excuse me butting in, but I was confused by your reply yesterday. If I understand you correctly you are saying that it is necessary that namespaces should be network accessible? However, I was under the impression that a namespace was required to be unique, not accessible. Is that not correct? Regards, Ken -----Original Message----- From: Martin Gainty [mailto:mgainty@hotmail.com] Sent: 07 April 2006 14:44 To: axis-user@ws.apache.org Subject: Re: Monitor progress of an AXIS SOAP request and response over http transport Good Morning Daniel- I'll re-post the solution that I provided for Ken yesterday 1)First and foremost Go LOCAL! in other words place ALL of your files locally instead of xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use "xmlns:soap=file://fu/bar/fubar/" instead of xmlns:tns="http://www.edp.co.uk/ws/PAF/" use "xmlns:tns=file://fubar/fubar" instead of xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/ use "xmlns:wsdl=file://fubar/ Now once all your local servers ARE proved to be operational you can migrate to different servers "xmlns:wsdl=file://FuBarServerIPAddress:/FuBarFolder ...