That's exactly what I needed. Thanks On Tue, Dec 1, 2009 at 2:18 PM, Glen Mazza <[email protected]> wrote:
> > ENDPOINT_ADDRESS_PROPERTY, Step #6 here: > http://www.jroller.com/gmazza/entry/creating_soap_clients_for_the1 > > Glen > > > Bill Smith-20 wrote: > > > > So, I have developed a simple cxf client and am calling it as follows. > > > > > > CaseServiceImplService ss = *new* CaseServiceImplService(wsdlURL, * > > SERVICE_NAME*); > > > > CaseService port = ss.getCaseServiceImplPort(); > > > > port.closeCase("124"); > > > > > > > > If I want to change the url of the webservice what is the best way to do > > this? Do I need to provide the endpoint including the wsdl? Is there an > > easy > > way for me to say that the endpoint is here on x.x.x.x instead of > y.y.y.y? > > > > > > -- > View this message in context: > http://old.nabble.com/changing-endpoint-location-in-cxf-client-tp26595778p26597474.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
