IT Process Automation

  • 1.  Issues with SOAP Operator - PA 3.1

    Posted Apr 02, 2014 07:21 AM

    When using the WSDL Wizard in the SOAP Operator it does not seem to populate all the information from the WSDL.

    I have had issues when the web service uses multiple namespaces, the operator only pulls back 1 namespace which it assigns as the default.

    Also it does n ot seem to recognise the existence of custom SOAP headers.

     

    How can I 'manually' add these custom headers which should appear in the SOAP headers?

     

    thanks



  • 2.  RE: Issues with SOAP Operator - PA 3.1

    Posted Apr 02, 2014 09:52 AM
    Hi Tony,

    I’m not sure why the WSDL Wizard is not populating that correctly in this case but you can put the entire request, including your own custom headers, in the Inline text (or whichever input method you use). I often use SoapUI to test an interface first and then copy the entire request from SoapUI and paste it in PAM.

    Thanks,
    Tom