Hello:
I'm working on a webservice invocation framework that could communicate to any webservice including complex webservices.

One way to invoke the complex webservice is to generate the java classes and define the serializer/deserialiizers (fortunately this can be abstracted using Axis).

SOmetimes, there are restrictions that no classes should be generated because of the architecture it means bringing the whole server down and restarting it again. Is tehre any other solution possible.

Thanks,
Ravi

Reply via email to