Java2Wsdl currently requires bean classes as the arguments to method
calls on a port (it throws an exception if there isn't a default
constructor). Is this necessary? In particular, I have a bunch of
*interfaces* as arguments to these calls that are written in the
JavaBean style - obviously they don't have a default constructor :-).

The point is, can't I write a marshaller/de-marshaller for these
interfaces? If so, I should be able to use interfaces for Java2Wsdl?

Reply via email to