Re: Address to put in JaxWsProxyFactoryBean

2007-09-21 Thread Jeff.Yu
Hi, It is the endpoint url, not the base address. For your case, it is http://localhost:8080/erh-backoffice/services/backoffice; HTH... Jeff Jean-François Daune wrote: Hi, I try to create a client using JaxWsProxyFactoryBean, but I don't know what 'address' property refers to. Must it

Address to put in JaxWsProxyFactoryBean

2007-09-21 Thread Jean-François Daune
Hi, I try to create a client using JaxWsProxyFactoryBean, but I don't know what 'address' property refers to. Must it point to a WSDL URL? The CXF doc (http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html) is suprising. It points to the 'base address' of the web service. For

RE: Address to put in JaxWsProxyFactoryBean

2007-09-21 Thread Jean-François Daune
It works fine, thank you. But I guess the documentation is wrong. J-F -Message d'origine- De : Jeff.Yu [mailto:[EMAIL PROTECTED] Envoyé : vendredi 21 septembre 2007 11:46 À : cxf-user@incubator.apache.org Objet : Re: Address to put in JaxWsProxyFactoryBean Hi, It is the endpoint url