Hi Tom,

I tried around with this files. One thing is missing in my understanding.
Everybody talks about configuring the client with a client-deploy.wsdd. When
is this wsdd used? Do I have to explicitly include this file, or is it
automagically included when using the classes generated by wsdl2java? For
example when instantiating the engine or the service?

thanks for help

Greetings from Hamburg/Germany

-----Ursprüngliche Nachricht-----
Von: Tom Jordahl [mailto:[EMAIL PROTECTED]] 
Gesendet: Donnerstag, 5. Dezember 2002 17:12
An: '[EMAIL PROTECTED]'
Betreff: RE: Registering SerializerFactory in client using config file 



Here is an example client-config.wsdd that sets up a request logging
handler.

You can set this up using the client_deploy.wsdd file attached also, by
running the Admin tool:  java org.apache.axis.utils.Admin client
client_deploy.xml

The "Admin" tool does not require a server to be running, it just writes the
client-config.wsdd in the current directory.

Hope this helps.

--
Tom Jordahl
Macromedia Server Development



-----Original Message-----
From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 05, 2002 5:07 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Registering SerializerFactory in client using config file 


Tom,

Does the 'client-config.wsdd' take the same format as the deploy.wsdd or is
it different. If it is different can you send me on an example. I tried
using my deploy.wsdd renamed but I got an exception; 

                        No client transport named 'http' found!

Thanks,

Brian.



-----Original Message-----
From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
Sent: 04 December 2002 15:44
To: '[EMAIL PROTECTED]'
Subject: RE: Registering SerializerFactory in client using config file 



Try using 'client-config.wsdd' in the current directory of the client.

--
Tom Jordahl
Macromedia Server Development



-----Original Message-----
From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 04, 2002 7:10 AM
To: '[EMAIL PROTECTED]'
Subject: Registering SerializerFactory in client using config file 


Appologies in advance for this one. I think this has been answered before on
the mailing list but I can't find the thread.

Anyway, what I want to do is to register a Serializer and Deserializer in a
client for certain types. However rather than doing this programtically
like;

            cll.registerTypeMapping(com.fineos.ta.bo.Oid.class,new
QName("http://www.fineos.com/XMLSchema/ta","Oid";),
                TASerializerFactory.class,TADeserializerFactory.class);


I would rather use a configuration file like the wsdd on the server side.

Is this possible ? What should be used ?

Thanks,

Brian.


**************************************************************************
The information contained in this e-mail is confidential,
may be privileged and is intended only for the use of the recipient named
above. If you are not the intended recipient or a representative of the
intended recipient, you have received this e-mail in error and must not
copy, use or disclose the contents of this email to anybody else. If you
have received this e-mail in error, please notify the sender immediately by
return e-mail and permanently delete the copy you received. This email has
been swept for computer viruses. However, you should carry out your own
virus checks.


Registered in Ireland, No. 205721. http://www.FINEOS.com
**************************************************************************

Reply via email to