I want to insert data into a SQL Server, but I keep getting this error
RPC Fault faultString=\"SOAP Response cannot be decoded. Raw response:faultCode=\"D
This error comes when you are throwing an exception in WS and trying to correctly parse in Flex. Check this link for more info.
Flex cannot handle faults that are associated with an HTTP 500 status. You will get a DecodingError in this case. This stems from Flex not being able to read the details of a fault when the response is 500. Here is the actual Fault Flex returns.
[FaultEvent fault=[RPC Fault faultString="SOAP Response cannot be decoded. Raw response: " faultCode="DecodingError" faultDetail="null"] messageId=”52E31332-D231-3C4C-E2D1-0DDB1A1885D0″ type=”fault” bubbles=false cancelable=true eventPhase=2]