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?

Thanks

java.lang.IllegalArgumentException: URI has a fragment component
        at java.io.File.<init>(Unknown Source)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.addSchemas(DynamicClientFactory.java:510)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:315)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:234)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:227)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.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.

Reply via email to