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