• Openbravo
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi,

we've been experiencing an issue with a particular web service request which returns the following error:

13:29:00.521 (521402141)|CALLOUT_REQUEST|[224]|System.HttpRequest[Endpoint=https://ourwebpage/org.salesforceintegration.PtrSummary, Method=GET]
13:31:05.491 (125491869678)|EXCEPTION_THROWN|[224]|System.CalloutException: Unexpected end of file from server

The webservice works fine from a browser and returns a well-formed XML. This started happening overnight without doing any changes on our side so I am wondering if it could be related to any new limit or policy by Salesforce?

For the record, it is a rather large XML file (245kb).

Regards
Hi,

I have the following picklist (it's basically the Stage field of an Opportunity):

Product Evaluation (25%)  
Prospect (Quote) (50%)
Negotiating (60%)
Well Positioned (75%)
Closed Won (100%)
Canceled (0%)
Closed Lost (0%)

I want to filter out  Well Positioned once in an Apex statement, for example:

AggregateResult[] arId = ([select Partner__c, sum(OBPS__c) amt, sum(OBPE_Weighted__c) wamt, sum(Probability) wct, count(amount) ct from Opportunity where amount <> null and Partner__c <> null and and OBPS__c > 0 group by Partner__c]);

How can I filter by picklist values?
Hi,

we've been experiencing an issue with a particular web service request which returns the following error:

13:29:00.521 (521402141)|CALLOUT_REQUEST|[224]|System.HttpRequest[Endpoint=https://ourwebpage/org.salesforceintegration.PtrSummary, Method=GET]
13:31:05.491 (125491869678)|EXCEPTION_THROWN|[224]|System.CalloutException: Unexpected end of file from server

The webservice works fine from a browser and returns a well-formed XML. This started happening overnight without doing any changes on our side so I am wondering if it could be related to any new limit or policy by Salesforce?

For the record, it is a rather large XML file (245kb).

Regards