On Wednesday, February 22, 2012 7:12:14 AM srinivas thallapalli wrote:
> Hi Dan,
> 
> I was using jaxb-api 2.2.1 which is distributed with CXF 2.4.2.
> 
> 
> Now I am trying to use the same client code with cxf 2.5.2 but getting below
> pasted exception while Client object creation with following line.
> 
> Client client =
> dcf.createClient("C:/srini-ws/Corticon/CorticonGeneric.wsdl");
> 
> What is wrong with this?

Yea.  Ran into that yesterday while testing your example:

https://issues.apache.org/jira/browse/CXF-4124

and then just ran into:

https://issues.apache.org/jira/browse/CXF-4129

While doing more testing today.  :-(


Can you try with the 2.5.3-SNAPSHOT?

Dan




> 
> Thanks
> 
> java.lang.IllegalArgumentException: URI has a fragment component
>       at java.io.File.<init>(Unknown Source)
>       at
> org.apache.cxf.endpoint.dynamic.DynamicClientFactory.addSchemas(DynamicClien
> tFactory.java:510) at
> org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicCli
> entFactory.java:315) at
> org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicCli
> entFactory.java:234) at
> org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicCli
> entFactory.java:227) at
> org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicCli
> entFactory.java:182) at
> com.savvion.webservice.cxf.client.DummyClient.test(DummyClient.java:47)
> 
> 
> 
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/Unmarshalling-exception-from-CXF-respponse-
> tp5502040p5505369.html Sent from the cxf-user mailing list archive at
> Nabble.com.
-- 
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to