function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suman KunduSuman Kundu 

Getting unexpected HTTP exception

Hi,

 

I have two classes those are calling out using HTTP. These classes were working absolutely fine, but today I got an exception on just changing small thing and save that. The exception is  as follows

 

VZWCaller: line 175, column 20: Method does not exist or incorrect signature: [http].send(System.HttpRequest) at line 77 column 5

 

On 175th line, one call out is made with Http send method. I have also rollback my changes and tried Now this is impossible to believe, that http class does not have a method send containing parameter HttpRequest. So I cant understand what could be the reason to get this kind of error?

 

Please anybody help me out of this problem.

JitendraJitendra

Hi Suman,

 

Many times the compiler error is miss guided so it might be possible that the error is coming from other part of the code.

 

Also just for confirmation, i hope you have not created any wrapper class or something with same name Http.