RE: jaxws:endpoint address not used when using createdFromAPI

2010-05-26 Thread Seumas Soltysik
Agreed. I will submit a patch for this. From: Daniel Kulp [dk...@apache.org] Sent: Wednesday, May 26, 2010 12:29 PM To: dev@cxf.apache.org Cc: Glen Mazza Subject: Re: jaxws:endpoint address not used when using createdFromAPI On Wednesday 26 May 2010 12:15:5

Re: jaxws:endpoint address not used when using createdFromAPI

2010-05-26 Thread Glen Mazza
dkulp wrote: > > On Wednesday 26 May 2010 12:15:56 pm Glen Mazza wrote: >> dkulp wrote: >> > On Wednesday 26 May 2010 4:18:25 am Seumas Soltysik wrote: >> >> If I call Enpoint.publish(address, implementation) and define a >> >> >> >> like this: >> >> > >> >> >> name="{http://ws.iona.com

Re: jaxws:endpoint address not used when using createdFromAPI

2010-05-26 Thread Daniel Kulp
On Wednesday 26 May 2010 12:15:56 pm Glen Mazza wrote: > dkulp wrote: > > On Wednesday 26 May 2010 4:18:25 am Seumas Soltysik wrote: > >> If I call Enpoint.publish(address, implementation) and define a > >> > >> like this: > >> >> > >> name="{http://ws.iona.com/peer_manager}PeerManagerPort

Re: jaxws:endpoint address not used when using createdFromAPI

2010-05-26 Thread Glen Mazza
dkulp wrote: > > On Wednesday 26 May 2010 4:18:25 am Seumas Soltysik wrote: >> If I call Enpoint.publish(address, implementation) and define a >> like this: >> >> > name="{http://ws.iona.com/peer_manager}PeerManagerPort"; >> address="http://localhost:/services/PeerManagerService"; >>

Re: jaxws:endpoint address not used when using createdFromAPI

2010-05-26 Thread Daniel Kulp
On Wednesday 26 May 2010 4:18:25 am Seumas Soltysik wrote: > If I call Enpoint.publish(address, implementation) and define a > like this: > > name="{http://ws.iona.com/peer_manager}PeerManagerPort"; > address="http://localhost:/services/PeerManagerService"; > wsdlLocation="./wsdl/p

jaxws:endpoint address not used when using createdFromAPI

2010-05-26 Thread Seumas Soltysik
If I call Enpoint.publish(address, implementation) and define a like this: http://ws.iona.com/peer_manager}PeerManagerPort"; address="http://localhost:/services/PeerManagerService"; wsdlLocation="./wsdl/peer-manager.wsdl" createdFromAPI="true" endpointName="ns:Pe