Customer Portal

Comments 1

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    If the WebService is accessible through HTTP GET request and the result is XML, then you may use XMLXPathReader (for example).

    You would just specify the fileURL to be "http://myserver.org?xxx=123" and then process the resulting XML using XPathReader.

    This looks like interesting problem, we will try to create an example which will show this concept in action.

Please sign in to leave a comment.