Windows error 0x803D0013, -2143485933

Detailed Error Information

WS_E_ENDPOINT_FAULT_RECEIVED[1]

MessageA message containing a fault was received from the remote endpoint.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode61 (0x03d)
NameFACILITY_WEBSERVICES[2][1]
DescriptionThe source of the error code is the Web Services.[2][1]
Error Code19 (0x0013)

Questions

0votes
0answers

C++ client to WCF server failes with error "A message containing a fault was received from the remote endpoint"

I have WCF web service builded on C# with simple function void Test1(); I have C++ client programm that calls this function. C++ function that calls web service: bool Test1( ) { if (initProxy()) { int fncReslt =0; int idr =0; HRESULT hr = ERROR_SUCCESS; hr = BasicHttpBinding_ISupportServiceW_Test1(proxy, heap, NULL, [...] read more
c#
c++
wcf
visual-c++

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0