Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - flavio alberti

Pages: [1]
1
Suggestions and Requests / Parameter Multiplicity Substitution Macros
« on: February 19, 2014, 07:18:13 pm »
It should be great to have a parameter substitution Macro for "parameter multiplicity".
It's useful when You want to transform the parameter list of a method in a class defining the multiplicify for each argument.

2
Hi all,
I have a problem to set the parameters multiplicity in the operation and move this information in the model generated and finally in the sorce code.
I simply want to define if a parameter is required or not, so I thought to set this information in the PIM model, using the multiplicity 0..1 in the parameter options.

Is there a way in the Transformation model templates and in the Code generator templates to read this information from the "parameter" element?

This is really important for me to define at PIM level what is required and what is not required in the service interfaces.

Thanks million for your help

Flavio

3
Hi,
I have thefollowing problem with EA version 8.0.858.
I'm tring to automate the transformation from PIM 2 PSM and from PSM to code, to generate a wsdl artifact.
I'm using the Java api library and the Project interface to transform a package using a special template (WSDL).

The main issue is that the WSDL transformation over a package does not work (if called from the java api), but works only manually called from the application. I get a pop up window with the list of elements inside the package I want ot transform and checkbox with the name of the transformation I want to perform (this doesn't not happend if I use the JAVA or other transformation templates).

Second: how can I generate the WSDL artifact from the WSDL model? Which function should i call? I didn't find in the library.

thanks million for the help

Flavio

Pages: [1]