Yip, using cxf 2.0.4.
Dan, thanks. That worked a treat. I added this to the code and life is
good.
if (toCall.isUnwrappedCapable()){
toCall = toCall.getUnwrappedOperation();
}
one othe strange thing i'm seeing in my unit tests though is occaisonally
I'm getting this chucked out after i've tried to create dynamic clients one
after the other in junit tests for different services.
java.lang.IllegalStateException: Unable to create JAXBContext for generated
packages: "org.tempuri" doesnt contain ObjectFactory.class or jaxb.index
--
View this message in context:
http://www.nabble.com/finding-the-number-of-input-output-parameters-using-dynamic-client.-tp15738768p15754236.html
Sent from the cxf-user mailing list archive at Nabble.com.