Hi,
I am setting up a web service which will allow us to send data to a gateway. The service providers have given me the two required WSDL's which i have loaded with the Web Service Consumer, and they have created the methods etc within my Jade Environment.
Two of these methods have been put as subclasses of 'JadeWebServiceConsumer', and when they are called, they must send the data within a SOAP header to the gateway to verify we are who we say we are. To get through this security we need to provide a username and password within the SOAP header for them to check and accept, i am having a problem with achieving this.
Looking at the documentation, there are methods "userName" and "password" within the JadeWebServiceConsumer class, however, i cannot call these methods with my instance of the subclass object. How can i call these methods so that i can include the username and password into my SOAP header?
I appologise if this is an easy question, but i am struggling to see how to get the data into the SOAP header.
Thanks in advance for any help.
Rich