Missing action and properties in Eclipse Plugin

Hello,I have designed an Eclipse Plug In to use as a Eclipse Component in a Composite Application. Hear I use a WSDL-File to handle the actions and properties. This work fine, when I started LN form the Eclipse Designer, but when I create a update site to publish my Eclipse Component I don’t see the actions and properties I need for the Wirings anymore. (I have already select the WSDL file in the plugin.xml, before I create my new feature and update site in Eclipse)

Interesting is that on the left site in the CAE, where I can add the Eclipse Plug Ins from a update site every Action and Property define in the WSDL-File is visible… they get lost when drag and drop it into the composite application page.

There was some help on website:

and I tried it out but it still don’t work.

Have anyone some solution for me??

Thanks!

Rafael Weber

Subject: probably you might not selected WSDL in your component.

I got this issue, I done the following mistakes .

  1. In eclipse component in Manifest.MF under Build tab I forgot to select WSDL file under Binary Build.

  2. While creation of WSDL file from Lotus Notes, you might uncheck the “Automatically generate an action for this property”…

There are many things which IBM did not documented properly…

I hope this might help…

Thanks and Regards

Ravindra Aluru