Talk:Getting Started with Java Android DataSnap Mobile Connector

From RAD Studio
Jump to: navigation, search

how i set params in android to delphi? because i create a web service in delphi, and i need to pass the params. Anybody help me?


Response

I have sent a request to the developer for DataSnap connectors, and one of us will get back to you soon with more information.

Many thanks for your participation in the docwiki -

KrisHouser 10:32, 13 April 2012 (PDT) Lead Writer, RAD Studio

Response

The developer responds that the question is too vague to provide an answer, and the docwiki page itself seems to contain enough information. That is, the lines here from the docwiki page seem to do exactly what you are asking:

TServerMethods1 proxy = new TServerMethods1(conn);
String Result = proxy.EchoString("Hello, World!");

Do you have access to the Embarcadero Developer Network forums? https://forums.embarcadero.com/index.jspa?categoryID=1

The EDN forums are a more suitable platform for working out these details ... Then we can address any holes in the documentation if necessary.

Many thanks -

KrisHouser 11:22, 13 April 2012 (PDT)