Re: Please help vote for this issue

2005-01-10 Thread Jongjin Choi
Sorry for double posting to axis-dev, axis-user. But I think that the devs should give attention to this problem. This problem is reported to Jira several times. The related ones are: http://issues.apache.org/jira/browse/AXIS-1433 http://issues.apache.org/jira/browse/AXIS-1430 The problem is org

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

2004-12-29 Thread Jongjin Choi
tionDesc with the implementation class? > 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 > > Jo

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

2004-12-29 Thread Jongjin Choi
Did you specify the element under the element? /Jongjin - Original Message - From: "Madeleine Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 29, 2004 10:41 AM Subject: how to synchronize the OperationDesc with the implementation class? > Plwase can some

Re: How do I manipulate the array of type Element in the MessageService example in Axis 1.2RC2?

2004-12-29 Thread Jongjin Choi
The org.w3c.dom.Element , which is used in samples/message, has no method named 'setName'. I think you are confusing org.w3c.dom.Element with org.apache.axis.MessageElement. What about using the other variation of message style service? According to Axis user documentation, (http://ws.apache.

Re: More Axis questions...

2004-12-20 Thread Jongjin Choi
Michael, Your example looks like one of simple and extreme example of JAX-RPC. How the annotation is good for soap header processing... I think that this is not a bug of Axis but may be annoying for use. This is because the 'testMethodRequest' input message has two parts (in0, parameters) in th