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
3 replies
Subscribers
7 subscribers
Views
1757 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
I have exposed PM as a webservice . The client who is invoking this webservice
senthilkumark
over 9 years ago
I have exposed PM as a webservice . The client who is invoking this webservice getting errors. Is there any way that I can change settings in appian side (may be in custom properties), so then my log file show the transactions triggered from the client side.
Basically , I want to turn on Debug for PM expose as a webserivce.
OriginalPostID-185744
OriginalPostID-185744
Discussion posts and replies are publicly visible
0
Neha Dixit
Certified Senior Developer
over 9 years ago
You can check if your webservice call works fine when
invoked from appian else you can use SOAP UI to
call your webservice and see what kind of error it throws.
If it throws an error you should be able to see the log .
also make sure if your logs are in debug mode and not info
<APPIAN_HOME>/ear/suite.ear/resources/appian_log4j.properties
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
The relevant logger to add is:
log4j.logger.com.appiancorp.process.webservices.pmserver=DEBUG
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
senthilkumark
over 9 years ago
thanks , let me update this
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel