The WSDL defines the return type as `AgentOptions', which is defined:

   < complexType name="AgentOptions">
    < sequence>
     < element name="agentId" type="xsd:int"/>
     < element name="apso" nillable="true" 
type="impl:AgentPaymentSchemeOptions"/>
     < element name="defaultTariff" type="xsd:int"/>
     < element name="logoURL" nillable="true" type="soapenc:string"/>
     < element name="profitAccount" type="xsd:int"/>
     < element name="tariffMargin" type="xsd:double"/>
    < /sequence>
   < /complexType>

The `apso' element can contain an instance of either of the following two 
types, also defined in the WSDL (notice that the second type extends the first):

   
    < sequence>
     < element name="null" nillable="true" type="soapenc:string"/>
    < /sequence>
   < /complexType>

   < complexType name="WPPaymentSchemeOptions">
    < complexContent>
     < extension base="impl:AgentPaymentSchemeOptions">
      < sequence>
       < element name="callBackPw" nillable="true" type="soapenc:string"/>
       < element name="instId" type="xsd:int"/>
       < element name="md5Secret" nillable="true" type="soapenc:string"/>
       < element name="minimumPayment" type="xsd:int"/>
       < element name="pageFooter" nillable="true" type="soapenc:string"/>
       < element name="pageHeader" nillable="true" type="soapenc:string"/>
       < element name="paymentsAccount" type="xsd:int"/>
       < element name="siteCode" nillable="true" type="soapenc:string"/>
      < /sequence>
     < /extension>
    < /complexContent>
   < /complexType>


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882099#3882099

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882099


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to