Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I'm making a call to ParseAndProcessResult and getting a NullPointerException. It seems to be a problem with the variable response in the following code. Does anyone have an example of what response should be? It seems to be an xml.
postRestulInfo = XSLTransformer.applyXSL(response, new File(xslLocation), xslParams,
XSLTransformer.XSL_PARAM_NAME_VALUE_SEPERATOR, XSLTransformer.XSL_PARAM_SEPERATOR);
Solved! Go to Solution.
I opened a case with PTC. This was their reply:
The response is an XML string. It is typically the com.infoengine.object.IeCollection result from invoking one of the “export” ESI tasks (i.e. ExportTo*.xml files located in Windchill/tasks/com/ptc/windchill/esi/export).
I opened a case with PTC. This was their reply:
The response is an XML string. It is typically the com.infoengine.object.IeCollection result from invoking one of the “export” ESI tasks (i.e. ExportTo*.xml files located in Windchill/tasks/com/ptc/windchill/esi/export).