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
MattiSalokangasMattiSalokangas 

Web service callout failed: Unable to find Apex package for...

Anyone ever receive this error before?

 

The full error is "Web service callout failed: Unable to find Apex package for Knotice:ervice"

 

I have an apex class that I created from a wsdl.  I've already verified that the web service is working fine, it's just puking when I try to use the apex class.  

 

Thank you,

 

Matti

NDND

Yes,

I am facing same problem.

Previously my web callout was working fine but when I added namespace for packaging everything is scattered.

 

SF Should focus on flexibility and robustness.

Message Edited by ND on 06-04-2009 11:16 PM
Message Edited by ND on 06-05-2009 01:34 AM
gledenevgledenev

Have same problem. Looks like the web service invokes fine (it add records to our db), yet problem with response.

Did you manage to solve the issue?

JDegnerJDegner

I know this post is old, but I too just added a namespace and am receiving the same error:

 

System.CalloutException: Web service callout failed: Unable to find Apex package for LFI:ebService

 

If anyone has resolved it, please post the solution. I opened a ticket yesterday, and will also post a resolution when I receive one.

 

Thanks,

Jerri