Call published process model as web service within Appian using call web smart service

We are trying to call published process model as web service using call web smart service but getting connection timeout error.

Please find the attached screen shot for error details.

 

Also we have tried calling this WSDL using SOAP UI but getting Failed to load URL error. Please find the attached screenshot for it.

 

Below are settings we have in custom.properties.

##########################################################

#### Web Services: Exposing Processes as Web Services ####

##########################################################

## See uddi-config.xml.example for how to configure UDDI registries

## By default process models exposed as a web service can be found at

## SCHEME://SERVER_AND_PORT/APPLICATION_CONTEXT/webservice/processmodel/*?WSDL

## If you want a different base URL (part before /webservice..) define that here

## An application server or web server connected to the system must be listening

#resources.appian.webservices.application.webservice.baseurl=

 

###########################

#### Web Services Node ####

###########################

 

## The following are properties that control the behavior of HTTP connections

## made by the Call Web Service Node during service invocation.

## Number of seconds to wait to establish a connection with a web service host

#conf.node.webservice.connection.timeout=60

## Once a connection is established, the number of seconds to wait for a

## response to a request

#conf.node.webservice.socket.timeout=60

## Number of redirect responses (HTTP 304) the web service node will accept

#conf.node.webservice.max.redirects=4

 

Is there any settings/configurations we are missing? Any help/pointers in this regards will be really appreciated.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data