Is that possible to call a method that having output parameter from XMLPackage?
Anyone knows how to do this? Thanks.
Is that possible to call a method that having output parameter from XMLPackage?
Anyone knows how to do this? Thanks.
If you need data from xml package, you can get it from either the output of an invocation of AppLogic.RunXmlPackage(which can be xml or html depending on what you're using) or callout an extension funtion from the xml package and pass it whichever xml nodes you need.