We are trying to integrate with a Web service in appian 16.2. When we try to get

We are trying to integrate with a Web service in appian 16.2. When we try to get services by providing the wsdl url in Call web service smart service, we are getting "This Operation is unavailable" error shown under operations dropdown. Below is the error that we see in logs

2016-07-29 22:33:14,315 [ajp-/0.0.0.0:8009-17] ERROR com.appiancorp.process.design.nodes.WebServiceNodeHelper - An error occurred while importing schemas for the requested messages ({{name:'AddCustomerRequest',direction:'in',schemaElementName:'{www.botw.com/.../v1}AddCustomer', appianTypeQName:'null'},{name:'AddCustomerResponse',direction:'out',schemaElementName:'{www.botw.com/.../v1}AddCustomerResponse', appianTypeQName:'null'},{name:'Fault',direction:'outFault',schemaElementName:'{www.botw.com/.../v3}Error', appianTypeQName:'null'},{name:'#UndeclaredFault#',direction:'o...

OriginalPostID-229773

OriginalPostID-229773

  Discussion posts and replies are publicly visible

Parents
  • There are 2 problems .
    1.The stubs and skeletons not getting generated altogether for some environments.
    2.For the environment where we are unable to generate the stubs we are trying to promote the exists CDTs and stubs and unable to do so . Other teams are using these objects types as well e.g String20_Type which is used as a common element across multiple services .So the 2 approaches to take the service to higher environment are not working , the first approach was to generate the stubs and skeletons in that env and the other to promote the cdts/stub from lower to higher but still the deployment fails as it is unable to find these object although these objects actually already exists . The ObjectsAlreadyexists screenshot is the one for the second scenario mentioned

Reply
  • There are 2 problems .
    1.The stubs and skeletons not getting generated altogether for some environments.
    2.For the environment where we are unable to generate the stubs we are trying to promote the exists CDTs and stubs and unable to do so . Other teams are using these objects types as well e.g String20_Type which is used as a common element across multiple services .So the 2 approaches to take the service to higher environment are not working , the first approach was to generate the stubs and skeletons in that env and the other to promote the cdts/stub from lower to higher but still the deployment fails as it is unable to find these object although these objects actually already exists . The ObjectsAlreadyexists screenshot is the one for the second scenario mentioned

Children
No Data