soap

  1. A

    Question Using TRANSACTION to simulate real execution

    Hello everyone, I am in a situation in which I must transfer the logic of a procedure to a web environment. The problem that I've encountered with this is that in this procedure there is interaction with the user through the use of MESSAGE with YES-NO buttons. Having these messages in progress...
  2. Marco Mendoza

    SOAP error with Content-type

    Hello, With the followinf code I get the MESSAGE VIEW-AS error: http error: 415 Message: Cannot process the message because the content type 'text/xml; charset="ISO-8859-1"' was not the expected type 'text/xml; charset=utf-8'. USING OpenEdge.Core.*. USING...
  3. Marco Mendoza

    Resolved SOAP error

    Hello, I have an issue with a SOAP connection, I get the error: "Fallo en Secure Socket Layer (SSL). código de error 0: Unknown SSL error (9318) Falla en la conexón al host consultaqr.facturaelectronica.sat.gob.mx en el puerto 443 transporte TCP. (9407)" Translated something like "Fail...
  4. P

    Error SOAP - POSTMAN to ABL/4GL CODE

    Hi there! I have a SOAP request in my postman that works perfectly However, when I try to convert it to ABL/4GL code it doesn't work. I'm 100% doing something wrong but i can't seem to find it. I already talked to some colleagues of mine but nobody seems to find the problem. I used the...
  5. PatrickTingen

    Trouble getting soap call right

    We are trying to create a call to a webservice. I managed to create a program, based on the documentation from bprowsdldoc. It compiles and runs, but the guys at the receiving end of the WS tell me the request is not valid. The dataset I send is different than what they expect. They sent me an...
  6. A

    OpenEdge.Net.pl v11.5.1 Error 'X-NODEREF or X-DOCUMENT LOAD got an error: FATAL ERROR: file 'MEMPTR'

    Hi, I am using OpenEdge.Net.pl (Progress v11.5.1.006) for sending requests (base64-encoded Json into a SOAP envelopp) and getting randomly, from time to time, the following error : 'X-NODEREF or X-DOCUMENT LOAD got an error: FATAL ERROR: file 'MEMPTR', line '1', column '0', message 'invalid...
  7. Pavan Yadav

    Web Services Connectivity Issue with SAP-PO

    Dear Team, Can someone please advise for the connectivity issue with SAP-PO(Sort of middleware - integration system) system from Progress Based application. We are trying to consume there Webservices and publish some data there. But, SAP-PO system doesn't provide us WSDL file, but it do have...
Back
Top