Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
7 subscribers
Views
4503 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
I'm trying to make a Web Service Connection to a WSDL and getting the follow
geneb
over 11 years ago
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
0
Brett Shomaker
Appian Employee
over 11 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Brett Shomaker
Appian Employee
over 11 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data