Did you run java2wsdl?
Or did you perhaps try to deploy the service using the .jws option?
If you are using complex types, then you can't use the .jws option.
(I'm assuming that you're using Axis 1.)
Anne
On 6/29/06, Jansen Werner <[EMAIL PROTECTED]
> wrote:
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]
