Hi

I wanted to call a web service using the client api of cxf. So I've got to
create my classes on the fly, so far it been okay,but I then encountered
this problem

org.apache.cxf.interceptor.Fault: Marshalling Error: Instance of
"nl.ru.cmbi.mrs.mrsws.search.GetEntry" is substituting "java.lang.String",
but "nl.ru.cmbi.mrs.mrsws.search.GetEntry" is bound to an anonymous type.

nl.ru.cmbi.mrs.mrsws.search.GetEntry is the operation I wnat to call and
also the main elemt in the soap body.

Looked at the mailing list and found something about it, but that did not
solve my issue, it was regarding invokeWrapped etc. I call my service like
this

  Object[] res = client.invoke(operation, customerParam);

My service is a document literal wrapped.



what does the fault mean???


cheers, Håkon

-- 
Håkon Sagehaug, Software Developer
Parallab, Bergen Center for Computational Science (BCCS)
UNIFOB AS (University of Bergen Research Company)

Reply via email to