How can i extract simple types and complexe types from wsdl ?

116 views
Skip to first unread message

sarah Amal

unread,
Dec 26, 2016, 1:13:11 PM12/26/16
to Membrane SOA Model
How can i extract simple types and complexe types from wsdl ?

sarah Amal

unread,
Dec 27, 2016, 7:52:10 AM12/27/16
to Membrane SOA Model


Le lundi 26 décembre 2016 19:13:11 UTC+1, sarah Amal a écrit :
pleaaaaaaase help me please i am begginer and i need help
How can i extract simple types and complexe types from wsdl ? i have this wsdl fille 
thanks 
braille1.wsdl

Thomas Bayer

unread,
Dec 27, 2016, 2:18:41 PM12/27/16
to soa-...@googlegroups.com
How can i extract simple types and complexe types from wsdl ?
--
You received this message because you are subscribed to the Google Groups "Membrane SOA Model" group.
To unsubscribe from this group and stop receiving emails from it, send an email to soa-model+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/soa-model/bb27c9b5-357a-4b2d-9d86-e6ce943502a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

sarah Amal

unread,
Dec 28, 2016, 11:46:40 AM12/28/16
to Membrane SOA Model
thanks for replying , yes i used this code and that was very helpful thanks but when i have for example:
<wsdl:message name="GenerateBarCodeSoapIn">
<wsdl:part name="parameters" element="tns:GenerateBarCode"/>
</wsdl:message>
here element named GenerateBarCode is a complex type as flow:
<s:element name="GenerateBarCode">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="BarCodeParam" type="tns:BarCodeData"/>
<s:element minOccurs="0" maxOccurs="1" name="BarCodeText" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
and here the  type it self can be simple type or some times complex type :
<s:complexType name="BarCodeData">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="Height" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Width" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Angle" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Ratio" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Module" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Left" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="Top" type="s:int"/>
<s:element minOccurs="1" maxOccurs="1" name="CheckSum" type="s:boolean"/>
<s:element minOccurs="0" maxOccurs="1" name="FontName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="BarColor" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="BGColor" type="s:string"/>
<s:element minOccurs="1" maxOccurs="1" name="FontSize" type="s:float"/>
<s:element minOccurs="1" maxOccurs="1" name="barcodeOption" type="tns:BarcodeOption"/>
<s:element minOccurs="1" maxOccurs="1" name="barcodeType" type="tns:BarcodeType"/>
<s:element minOccurs="1" maxOccurs="1" name="checkSumMethod" type="tns:CheckSumMethod"/>
<s:element minOccurs="1" maxOccurs="1" name="showTextPosition" type="tns:ShowTextPosition"/>
<s:element minOccurs="1" maxOccurs="1" name="BarCodeImageFormat" type="tns:ImageFormats"/>
</s:sequence>
</s:complexType>
So i don't know how to extract them ,this  is the file which i am talking about.
and thank you so much Sir.
genericbarcode.wsdl
Reply all
Reply to author
Forward
0 new messages