Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
Hi! For REST requests like discussed above, you will always need the MobileTogether server. The MobileTogether clients only connect to our server - nowhere else. In general, MobileTogether solutions can run without server. There are 3 "Server Access" modes: alway, on demand, never - also see here
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
Hi, Next question, I've download a 30 days free trial Mobiletogether Server but when trying to configure it, I have to sign in but I can not remember where I had to create or give in these?
Mark
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
screen print attached now Mark Hannes attached the following image(s):
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
Default username and password are " root". If you already changed the password and cannot remember, you can reset it by using the " resetpassword" command line option. PS: if you start a new topic, please start a new thread in the forum. Otherwise nobody will find these answers.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
Thanks, it works.
I found it not easy to get your app on your mobile to test it.:-(
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
Probably me, I don't have a fully picture of all steps te be done to get it working on my mobile phone. I want to show it to my manager to convince him to buy a perminant mobile server key.
I deployed my app but don't know the next steps. 2019-10-24 15:08:36 root Deploying design file to /public/NawChecker <5.4><compiled as MyNawChecker,1>
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
You have generated code for an AppStore App? Maybe you can also show him your solution by using the standard MobileTogether client downloaded from an AppStore?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
Hi, I've downloaded the Mobiletogether clien app on my mobile phone. Is it now possible when creating a new server connection to use following :http://127.0.0.1:8085/run?d=/public/NawChecker which is on the server, or do I need to give the ip adress of my pc? Mark. Mark Hannes attached the following image(s):
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
The shown address, you can use to run the solution in the web client (or you simply click on the link). On the mobile clients, you must setup your server (with its IP address, port number, ....) - also see here. Once you can connect to your server, you will get a list of all available solutions and can simply click on an icon to start it (as you have seen with the 'Demo' server).
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
So, the ip address http://127.0.0.1:8085 is not usable? Can I use 172.22.12.6 (ip of my pc ) instead, 172.22.12.6:8085?
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
In this case I also have to change mobiletogether server configuration with this IP address?
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
No server changes should be necessary. It only must be reachable from the client.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
Hi, when can we expect the new release to be deliverd?
Mark.
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
Hi, I had to wait till the the new release. I've updated my app following example where it was working. Unfortunately it does not work for me. Please find attached some screen prints. What is wrong here? Mark Hannes attached the following image(s):
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
Hi Mark! Seems you want to write to a different field now!? Anyway - when looking into Quote:<cdafd9c4a80a0763ed845ddc18c5f58242f1bbba type="string">5</cdafd9c4a80a0763ed845ddc18c5f58242f1bbba> it seems, that this is of type string, so you might have to send Quote:'{ "cdafd9c4a80a0763ed845ddc18c5f58242f1bbba" : "TEST" }' i.e. put the TEST in double quotes.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/21/2019(UTC) Posts: 23 Location: Antwerpen
|
Hi, it is working fine now but the value which I want to update has to be numeric: - '{ "c7ca5be38ba7bc74be1dffe96d43bab721c7a09f" : 4, "cdafd9c4a80a0763ed845ddc18c5f58242f1bbba" : 5 }' or a text: '{ "c7ca5be38ba7bc74be1dffe96d43bab721c7a09f" : "test4", "cdafd9c4a80a0763ed845ddc18c5f58242f1bbba" : "test5" }' But I want this be filled from a xpath field. '{ "c7ca5be38ba7bc74be1dffe96d43bab721c7a09f" : $SendData/SendData_Page/c7ca5be38ba7bc74be1dffe96d43bab721c7a09f, "cdafd9c4a80a0763ed845ddc18c5f58242f1bbba" : $SendData/SendData_Page/cdafd9c4a80a0763ed845ddc18c5f58242f1bbba }' But this is not working, any suggestions? Mark Mark Hannes attached the following image(s):
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 9/15/2014(UTC) Posts: 140 Was thanked: 18 time(s) in 18 post(s)
|
The way you specify everything as a string does not retrieve the text value from $SendData/SendData_Page/c7ca5be38ba7bc74be1dffe96d43bab721c7a09f! Think you will need something like: Quote:'{ "c7ca5be38ba7bc74be1dffe96d43bab721c7a09f" : "' || $SendData/SendData_Page/c7ca5be38ba7bc74be1dffe96d43bab721c7a09f || '", "cdafd9c4a80a0763ed845ddc18c5f58242f1bbba" : "' || $SendData/SendData_Page/cdafd9c4a80a0763ed845ddc18c5f58242f1bbba || '"}'
to concatenate fixed strings with text values from page sources. btw: the XPath dialog has an "evaluation" mode, where you can perfectly try out XPath statements and play around until you get the wanted result.
|
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.