|
I have multiple servers which each expose a set of operations on an endpoint. They all expose an execute method with the same function prototype and I want to call the execute function from my client. However, I don't want to run wsdl2java on each of my servers wsdl files to do this because other servers will be created in the next few months and I don't want to re-write (re-compile) my client every time.
Is there a different way of call the execute method ?
Note: Ultimately I will be using a BPMS system to call the execute method but in the short term I have a client which is scheduling tasks.
Richard Shaw
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤
Richard Shaw
Technical Design Authority - Information Solutions Consultancy
Intelligent Transport Systems
Atkins Highways and Transportation
Woodcote Grove, Ashley Road, Epsom, Surrey, KT18 5BW
Tel: +44 (0) 1372 756407
Fax: +44 (0) 1372 740055
Mob: 07740 817586
E-mail: richard.shaw atkinsglobal.com
www.atkinsglobal.com/its
This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding.
|