Hi Sandy,Well, UFT (Microfocus) tool has wider-range possibilities than SOAP UI or Postman (Swagger is for RESTful API so valuable for AC Standard but not for AC Classical which is SOAP API oriented).Not only UFT can more or less do the same as SOAP UI.But it can also capture/generate the test scena...
If it is SOAP (less probable by now REST is far more popular) please use HttpSoapConnection() function instead of HttpClientRequest. Please check the method, you define it as SEARCH but usually it is POST (or sometimes GET but less convenient and secured).So it is your network admin team that have m...
Hi Parveshp,Please may you elaborate a bit?Is the ESB service that requires certificate authentication based on TLS (SSL) (most probably) or IPsec or something else? I guess it is SSL authentication method that you need.So, is the protocol SOAP or RESTful web service?Moreover, do you know how to man...
Hi Olga,It is very interesting question. You should create an "idea" post to suggest this functionality to Adobe Campaign R&D team.In the meanwhile, you can have a look in the AC Reports, how the menu for exporting as PDF is done. And you can modify the Delivery form (xtk:form) to add an object butt...
Hi Sandyk,Depending on your needs, if you think about tests that can be fully automated and not visual testing (such as email rendering), you can use such tools as SOAP UI and Postman to achieve some automated tests use cases, by using the SOAP API or JS API, you can do it directly on the server or ...
Hi Allan,Have your network team hardened the HTTP response headers for security reasons ? (highly recommended by the Adobe Campaign documentation highly recommends it).Read also for example:Remove Unwanted HTTP Response Headers - Microsoft Tech Community - 369710 Please may you have a look on IIS Ma...
The Tools menu is only managed by the AC fat client (Windows executable), not customizable, and of course it is easy to do it in a fat Win32 client. The same for the web client (jssp page).Depending on your need, you can do it the way I explained you, or the same with JSSP pages if there are more ex...
Hi Andrey,Yes, an xtk:form can open the external browser or the IE engine in different ways.Unfortunately, this is not documented in the JS API forms section of the documentation (neither the JSPAPI.chm nor the Online documentation jsapi-en (so maybe it also means that it is not really supported and...
Hi Allan,Please read this documentation that explains how to add http headers to pass from IIS to Tomcat:https://docs.campaign.adobe.com/doc/AC/en/INS_Additional_configurations_Configuring_Campaign_server.html (section: Managing HTTP headers)RegardsJ-Serge