Re: [JBoss][Spring][Apache CXF] Problems occuring when dynamic creation of client with wsdl in https

2011-08-30 Thread Guillaume Jouanjan
Ok thanks for the answer , i've created the JIRA CXF-3781 Regards, Guillaume 2011/8/31 Daniel Kulp > On Wednesday, August 31, 2011 9:04:20 AM Willem Jiang wrote: > > Maybe you can consider to download the WSDL by using common http client > > and

Re: [JBoss][Spring][Apache CXF] Problems occuring when dynamic creation of client with wsdl in https

2011-08-30 Thread Daniel Kulp
On Wednesday, August 31, 2011 9:04:20 AM Willem Jiang wrote: > Maybe you can consider to download the WSDL by using common http client > and pass the WSDL url into the DynamicClientFactory to workaround this > kind of issue. > > BTW, I doubt that http-conf setting can't affect the WSDL4J which loa

Re: [JBoss][Spring][Apache CXF] Problems occuring when dynamic creation of client with wsdl in https

2011-08-30 Thread Willem Jiang
Maybe you can consider to download the WSDL by using common http client and pass the WSDL url into the DynamicClientFactory to workaround this kind of issue. BTW, I doubt that http-conf setting can't affect the WSDL4J which loads the WSDL from the server. On 8/31/11 12:50 AM, Guillaume Jouan

Re: [JBoss][Spring][Apache CXF] Problems occuring when dynamic creation of client with wsdl in https

2011-08-30 Thread Guillaume Jouanjan
I've tried with this regex too and it doesn't work :'( I've looking a lot of post on internet but it seems that i am the only one who try to call dynamically web services in https :) Guillaume 2011/8/30 Daniel Kulp > > The "name" for the http-conduit thing in the config is a full regex. > Thus

Re: [JBoss][Spring][Apache CXF] Problems occuring when dynamic creation of client with wsdl in https

2011-08-30 Thread Daniel Kulp
The "name" for the http-conduit thing in the config is a full regex. Thus, you should be able to do something like: to match all the https endpoints. Dan On Tuesday, August 30, 2011 2:33:43 PM Guillaume Jouanjan wrote: > Hi > > I've tried this but i've got the same error. > > or

Re: 2.4.2 vs. 2.4.0 in all JAR filenames

2011-08-30 Thread Willem Jiang
These modules are released from CXF xjc project, and it is not released every time before we cut a new version of CXF :) On 8/30/11 10:00 PM, Robert Liguori wrote: Just FYI... In the 2.4.2 release, the following JAR's did not have their names updated: cxf-xjc-boolean-2.4.0.jar cxf-xjc-bug671-

2.4.2 vs. 2.4.0 in all JAR filenames

2011-08-30 Thread Robert Liguori
Just FYI... In the 2.4.2 release, the following JAR's did not have their names updated: cxf-xjc-boolean-2.4.0.jar cxf-xjc-bug671-2.4.0.jar cxf-xjc-dv-2.4.0.jar cxf-xjc-ts-2.4.0.jar Was this intentional? -- Sincerely, Robert J. Liguori STG Technologies, Inc.

Re: [JBoss][Spring][Apache CXF] Problems occuring when dynamic creation of client with wsdl in https

2011-08-30 Thread Guillaume Jouanjan
Hi I've tried this but i've got the same error. org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.apache.cxf.service.factory.ServiceConstructionException: Could not resolve URL "https://10.33.30.138:8443/eLBG-Server/WS/LogbookWS.LogbookWSHttp

Re: [JBoss][Spring][Apache CXF] Problems occuring when dynamic creation of client with wsdl in https

2011-08-30 Thread Freeman Fang
Hi, Looks like the error occurs when you try to download remote wsdl, which also need authentication. However the "{WSDL Namespace}portName" would never work for downloading the wsdl as the portName is unknown at that point. You need change your http:conduit like https://10.33.30.138:8443/.*

[JBoss][Spring][Apache CXF] Problems occuring when dynamic creation of client with wsdl in https

2011-08-30 Thread Guillaume Jouanjan
Hello , First of all , sorry for my english , i'm a french developer. My goal is to call dynamically web services method using a WSDL (the only information i have + name of methods) I've got a problem with the following code : String urlWsdl = " https://10.33.30.138:8443/eLBG-Server/WS/LogbookW