server-config.wsdd is the file which gets generated once you run the
AdminClient.
on your wsdd file.
After you code your service java class. Put your classes in the
WEB-INF/classes directory
Then edit your wsdd file to add the service and the allowed methods.
Run the AdminClient on that wsdd fi
Either way. You need to then copy the server-config.wsdd file this
generates into WEB-INF
(In case you are using tomcat.)
"Wilson, Allen" <[EMAIL PROTECTED]> on 28 Oct 2003 14:16
Please respond to [EMAIL PROTECTED]
To:<[EMAIL PROTECTED]>
Subject:RE: AdminClient
Do you have to b
Is it possible to pass javabeans as arguments from soap client to the soap
service without having to
code for custom serializers and de-serializers?
Thanks,
"Olivier Lamy" <[EMAIL PROTECTED]> on 28 Oct 2003 12:14
Please respond to [EMAIL PROTECTED]
To:"Axis-User" <[EMAIL PROTECTED]>
S
The command is
java org.apache.axis.utils.admin server yourfile.wsdd
where yourfile.wsdd is your WSDD file.
You need to have all the Axis jar files and xml parsers in your classpath
before you execute that command.
"Wilson, Allen" <[EMAIL PROTECTED]> on 27 Oct 2003 17:41
Please respond
Hi All,
I have written a single SOAP client am not specifying any return type or
any parameter types in my SOAP client.
This is to keep using only one client for all my services and I pass all my
arguments in the standard Object Array.
I have got this working for passing HashMap with String Array