How to accomodate the wsdl changes of integration server in composite application framework (CAF) ?
Asked
Active
Viewed 992 times
2
-
I don't know what CAF is but your question seems unclear. Are you exposing a web service or are you consuming a web service in webMethods? – TchiYuan Jun 10 '14 at 16:49
1 Answers
1
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.

Rob Grant
- 7,239
- 4
- 41
- 61