Reputation: 31
How to accomodate the wsdl changes of integration server in composite application framework (CAF) ?
Upvotes: 2
Views: 1006
Reputation: 7358
Two possibilities:
If you're changing the signature of a web service operation that you've already created in CAF, just right click on it in the Bindings view and hit refresh. This will update the generated beans magically.
If you're adding/removing an operation from a web service (e.g. dragging a new flow service into a web service, and you've already added the web service into CAF) then it's a bit more annoying. Basically, CAF doesn't refresh the WSDL every time you add a new operation from it. You need to delete the WSDL file from your project and drag it in again.
Upvotes: 1