Search code examples
ibm-mobilefirst

CastIron adapter. invokeCastIron documentation


When you generate an adapter for castiron using the wizard it uses the method WL.Server.invokeCastiron.

I have not been able to find the documentation for this method in the WL 6.0 infocenter.

In the generated code there is a minimum documentation explaining the method inputs and which field is mandatory and not, but there is no documentation about what is each field of the JSON.

Almost all are common with the http adapter but there is one "appName" that I do not know.

Any hit about this option?


Solution

  • If you haven't already seen this, the Castiron Getting Started module walks through the setup.

    Also see this stackoverflow entry for authentication with Castiron and Worklight.