Anne, I am not seeing any errors or having trouble with the webservice other than I want to be able to access it from both enet address When accessing wsdl from enet1 the namespace shows the address from enet2, which is on a private network. The result is the service cant be called from enet1. However it works fine from enet2. Thanks Bill
-----Original Message----- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 9:03 AM To: [email protected] Subject: Re: trouble with namespace url in wsdl file A namespace URI is not the same as an endpoint address. The namespace URI is used simply to qualify the name of your method. It isn't used to resolve an address. Are you experiencing any errors with this WSDL? Anne On 3/1/07, Donahue, Bill <[EMAIL PROTECTED]> wrote: > > > > > I have a two enet addresses on a server. When I request the wsdl file from > my browser: > > http://gcnss2.atsdev.sensis.com/DBRI/services/AssetInfoService?wsdl > > this is an excerpt of what I see: > > > > …. > > <wsdl:output name="getAllAssetsResponse"> > > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://gcnss.atsdev.sensis.com/DBRI/services/AssetInfoService" > use="encoded"/> > > </wsdl:output> > > </wsdl:operation> > > </wsdl:binding> > > − > > <wsdl:service name="AssetInfoService"> > > <wsdl:port binding="impl:AssetInfoServiceSoapBinding" > name="AssetInfoService"> > > <wsdlsoap:address > location="http://gcnss2.atsdev.sensis.com/DBRI/services/AssetInfoService"/> > > </wsdl:port> > > </wsdl:service> > > </wsdl:definitions> > > > > Notice that the wsdl returned both gcnss and gcnss2 in the url. > > I don't hardcode the address or port anywhere for portability. > > Is there a way to enforce which enet address gets implemented from the > > server-config.wsdd file? > > Thanks, > > Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
