I want to consume a WebService that is published on the Internet to which I have access through a process that is being developed, the WSDL Import can not be used because the method that the service returns has a WS frame configured as Abstract
which it makes the response dynamic and Genexus does not interpret it.
I tried to modify External Object
creating a manual SDT with the frame that returns but the process gives error.
The questions I have are:
-
Have you made the consumption of a similar WS that owns the
abstract
property in the frame using the WSDL Import? If so, can you provide me with an example or wiki to access? -
What alternative do you recommend to use in case the WSDL Import does not work ?, I was investigating that using the HTTP Client and HTTP Request can perform a WS consumption, have an example that you can provide?
I am developing in the Genexus 15 U8 version for C # web environment, thank you in advance.