In a standalone java code, using Apache HTTPClient
libs, implementing the NTLM Authentication with SharePoint Server and accessing its Web Service and receiving the huge XML content as response. Now this final output is in String format. Created the Java Call Out Policy and uploaded all the jars. I need some help here,
How to pass the java's final output response to Apigee's response.
My requirement is: If I hit the Apigee API Proxy then I need to receive the Java's output(String) as Apigee's response.
1) Can I use No Target Backend EndPoint since inside the java code I access the SharePoint EndPoint URL and receiving 200 Ok and huge XML response as String
2) Which policy is more appropriate to handle this response?
Appreciate your help! Thanks in Advance.