I'm trying to make a Web Service Connection to a WSDL and getting the follow

I'm trying to make a Web Service Connection to a WSDL and getting the following error on the setup tab of the node in Appian Designer:
"An error occurred while parsing the WSDL" is there any way I can get more detailed info on what the error really is ? The WSDL URL is "hqcsotu01:8080/.../Content.

OriginalPostID-85616

OriginalPostID-85616

  Discussion posts and replies are publicly visible

Parents
  • It's likely that there is a bit more information in the logs. If not, you can turn on debug logging for the web services component by uncommenting this in appian_log4j.properties

    log4j.logger.com.appiancorp.ws=DEBUG

    The error that you are seeing is usually associated with a malformed WSDL. For instance, if it's not proper XML or doesn't start with the tags that a correct WSDL 1.0 or 1.1 document must start with.
Reply
  • It's likely that there is a bit more information in the logs. If not, you can turn on debug logging for the web services component by uncommenting this in appian_log4j.properties

    log4j.logger.com.appiancorp.ws=DEBUG

    The error that you are seeing is usually associated with a malformed WSDL. For instance, if it's not proper XML or doesn't start with the tags that a correct WSDL 1.0 or 1.1 document must start with.
Children
No Data