OpsanBlog

Michael Coates - Microsoft Pragmatic Evangelist

Posted with:
 Windows Live Writer
 Download Live Writer

My Windows Live Local Collections:
 Las Vegas
 Los Angeles
 San Jose
 Seattle
 Washington, DC
 My Walks

Article Categories

Archives

Post Categories

Bloggers

SOAP Adapter Error - Temporary Class

When using SOAP, you might see an error with these strings:

  • "The adapter "SOAP" raised an error message."
  • "Details "Server was unable to process request."
  • "Unable to generate a temporary class (result=1)".
  • "Source file {some file name in your temporary directory} could not be found."

This occurs because the account credentials in the "Identity" tab of the application pool hosting the web service needs full control over the physical directory specified by the TEMP environment variable. 

Add this identity account to the security tab of the directory and the error should be resolved.

posted on Friday, April 29, 2005 9:48 PM

Feedback

# re: SOAP Adapter Error - Temporary Class 3/7/2006 4:02 PM Bruce M

Thank you! this solved my problem right away!

# re: SOAP Adapter Error - Temporary Class 6/5/2008 4:27 AM Jukka

Hi,

I am struggling with this problem.

So if there is no web service in the local machine where my web service client is executing what then ?

Jukka

Title  
Name  
Url
Comments   

The opinions expressed herein are my own and are not intended to represent those of my employer.