Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7967155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T06:37:18+00:00 2026-06-04T06:37:18+00:00

I recently started programming against CRM 4.0 and I am issuing these requests using

  • 0

I recently started programming against CRM 4.0 and I am issuing these requests using the CrmService. Often I get the wrong values in the some property of the dynamic entity that I am using when I send the request. Of course the request fails, am intercepting the exception and log it. The problem is that this is what I get:

System.Web.Services.Protocols.SoapException: Server was unable to process request.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.Crm.SdkTypeProxy.CrmService.Execute(Request Request)
   at MyEntity.Employee.ExecuteCreateRequest(CrmService service, DynamicEntity entity) in c:\Workspaces\One\...\Employee.vb:line 351\nSystem.Xml.XmlElement

which is not much to go with.

Until now I was eliminating some properties by hunch and test it again and then tried to guess what might be wrong with the property’s value.
Is there another way to get some more detailed information of what cause the error so I can pinpoint the actual culprit faster.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T06:37:19+00:00Added an answer on June 4, 2026 at 6:37 am

    You’ll need your catch block to catch SoapException and then you can surface the Detail, or Message properties as required. The Details property likely contains the hints you are looking for…

    ...
    catch(SoapExcetion soapEx){
        console.writeLine("SoapException: " + soapEx.Detail);
    //    console.writeLine("SoapException: " + soapEx.Message);
    }
    catch(Exception ex){
        console.writeLine("Exception: " + ex.Detail);
    }
    

    You might also consider enabling Tracing on the CRM server and looking at the log files too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently started programming in WinForms using C#. I have a requirement where I
I recently started programming for Android using the Eclipse ADT. What I am frequently
I recently started game programming on the iPhone using Cocos2d and Box2d. So here's
I have recently started programming for the iOS Platform but now I need some
I just recently started with object oriented programming, using java. Before I was programming
I have recently started doing some ActionScript/Flex programming and I am... Surprised... By the
I have recently started programming in WPF and bumped into the following problem. I
I have recently started programming in PHP. I am building a cart in PHP.
I've recently started down the road of programming in Objective-C, and I'm now looking
I recently started using lcov to visualize my code coverage. It's a great tool.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.