Returning a bean - confused over namespaces

2005-11-30 Thread Simon Brunning
I want to write a service which returns a bean as a value. Both client and server sides are to use Axis, for the moment at least. I think what I need to do is to register a bean mapping on the server side, like so: and, on the client side, to register the type mapping: QName qname = new QName(

Re: Tomcat version recommended in Axis docs

2005-07-29 Thread Simon Brunning
On 7/29/05, Guy Rixon <[EMAIL PROTECTED]> wrote: > Is Axis compatible with Tomcat 5.5.x and Java 5? Works for me. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/

Re: Axis programming sample

2005-07-22 Thread Simon Brunning
On 7/22/05, Kirti Bodhmage <[EMAIL PROTECTED]> wrote: > I am new to Axis programming and looking for the Axis client-server > programming example links or tutorials. > The example in Axis programming user guide doesn't give enough guideline foe > the cross network client-server programming. http:/

Service specified in server-config.wsdd gives NoClassDefFoundError

2005-06-28 Thread Simon Brunning
I'm having trouble publishing my 1st service. I suspect a setup issue, but I could easily be wrong. I want to add web services to my existing web application. I've copiled all the required JAR files into the right places, I think; happyaxis.jsp is, well, happy. ;-) I've also added the entries that