Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Begineers question - retrieve FormsService wsdl from QuickStart based local installation

Avatar

Level 1

Apologies I suspect this will be a "dumb" question. I have spent ages trying to find relevant documentation...

I believe I can access SOAP services hostd by AEM to retrieve and implement AEM forms in a separate stand alone Java client app.

So I'm simply trying to retrieve the wsdl for FormService

I'm running a local dev set up using QuickStart jar running in author mode on standard localhost:4502

I can find examples stating use http://localhost:8080/soap/services/FormsService?wsdl to get the relevant WSDL

Should I be able to simply use http://localhost:4502/soap/services/FormsService?wsdl

This does not work for me. -> /soap/services/FormsService' not found: No resource found

Can I do this in a local dev setup

Am I missing something fundemental

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

With quickstart, you will not get WSDL. The WSDL is only available on AEM Forms 2EE

If you want to use forms service in AEM Forms OSGi, you will have to create your own REST endpoint

Sample is provided here

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/document-services/output-and-...

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

With quickstart, you will not get WSDL. The WSDL is only available on AEM Forms 2EE

If you want to use forms service in AEM Forms OSGi, you will have to create your own REST endpoint

Sample is provided here

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/document-services/output-and-...