You have a mapping issue, basically the input that you have mapped is not in reality the name of the object at runtime. Try adding pub.flow:savePipeline to the beginning of your service, then test and after execute the service pub.flow:restorePipeline direct from Designer using the same name as the input to your savePipeline.
You will then be able to see the state of the pipeline when your service was called and be able to determine the correct name of the input object.
Then add an object type to your services input signature of the same name and map that to your convertToValues service.
regards,
John.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods