I can't show you the whole WSDL file but only a few line :
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://DefaultNamespace" xmlns:apac +hesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://DefaultNam +espace" xmlns:intf="http://DefaultNamespace" xmlns:soapenc="http://sc +hemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://fake.bean.middle +.delivery.agen.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xml +ns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http:/ +/www.w3.org/2001/XMLSchema"> <!--WSDL created by Apache Axis version: 1.2RC2 Built on Nov 16, 2004 (12:19:44 EST)--> <wsdl:types> <schema targetNamespace="http://fake.bean.middle.delivery.agen.com" +xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="Context"> <sequence> <element name="agent" type="xsd:boolean"/> <element name="deliveryBlockedByApproval" type="xsd:boolean"/> <element name="fiabilisation" type="xsd:boolean"/> <element name="fromDispatch" type="xsd:boolean"/> <element name="fromEmission" type="xsd:boolean"/> <element name="fromSite" type="xsd:boolean"/> <element name="hasComment" nillable="true" type="soapenc:string"/ +> <element name="hasMetaDossier" nillable="true" type="soapenc:stri +ng"/> <element name="market" nillable="true" type="soapenc:string"/> <element name="mdHasConstraints" type="xsd:boolean"/> <element name="user" nillable="true" type="soapenc:string"/> </sequence> </complexType> . . . </schema> </wsdl:types> . . . <wsdl:message name="changeDeliveryStateRequest"> <wsdl:part name="in0" type="tns1:Context"/> <wsdl:part name="in1" type="xsd:long"/> <wsdl:part name="in2" type="xsd:long"/> </wsdl:message> . . . <wsdl:portType name="DeliveryServiceInterface"> <wsdl:operation name="changeDeliveryState" parameterOrder="in0 i +n1 in2"> <wsdl:input message="impl:changeDeliveryStateRequest" name="c +hangeDeliveryStateRequest"/> <wsdl:output message="impl:changeDeliveryStateResponse" name= +"changeDeliveryStateResponse"/> </wsdl:operation> . . . </ </wsdl:portType> <wsdl:definitions>
juste let me know if you need more..cause it's from my work...;)

In reply to Re^6: using a client SOAP with SOAP::Lite with ComplexType by jeanba
in thread using a client SOAP with SOAP::Lite with ComplexType by jeanba

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.