c++builder - Exception class $C0000005 with message 'c0000005 ACCESS_VIOLATION' -
I have created a WSDL service using RAD Studio (C ++ Builder) and it works properly using Microsoft Visual Studio. Now I am trying to use it as an application in RAD Studio (C ++).
Constant Constant * defWSDL = "http: // localhost: 8080 / wsdl / IAndroidService"; Static const char * defURL = "http: // localhost: 8080 / soap / iAndroidService"; Static const char * defSvc = "IAndroidServiceservice"; Static const char * defPrt = "IAndroidServicePort"; If (addr == "") addr = useWSDL? DefWSDL: defURL; Soaphttpclient :: THTTPRIO * rio = HTTPRIO? HTTPRIO: New Sophatticolient :: Thetepereo (0); If (useWSDL) {rio- & gt; WSDL Location = Acer; RIO-> Service = DEFSVC; Rio- & gt; Port = defPrt; } Other {rio- & gt; Url = acer; } There is no such thing as either rio-> WSDLLocation = addr;
or
rio-> url = ADR;
And here's the exception
Exception class $ C0000005 with message 'c0000005 ACCESS_VIOLATION' I'm calling the service By way
sofetpiklin :: TheTeprio * Rdid; Use of Bool WSDL = true; _di_IndroidService service = NS_IAndroidService :: GetIAndroidService (use WSDL, "", riod); Can someone please advise.
Thanks