debugging Axis server-side code from NetBeans (newbie)

2004-04-10 Thread William Bug
Hi All, I've searched through the various NetBeans user lists & the Axis users lists in search of info on how to configure Axis (running in Tomcat) so that server-side Axis web service code can be debugged from within the IDE - i.e., step through code, use watches & breakpoints, etc. There are

Re: WSDL2Java - can't use mime:multipartRelated in wsdl:output element

2004-04-02 Thread William Bug
vas wrote: Please log a bug - http://issues.apache.org/jira/ --- William Bug <[EMAIL PROTECTED]> wrote: Hi All, I'm having trouble creating an appropriate WSDL file to create a service that returns a large set of binary attachments. I've been trying to combine what I could pull from the

WSDL2Java - can't use mime:multipartRelated in wsdl:output element

2004-04-01 Thread William Bug
Hi All, I'm having trouble creating an appropriate WSDL file to create a service that returns a large set of binary attachments. I've been trying to combine what I could pull from the documentation on WSDL2Java with the info in the very useful article: Web services programming tips and trick