Hi, I have a very small WSDL file with only one in-only operation. When running wsdl2java it generates a services.xml file with mep="http://www.w3.org/2004/08/wsdl/in-out" and a MessageReceiver class inheriting from AbstractInOutSyncMessageReceiver. As expected, when invoking the service with ClientAPI it sends back a fault. At service side RawXMLINOnlyMessageReceiver is used instead of the generated MessageReceiver class.
Is this bug already known? I couldn't find another post. Thanks, Andreas Bobek.
