#CDT as output in Smart Service Plugin Trying to map the output from a Java

#CDT as output in Smart Service Plugin
Trying to map the output from a Java plugin to a CDT having issue . Steps I followed
1) imported XSD in the apian
2) the same XSD in step 1 used to import as datatype in my plugin
3) marked the output as @Type in the AMASmartServiceMain
@Name("outputCDTAddress")
          @Type (namespace="cbsh.com/.../consolidatedAddress", name="Address")
          public Address getOutputCDTAddress() {
                    return outputCDTAddress;
          }
4) have the logic in the javaclass to get xml response from a webservice and then mapped to the Address

The plugin install does not give any issue but it doesnot give the output to the CDT in my process ( but when I send the output as an xml it works)
We are on 7.11
Please suggest any solution !!

OriginalPostID-217117

OriginalPostID-217117

  Discussion posts and replies are publicly visible