Hi,
I'm using NWDS 7.3 and Visual Composer. There's a Web Dynpro component in my VC model and I'm trying to invoke a method present in that Web Dynpro component. Here are the steps I followed:
1) In Visual Composer (web), I exported a model and then imported it into NWDS.
2) In NWDS, I created a Web Dynpro component and a method in its interface. The method's signature is "void setSolicitacaoInputs( java.lang.String name, java.lang.String code )". The corresponding DC was built and deployed.
3) In NWDS, I included the WD component (created in step 2) in the imported VC model. I created a form so I could provide values for each parameter in method "setSolicitacaoInputs".
4) In NWDS, I exported the VC model from step 3 and then imported it into Web Visual Composer.
5) In Web Visual Composer, I tried to build the imported model and I was given a warning: "The model references a component whose interface is not synched HireTriggerComp. Update the referenced component using the Redefine Ports dialog box".
6) In Web Visual Composer, I clicked the WD component and opened the Redefine Ports dialog box. An error shows up in the "Conflicts" tab: "Port setSolicitacaoInputs (in) is connected but cannot de found".
7) In Web Visual Composer, , I tried to reload the corresponding component and, again, an error message shows up: "Search failed. Cannot reload component. Details: While retrieving component metadata: SEARCH_BROWSE: While retrieving service Provider name: WDSearchProvider: Service WDSearchProvider is not registered on development server"
Does anybody know what I might be missing that could yield the errors mentioned above?
Thanks and best regards,
-- Andre de Souza