Re: how to synchronize the OperationDesc with the implementation class?

2005-01-05 Thread Madeleine Wright
Thanks so much for taking the time to get back to me on this. I took another look at the file you mentioned and realized I had several attributes missing from the fault part. It works now!! Madeleine Jongjin Choi wrote: Madeleine, The parameter, I mean for the parameters for the java method,

Re: how to synchronize the OperationDesc with the implementation class?

2004-12-29 Thread Madeleine Wright
No - I put the input parameters inside the operation element, but the class name and allowed methods parameters I put separately. Should these last 2 be inside the operation element? Thanks. Madeleine Jongjin Choi wrote: Did you specify the parameter element under the operation element?

Re: how to synchronize the OperationDesc with the implementation class?

2004-12-29 Thread Jongjin Choi
Madeleine, The parameter, I mean for the parameters for the java method, not classname and allowed methods. You should not specifiy those under operation element. The wsdd use the same name for the service's parameter and operation's parameter. (I think this is confusing) Have you take a look

how to synchronize the OperationDesc with the implementation class?

2004-12-28 Thread Madeleine Wright
Plwase can someone give me a clue as to what I'm doing wrong. I'm trying to test faults and to include a fault in the wsdd I need to include an operation element but I'm obviously doing something wrong because I keep getting an Axis InternalException that says: The OperationDesc for doIndex