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:[EMAIL PROTECTED] Sent: 07 April 2006 14:44 To: [email protected] 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 ...
