Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Calling a method having output parameter from XMLPackage

  1. #1
    mint_teoh is offline Junior Member
    Join Date
    Jul 2009
    Posts
    22

    Default Calling a method having output parameter from XMLPackage

    Is that possible to call a method that having output parameter from XMLPackage?
    Anyone knows how to do this? Thanks.

  2. #2
    MarkC is offline Developer
    Join Date
    Aug 2006
    Posts
    166

    Default

    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.