How to consume a WebService with SD from Genexus Evo 3

-1

Someone could help me in how to consume a WebService from Genexus Evo 3 using SmartDevices Generator.

I can import the wsdl, but trying to consume the method by means of & ws.execute (in: parm1, out: parm2) gives me the following error

  

error: Non-static method or property can not be interpreted by devices:

    
asked by N. Zaldivar 25.08.2016 в 00:27
source

1 answer

0

To achieve that you have to put the SDPanel with Connectivity Support : Offline , or, resolve the call to the web service in a Procedure and from your SDPanel call that Procedure

    
answered by 25.08.2016 / 15:41
source