Hi Dan,

I ran into a similar problem i.e get an error
"java.lang.IllegalArgumentException: URI has a fragment component" when
using a local wsdl on Windows. However, when I use apache-cxf-2.5.3-SNAPSHOT
(build 42), I get the following exception:

Exception in thread "main" java.lang.NullPointerException
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.addSchemas(DynamicClientFactory.java:513)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:316)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:235)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:228)
        at
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:183)
        at DynamicClientSample.main(DynamicClientSample.java:44)

Any help towards resolving the problem is much appreciated. I have made the
source and wsdl available.

http://cxf.547215.n5.nabble.com/file/n5634307/DynamicClientSample.java
DynamicClientSample.java 
http://cxf.547215.n5.nabble.com/file/n5634307/ip2geo.wsdl ip2geo.wsdl 

Thanks,
-Venky

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Unmarshalling-exception-from-CXF-respponse-tp5502040p5634307.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to