I have exposed PM as a webservice . The client who is invoking this webservice

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

Parents
  • 0
    Certified Senior Developer
    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
Reply
  • 0
    Certified Senior Developer
    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
Children
No Data