WebServices interface
Author: gianni.sandigliano@unifacesolutions.com (gianni)
Hi Unifacers, I am requested to call-out a SOAP WebService including 2 vectors as input parameters. XML Specs AFAIK are considering vectors be used in two possible modes: wrapped or bare. Importing the provided WSDL Uniface has defined these parameters as string leaving all options open; I am currently supposing the wrapped mode should be used. Now my point: The Uapplication running has in memory these two nice uniface lists (parts & codes). How these parameters string should be composed programmatically? I/We tried already: - to pass directly the uniface lists, supposing the SOAP driver being able to manage them - to compose them using word "string" as tag including in it each value (<fieldName><string>value1</string><string>value2</string></fieldName>) nothing works. Could any already applied example be provided/published, either the composed string or directly the full generated SOAP Envelope? Regards, Gianni




