Alle Beiträge von

bmaehr

Browsing

JAX-WS works in a very simple and effective way if you have defined all objects in a XML Schema definition. But sometimes you can’t define a schema for an operation because e.g. it is a generic operation and accepts or returns dynamic XML. Nevertheless we would like to use for this operation the same tool chain with JAX-WS which is working perfectly for other operations. In the first step we define the interface of the…