0

I need to call a web-service by button click and recieve some data from it, back to my form field.

Acording to this article, I configured a small example, which uses this wsdl, it's moonPhase method.

But as a result, whenever I click "Moon Phase Btn" moonPhaseResult field does not change it's value.

So, what am i doing wrong?

PS: my form can be found here.

Victoria Agafonova
  • 2,048
  • 10
  • 33
  • 50

1 Answers1

1

Ok, the issue was in not configured usage rights. A form has to have Database and web service connectivity right.

Victoria Agafonova
  • 2,048
  • 10
  • 33
  • 50