Re: Ignore newly added fields to remain compatible

2007-06-19 Thread Mirco Jeske
Thank you Ajith, that'll do for me. best, mirco What I can suggest as a work around is to add a user level handler (you might need to write a module. writing modules is very easy) that removes the newly added fields from the XML message. Hence when the message reaches databinding stage it will

Re: Ignore newly added fields to remain compatible

2007-06-18 Thread Mirco Jeske
Hi again, did I miss some hints in the docs regarding this question? Pls would anyone be so kind as to provide me a hint for this as I cannot find related topics to this. thx, mirco Mirco Jeske schrieb: Hi group, I am dealing with a couple of web services facing a problem with newly added

Ignore newly added fields to remain compatible

2007-06-17 Thread Mirco Jeske
Hi group, I am dealing with a couple of web services facing a problem with newly added fields. One wsdl changed as there was added an additional field. Unfortunately I cannot rebuild my stubs due to heavy release problems. Therefore I would like to configure axis to just ignore this new field.

Re: Problems with order of parameters

2006-08-24 Thread Mirco Jeske
I have been working on this problem for a few days now but still have no solution. Using the WSDL2Java Stub works fine Any hints welcome :-) regards, mirco Mirco Jeske schrieb: Hi List, I built a webservice wich accepts three string parameters as input. I deployed the service