You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Jairam, Roopnaraine" <Ro...@ca.com> on 2004/10/13 16:38:27 UTC

Returning complex type

The complex object that is returned is always null, although tcpmon
shows that valid data is being sent back from the java axis server. Is
this a known problem? I have attached my wsdl for reference. Any help
would be gladly appreciated.

 

<?xml version="1.0" encoding="UTF-8"?>

<wsdl:definitions targetNamespace="urn:ca"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:ca"
xmlns:intf="urn:ca"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns2="http://objects.ca"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">

 <wsdl:types>

  <schema targetNamespace="http://objects.ca"
xmlns="http://www.w3.org/2001/XMLSchema">

   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

   <complexType name="ClientTableRecord">

    <sequence>

     <element name="state" nillable="true" type="xsd:string"/>

     <element name="address2" nillable="true" type="xsd:string"/>

     <element name="address1" nillable="true" type="xsd:string"/>

     <element name="country" nillable="true" type="xsd:string"/>

     <element name="vendorName" nillable="true" type="xsd:string"/>

     <element name="vendorCode" nillable="true" type="xsd:string"/>

     <element name="city" nillable="true" type="xsd:string"/>

     <element name="clientID" nillable="true" type="xsd:string"/>

     <element name="email" nillable="true" type="xsd:string"/>

     <element name="zip2" nillable="true" type="xsd:string"/>

     <element name="zip1" nillable="true" type="xsd:string"/>

     <element name="companyName" nillable="true" type="xsd:string"/>

    </sequence>

   </complexType>

   <complexType name="ProductTableRecord">

    <sequence>

     <element name="productBuild" type="xsd:int"/>

     <element name="nodeCount" type="xsd:int"/>

     <element name="os" nillable="true" type="xsd:string"/>

     <element name="language" nillable="true" type="xsd:string"/>

     <element name="clientID" nillable="true" type="xsd:string"/>

     <element name="productVersion" type="xsd:int"/>

     <element name="productName" nillable="true" type="xsd:string"/>

     <element name="productCode" nillable="true" type="xsd:string"/>

    </sequence>

   </complexType>

   <complexType name="KeyTableRecord">

    <sequence>

     <element name="nodes" type="xsd:int"/>

     <element name="startDate" nillable="true" type="xsd:date"/>

     <element name="vendorName" nillable="true" type="xsd:string"/>

     <element name="clientID" nillable="true" type="xsd:string"/>

     <element name="regDate" nillable="true" type="xsd:date"/>

     <element name="componentCode" nillable="true" type="xsd:string"/>

     <element name="oemKey" nillable="true" type="xsd:string"/>

     <element name="expired" type="xsd:boolean"/>

     <element name="key" nillable="true" type="xsd:string"/>

     <element name="days" type="xsd:int"/>

     <element name="companyName" nillable="true" type="xsd:string"/>

    </sequence>

   </complexType>

  </schema>

  <schema targetNamespace="urn:ca"
xmlns="http://www.w3.org/2001/XMLSchema">

   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

   <complexType name="RegistrationResults">

    <sequence>

     <element name="status" type="xsd:int"/>

     <element name="timeStamp" type="xsd:int"/>

     <element name="key" nillable="true" type="xsd:string"/>

     <element name="days" type="xsd:int"/>

     <element name="clientID" nillable="true" type="xsd:string"/>

    </sequence>

   </complexType>

   <complexType name="ArrayOf_tns2_KeyTableRecord">

    <complexContent>

     <restriction base="soapenc:Array">

      <attribute ref="soapenc:arrayType"
wsdl:arrayType="tns2:KeyTableRecord[]"/>

     </restriction>

    </complexContent>

   </complexType>

   <complexType name="VerificationResults">

    <sequence>

     <element name="status" type="xsd:int"/>

     <element name="violationCode" type="xsd:int"/>

     <element name="days" type="xsd:int"/>

    </sequence>

   </complexType>

  </schema>

 </wsdl:types>

 

   <wsdl:message name="registerLicenseRequest">

 

      <wsdl:part name="in0" type="tns2:ClientTableRecord"/>

 

      <wsdl:part name="in1" type="tns2:ProductTableRecord"/>

 

      <wsdl:part name="in2" type="tns2:KeyTableRecord"/>

 

   </wsdl:message>

 

   <wsdl:message name="registerLicenseResponse">

 

      <wsdl:part name="registerLicenseReturn"
type="impl:RegistrationResults"/>

 

   </wsdl:message>

 

   <wsdl:message name="verifyLicenseRequest">

 

      <wsdl:part name="in0" type="xsd:string"/>

 

      <wsdl:part name="in1" type="impl:ArrayOf_tns2_KeyTableRecord"/>

 

   </wsdl:message>

 

   <wsdl:message name="verifyLicenseResponse">

 

      <wsdl:part name="verifyLicenseReturn"
type="impl:VerificationResults"/>

 

   </wsdl:message>

 

   <wsdl:portType name="LicenseSystem">

 

      <wsdl:operation name="registerLicense" parameterOrder="in0 in1
in2">

 

         <wsdl:input message="impl:registerLicenseRequest"
name="registerLicenseRequest"/>

 

         <wsdl:output message="impl:registerLicenseResponse"
name="registerLicenseResponse"/>

 

      </wsdl:operation>

 

      <wsdl:operation name="verifyLicense" parameterOrder="in0 in1">

 

         <wsdl:input message="impl:verifyLicenseRequest"
name="verifyLicenseRequest"/>

 

         <wsdl:output message="impl:verifyLicenseResponse"
name="verifyLicenseResponse"/>

 

      </wsdl:operation>

 

   </wsdl:portType>

 

   <wsdl:binding name="LicenseSystemSoapBinding"
type="impl:LicenseSystem">

 

      <wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>

 

      <wsdl:operation name="registerLicense">

 

         <wsdlsoap:operation soapAction=""/>

 

         <wsdl:input name="registerLicenseRequest">

 

            <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:ca" use="encoded"/>

 

         </wsdl:input>

 

         <wsdl:output name="registerLicenseResponse">

 

            <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:ca" use="encoded"/>

 

         </wsdl:output>

 

      </wsdl:operation>

 

      <wsdl:operation name="verifyLicense">

 

         <wsdlsoap:operation soapAction=""/>

 

         <wsdl:input name="verifyLicenseRequest">

 

            <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:ca" use="encoded"/>

 

         </wsdl:input>

 

         <wsdl:output name="verifyLicenseResponse">

 

            <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:ca" use="encoded"/>

 

         </wsdl:output>

 

      </wsdl:operation>

 

   </wsdl:binding>

 

   <wsdl:service name="LicenseSystemService">

 

      <wsdl:port binding="impl:LicenseSystemSoapBinding"
name="LicenseSystem">

 

         <wsdlsoap:address
location="http://fries/axis/services/LicenseSystem"/>

 

      </wsdl:port>

 

   </wsdl:service>

 

</wsdl:definitions>

 

Vince.