Hello workfront developer,How to create api in workfront for creating task in project via api call from App builder along with authentication. guid me with steps or share me articial please
@mudaliar847906 sounds like you are using nested components were you are not able to author child component? if yes,1.You need to check in the authoring page whether parsys for both the components is visible or not.2. if its visible you need to open that parsys then do authoring for that specific co...
Hello @sravs , After implementing the above solution its build failed in AEMaaCS its reported as critical issue:The product interface org.apache.sling.api.request.RequestPathInfo annotated with @ProviderType should not be implemented by custom code. Detected in org.apache.sling.servlethelpers.MockRe...
@sravs , Thanks for your input, this is work well for simulating a GET request but not working for capturing the response from the simulated request and returns also not able extracted HTML content as a String.
Hello @sravs , i'm currently looking for a solution:My useCase:Fetch HTML content from a path from /content/dam/dom/abc/test.html within a AEMaaCS environment by simulating a GET request. It captures the response from the simulated request and returns the extracted HTML content as a String.
Hello @gkalyan ,This is RequestResponseFactory requestResponseFactory already deprecated.I'm looking for Apache Sling Builders example implementation for the same.
Hello @sravs , thanks for input, i have tried the Builders not able to achive desired results, HttpServletRequest request = requestResponseFactory.createRequest(HttpConstants.METHOD_GET, path); could you please share any example implementation if you have??i'm trying to get HttpServletRequest object...
how to achieve the below result using any alternative in AEMaaCS?? HttpServletRequest request = requestResponseFactory.createRequest(HttpConstants.METHOD_GET, path);can any one help me on this???