I am trying to adopt the packageImport form to have a third option functioning like the "standard" package, but for my own packages in my own namespace. Everything works fine until "my" copy of the "standard" container showing available packages to install; all packages are shown i.e standard and my own. I guess the soapCall in the form (in enter tags):
<soapCall name="GetDbParams" service="xtk:builder">
<param type="DOMElement" xpathOut="dbcnx"/>
<param type="DOMElement" xpathOut="createdbParameters"/>
</soapCall>
Needs to be adopted with something like:
<param exprIn="@namespace" type="string"/>
but I can not find the GetDbParams soap call or know how assign the value of my namespace. Any suggestions on how to approach this is much appreciated.