Developing dynamic WebServices,,

Hi,

There is a webservices which I can used across my application in morethan one place .The webservices will expect 5 input and give 3 output.When I call the webservices I some times I will give 3 input and some times I will give 4 inputs.

So is there a possibility where I can develope dynamic webservices.Which will expect different number of inputs and process?

Thanks,

Renga.S.

[413 byte] By [RengaScreen] at [2007-11-26 11:35:43]
# 1

Hi,

I found the solution for developing dynamic webservices.If the webservices has five input but when we consume it ,we might not give exact five input ,in this case you can make the fields as optional in XSD and Inside the webservices you can have a check like if the fields is not null then implement the logic..

Thanks,

Renga.S.

RengaScreen at 2007-7-7 11:33:03 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...