Guillaume It could be this: CXF-1168. It has been fixed recently. And the stacktrace below is probably similar to what you have:
7 ERROR [STDERR] org.apache.cxf.service.factory.ServiceConstructionException 12:04:26,837 ERROR [STDERR] at org.apache.cxf.endpoint.dynamic.TypeClassInitializer.begin(TypeClassInit ializer.java:93) 12:04:26,837 ERROR [STDERR] at org.apache.cxf.service.ServiceModelVisitor.visitOperation(ServiceModelVi sitor.java:62) 12:04:26,837 ERROR [STDERR] at org.apache.cxf.service.ServiceModelVisitor.walk(ServiceModelVisitor.java :48) 12:04:26,837 ERROR [STDERR] at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(Dynami cClientFactory.java:249) 12:04:26,837 ERROR [STDERR] at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(Dynami cClientFactory.java:145) 12:04:26,837 ERROR [STDERR] at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(Dynami cClientFactory.java:124) I hope it helps.... Benjamin -----Original Message----- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: 12 November 2007 21:05 To: [email protected] Cc: tog Subject: Re: Terra service Guillaume, On Sunday 11 November 2007, tog wrote: > I have problem with the terra service using the dynamic client > (http://terraservice.net/TerraService.asmx?WSDL) > It is looking for a byte[] type which obviously does not exist ? > > Any thought ? At what point is it having a issue? At client creation or during method invoke? If method invoke, which operation? I tried with CXF 2.0.3 and it seemed to generate the client fine. However, I didn't know what operation to try or what params to send or anything like that. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
