Skip to main content

Hi all,

 

We are trying to troubleshoot an issue where a webservice is failing to return a GUID.

 

When looking in the K2 hostserver logs, I can find the error, but it's only showing the first part of the error:

 

"The first 1024 bytes of the response were:'<HTML><HEAD><link rel='alternate' type='text/xml' ...."

 

The information relating to error is missing because of the 1024 byte restriction, is there a way of increasing that limit temporarily to help us find the error?

 

Thanks

Is this a web service that is registered against one of the web service brokers and surfaced as a SmartObject?


http://help.k2.com/onlinehelp/k2blackpearl/UserGuide/4.7/default.htm#ServiceBrokers/EndPoints/EndpointBroker_Overview.htm


If so, the service instance may have log/debugging service keys that can be enabled to perhaps get more detail to the error.


 


Does executing this SmartObject via SmartObject Service Tester tool error?


 


Perhaps SmartObject server logging can provide more details than hostserver logging:


https://help.k2.com/kb000298


 


 


 


 


Reply