RE: Difference between cxf.xml and cxf-servlet.xml?

2007-11-14 Thread Jean-François Daune
+1 to reduce, and make it clearer. CXF really rocks, but configuration is IMHO a weak point. J-F -Message d'origine- De : James Mao [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 novembre 2007 7:56 À : cxf-user@incubator.apache.org Objet : Re: Difference between cxf.xml and

RE: Error with temporary files

2007-10-18 Thread Jean-François Daune
PROTECTED] Envoyé : mercredi 17 octobre 2007 16:35 À : cxf-user@incubator.apache.org Cc : Jean-François Daune Objet : Re: Error with temporary files Hmm Caused by: java.io.IOException: No such file or directory at java.io.WinNTFileSystem.createFileExclusively(Native Method

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
, 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 point to a WSDL URL

RE: contract-first with only xsd

2007-09-18 Thread Jean-François Daune
This is what we do too. Generate mapping code from XSD using JAXB, then create endpoints using those stubs as argument/return value. You end up controlling the payload of your SOAP requests, which is what is important. Cheers, J-F -Message d'origine- De : Eric Miles [mailto:[EMAIL

jaxws:endpoint and wsdlLocation

2007-09-17 Thread Jean-François Daune
Hi, I cannot manage to configure properly a JAX-WS endpoint using servlet transport in Tomcat 5.5 with a custom WSDL: jaxws:endpoint id=BackOffice implementor=#backOfficeService address=/erh/backoffice wsdlLocation=WEB-INF/backoffice.wsdl

RE: jaxws:endpoint and wsdlLocation

2007-09-17 Thread Jean-François Daune
: jaxws:endpoint and wsdlLocation Do you use import statements in your cxf-servlet.xml ? If yes then get rid of them and it should fix the problem... Cheers, Sergey - Original Message - From: Jean-François Daune [EMAIL PROTECTED] To: cxf-user@incubator.apache.org Sent: Monday, September 17

RE: Wsdl Versioning

2007-09-14 Thread Jean-François Daune
This document is quite interesting about this subject: http://blogs.iona.com/sos/20070410-WSDL-Versioning-Best-Practise.pdf Cheers, J-F -Message d'origine- De : Liu, Jervis [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14 septembre 2007 3:55 À : cxf-user@incubator.apache.org Objet : RE:

Request dispatching

2007-09-11 Thread Jean-François Daune
Hi, I wonder how incoming SOAP requests are dispatched to appropriate object and method in CXF. I plan to use WS-Addressing soon, but in the meantime, I would have liked to understand how a dispatcher is supposed to find the appropriate method with JAX-WS. Is it based on the first element