Hi, You may be able to use the JadeWebServiceConsumer class to do most of the work for you. See https://forums.jadeworld.com/viewtopic.php?f=11&t=1845 for a brief description. To add Authentication, you need to add the line webService.addHttpHeader("Authorization", "Basic " & "<USERNAME>:<PASSWORD>"...