Hallo everybody, I have a web service called ScheduleNotifyService. It has a single operation called "scheduleNotify". This operation needs a parameter of java type ScheduleMetaData. So I wrote a Serializer/Deserializer pair with their corresponding factories. This works.
But: When I call my wsdl using ScheduleNotifyService?wsdl, it defines a part <wsdl:part name="scheduleMetaData" type="tns1:ScheduleMetaData"/> without defining ScheduleMetaData in the document. Is it possible to automatically include the definition for my java types somehow? Axis could - i suppose - extract the definition from the serializer. Do I need to manually include the definition? I hope I made myself clear. :) If not, don't hesitate to ask for further information ... :) Greetings from Munich, Werner Jansen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
