cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Invalid Service name

dprinz1
1-Newbie

Invalid Service name

Hi all!

I am currently doing the tutorial "using REST Calls in C for arduino Uno"

I have come to the part, where I add a service called "setTempAndHumidity"

When I come to the part where I send the REST Call, I get the Error "Invalid Service Name"

Also, if I want to test the Service, I get the same answer.

Can anyone help me out on this?

2 REPLIES 2

David Prinz, once you created that service, did you save and 'cancel edit' the Thing? Usually, this error occurs if you create a service and don't save the Thing (since it doesn't know a service exists yet).

jasong
1-Newbie
(To:dprinz1)

Yeah, the service was not saved. It's possible in ThingWorx to Close a service that you wrote but not have it saved (yet.) You just need to press Save and you should be good. Otherwise, how ever you are invoking the service call may be pointing to the wrong thing or entity. For example, if you write a service on a ThingTemplate, it's not exposed on the ThingTemplate, it's exposed on any and all THINGS that you have made from that ThingTemplate. Just a thought.

Top Tags