Re: Java2WSDL - why?

2003-12-24 Thread Joel Realubit
you'll need the WSDL produced by Java2WSDL to register your webservice with a UDDI registry, so other clients that are not necessarily written with Axis/Java can locate and invoke your webservice. Ed Pond wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* So I can

installation in tomcat 4.1.24

2003-06-11 Thread Joel Realubit
t-charset:ISO-8859-1, utf-8;q=0.66, *;q=0.66 keep-alive:300 connection:keep-alive which, is the expected result. so, do i need to do something differently from the standard installation instructions when installing axis 1.1RC2 on a tomcat 4.1.24 server? thanks in advance, Joel Realubit

Re: returning an array of javabeans

2003-06-05 Thread Joel Realubit
Standard beanmapping entry for your javabean class should work fine. --Sameer. From: Joel Realubit <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: returning an array of javabeans Date: Wed, 04 Jun 2003 15:10

returning an array of javabeans

2003-06-04 Thread Joel Realubit
hi! if my RPC method returns an array of javabeans, should i add a beanmapping entry in my deploy.wsdd specifying an array of that javabean class or will the standard beanmapping entry for my javabean class suffice? thanks in advance, Joel Realubit