| Author |
Axis client-config.wsdd help
|
Anthony Campbell
Greenhorn
Joined: Aug 11, 2008
Posts: 14
|
|
Hi guys, I'm having a little trouble. We intend to use our client stubs for a variety of functionality. However, each feature which intends to use them may have their own configuration (i.e. their own handler etc). At the moment we are using the default client-config.wsdd file: This works fine. Moving forward I would like to create this config file dynamically (perhaps based on the feature requirements). Using the following code I get Sax exceptions, which implies I'm not writing the configuration correctly. I was wondering if someone could have a look at the following code. I'm trying to replicate the above xml based config which works fine: Kind regards, Heartless_King
|
Kind regards,
Anthony
|
 |
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
|
|
Before you go too deep down this path ... Have you actually tested that changing the deployment file during various points at runtime actually has the desired effect? What you need is a designed test scenario that forces you to swap files - preferrably at different times for all the different reasons that have already been projected. Then you design the files by hand and simply copy the necessary file over the active file when needed. If everything works as hoped you can implement your dynamic system. I wouldn't be surprised it the test might uncover that the file overwriting approach does not work (in memory configuration cache, though there may be a way to force a reload). If all else fails you may have to make the configuration adjustments through the programmatic API.
|
"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
|
 |
Anthony Campbell
Greenhorn
Joined: Aug 11, 2008
Posts: 14
|
|
Thanks Peer, We were keen to avoid the overheard of my managing different deployment files. Ill take a look into your recommendations and keep you posted. Regards, King
|
 |
 |
|
|
subject: Axis client-config.wsdd help
|
|
|