+frank Frank - could you reply to this?
On Mon, Feb 20, 2017 at 6:22 PM, Paul Mazzuca <[email protected]> wrote: > In trying to migrate to Endpoints V2 for GAE, I have been unable to get > the example located at > java-docs-samples/appengine/endpoints-frameworks-v2/backend > (git clone https://github.com/GoogleCloudPlatform/java-docs-samples) to > work. Does anyone know where the documentation for localhost testing is? > Has anyone gotten this example to work locally? The README does include > instructions as to how to deploy the project, but nothing on how to test > locally. > > The process that I have used thus far is: > > 1. mvn exec:java -DGetSwaggerDoc > 2. mvn appengine:run > > Then to test: > > curl \ > > -H "Content-Type: application/json" \ > > -X POST \ > > -d '{"message":"echo"}' \ > > http://localhost:8080/_ah/api/echo/v1/echo > > > The response is a 404. > > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-appengine/8d633137-4ef5-4b51-8da9- > 95bb1a18ba02%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/8d633137-4ef5-4b51-8da9-95bb1a18ba02%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- * • **Les Vogel* * • *Cloud Developer Relations * • *[email protected] * • *+1-4 <%2B1-650-338-7103>08-676-7023 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAGB1p5h1sTDid1zTn2Cn%2BxdStr-jm6H_h_g5T7K0wFRJV9HPYg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
