PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → import wdsl issue not following the wdsl
import wdsl issue not following the wdsl
Débuté par Odin van Dal, 09 jan. 2018 10:47 - 1 réponse
Posté le 09 janvier 2018 - 10:47
Hello all,

i'm building a app with calling a webservice.
i imported a wdsl file into windev 22.
in a wdsl file you can define the sequence of lines.

when i imported the wdsl the lines was sorted on alphabet.


#part of wdsl file
<xs:element name="GetCustomerToken">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="companyId" type="xs:int"/>
<xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>







normaly this is not required by programing but in this connection to the webserver it is,
how can i import the wdsl file into windev so it will follow the lines in the wdsl file.


regards Odin
Posté le 10 janvier 2018 - 21:19
I made a type mistake,

i mean wsdl file and not wdsl file........
but nobody who has the same experience??

do i need to invent the wheel again?
no a joke,
but someone has to have this issue also

i can't believe i'm the only one

someone?

regards Odin