"Type {connectionLog}DataHandler is referenced but not defined."
Below is my wsdd file. Hepl? On another note, I'm surprised there isn't something to generate a full wsdd file so that you can fine tune later.
---- <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="highgrade/ConnectionLog" provider="java:RPC">
<namespace>connectionLog</namespace>
<parameter name="className"
value="com.marketaxess.operations.log.highgrade.ConnectionLogRemote"/>
<parameter name="allowedMethods" value="*"/>
<typeMapping
xmlns:ns="connectionLog"
qname="ns:DataHandler"
serializer="com.marketaxess.operations.log.LogDTOSerializerFactory"
type="java:com.marketaxess.operations.log.LogDTO"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
/>
<operation
name="getInitialEntries"
returnQName="return"
returnType="ns:DataHandler"
xmlns:ns="connectionLog">
</operation></service> </deployment>
---
