I've dug down, and it seems to be a bug in IBM's wsdl parser. Has anyone ever bumped into this and gotten around it?

-s

On Saturday, November 22, 2003, at 01:49 AM, sporty's spam acct wrote:

Hi all. I'm getting an exception for my custom serializer.

"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>

---



Reply via email to