name conflit when generating source

2010-03-08 Thread Alexandre Jaquet
Hi, I'm facing a little problem once I'm generating the source from wsdl in my wsdl I've the following declaration

Re: WSDLQueryException throwed

2009-12-18 Thread Alexandre Jaquet
XXyyyZZZService?wsdl > > Run it through tcptrace and see what it actually sends on the wire anyway. > > > Alexandre Jaquet wrote: > > > > Hi, > > > > When we are calling a webservice from an external application (soap ui, > > and

WSDLQueryException throwed

2009-12-17 Thread Alexandre Jaquet
Hi, When we are calling a webservice from an external application (soap ui, and other java program works) we get the following exception org.apache.cxf.transport.http.WSDLQueryException: Could not find wsdl XXXyyyZZZService%2ewsdl What can be the cause ? Thanks

Re: username and password of webservices

2009-12-09 Thread Alexandre Jaquet
Hi, I finally founded this try { JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean(); factory.setServiceClass(PensionWebService.class); factory.setAddress(" http://localhost:8080//services/pensionWeb?wsdl";); factory.setUsername(

username and password of webservices

2009-12-08 Thread Alexandre Jaquet
Hi, We actually store the username and the password for calling external webservice and then use it like this way on our cxf config file ${webservice.sap.Z_WS_ACC_DOCUMENT_POST.username} ${webservice.sap.Z_WS

cxf 2.1.5 release

2009-11-11 Thread Alexandre Jaquet
Hi, I need to know when the release of cxf 2.1.5 will be released because it will fixe some issues related to SSL and we go into production in the end of december. Thanks in advance Alexandre Jaquet

enable logging for cxf with BEA Weblogic 9.2

2009-10-27 Thread Alexandre Jaquet
Hi, I don't find a solution to enable cxf logging for my application that return under bea weblogic 9.2 I've added into log4j.xml the following lines and created a file under the META-INF/cxf/org.apache.cxf.Logger that contain the following line org.apache.

why do we need multiple entries

2009-10-19 Thread Alexandre Jaquet
Hi, I''ve a question regarding the security, when we define the keystore we need to add it two times like here http://mail-archives.apache.org/mod_mbox/cxf-users/200709.mbox/%3c46f393de.20...@iona.com%3e > file="c:\bea\server\mykeystore"/> > > >

javax.xml.ws.soap.SOAPFaultException: Could not send Message.

2009-10-18 Thread Alexandre Jaquet
Hi, Without using SSL my application is working fine, but now when I'm been trying to setup SSL with the following configuration nothing work ${webservice.sap.Z_WS_ACC_DOCUMENT_POST.username} ${webservice.sap.Z_WS_ACC_DOCUMENT_POST.password}

Re: CXF + Weblogic 9.2

2009-07-06 Thread Alexandre Jaquet
ic/90";> org.apache.xerces.* javax.jws.* and 2009/7/5 Glen Mazza > > I found it so, yes, particularly to circumvent libraries that BEA would > want > to use by default, libraries that CXF can't work with. > > Glen > > > Alexandre Jaquet wrote: > > > > H

CXF + Weblogic 9.2

2009-07-04 Thread Alexandre Jaquet
Hi, I saw in the documentation your explanation on deploying an application in bea 9.2 but you describe it for the way to deploy it as an EAR My project doesn't contain EJB sub project. And after configuring a weblogic-application.xml that contain the following lines http://www.bea.com/ns/weblo