Search results

  1. redsuitee

    error : malformed xml fragment

    this is the documentation link : https://siteminder.onconfluence.com/display/PMSXCHANGE/Home;jsessionid=AE2FC422D8EDD8287A0025FFA7DD9E4D for the first step, I want to try to call ReadRQ because it's more simple than the others. maybe you can give me some directions there.. Now I've been trying...
  2. redsuitee

    error : malformed xml fragment

    I got it. Can you give me some reference that show me how to create and parse XML with the ABL? I think I still have some problems there, I need to understand more. I have searched in Google but I didn't find enough informations. Thanks.
  3. redsuitee

    error : malformed xml fragment

    please don't mind, I've already said that I'm newbie here. So I need you as a senior programmer to guide me and give me some helps here.. And I really appreciate it. I want to call this procedure <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"...
  4. redsuitee

    error : malformed xml fragment

    Hello everybody, I tried to call a Webservice's procedure but I get this following error : my code : DEFINE VARIABLE OTA_ReadRQ AS LONGCHAR NO-UNDO. DEFINE VARIABLE OTA_ResRetrieveRS AS LONGCHAR NO-UNDO. OTA_ReadRQ = 'vhp'. RUN ReadRQ IN hPmsXchangeService(INPUT OTA_ReadRQ...
  5. redsuitee

    SOAPY FAULT revisited

    Actually I doubt whether my query true or false because webservice is a new thing for me. Is the content of OTA_readRQ variable true or false? I set the variable as Longchar datatype.
  6. redsuitee

    SOAPY FAULT revisited

    I got this error : My code : OTA_ReadRQ = '<ReadRequests> <HotelReadRequest HotelCode="vhp"> <SelectionCriteria SelectionType="Undelivered"/> </HotelReadRequest> </ReadRequests>'. RUN ReadRQ IN hPmsXchangeService(INPUT OTA_ReadRQ, OUTPUT OTA_ResRetrieveRS) NO-ERROR. DISP...
  7. redsuitee

    SOAP Fault

    So what is the correct format? Actually I've tried this following codes in SOAP UI. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"...
  8. redsuitee

    SOAP Fault

    I have some problems when called a procedure of WebService. I tried to called this procedure : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:oas="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"...
  9. redsuitee

    Consume wsdl ( webservice ) results in xml formatting error

    I have called ErrorInfo procedures in my codes. But there is appear nothing. Please tell me what i do wrong, here is the code. RUN ReadRQ IN hPmsXchangeService(INPUT OTA_ReadRQ, OUTPUT OTA_ResRetrieveRS). DEF VAR err AS LOGICAL. RUN ErrorInfo (OUTPUT err). IF NOT err THEN DO...
  10. redsuitee

    Consume wsdl ( webservice ) results in xml formatting error

    I work with Progress 10.2B.. I got a similar error said "Malformed XML fragment: only whitespace content allowed outside root element at line 1 and column 3 (11781)" What is it means? Plz helps.. thanks
  11. redsuitee

    how to connect to a WEBSERVICE from progress using ssl and certificates??????????????

    Re: how to connect to a WEBSERVICE from progress using ssl and certificates?????????? I have also used the other way provided by Firefox and received the certificate in different format (I have tried both PEM and DER formats) then converted it using progress proenv>certutil and mkhashfile...
  12. redsuitee

    sample Currency Web-Service invoke

    but I can access the URL through IE or FF
  13. redsuitee

    sample Currency Web-Service invoke

    So what should I do?
  14. redsuitee

    sample Currency Web-Service invoke

    The same error still occurred.
  15. redsuitee

    sample Currency Web-Service invoke

    I write this : proenv>bprowsdldoc https://staging.siteminder.com.au/pmsxchange/services/pmsxchange.wsdl Error message : 9318 Error message : 9407 Error loading WSDL Document : <WSDL URL> Fatal error: connect operation failed <WinSock reported error=0> location:<WSDL URL> (11748) When I...
  16. redsuitee

    Question webservice issue

    I've got "-nohostverify" in www.oehive.org, they said that to workaround my error before (9318 - error55), just specify that syntax on the URL connect statement. And Yes, it works and the error disappear. But another error still appear : "Error loading WSDL document <WSDL URL>: Cannot resolve...
  17. redsuitee

    sample Currency Web-Service invoke

    I've tried ping that URL and I got this message : "Ping reuest could not find host <WSDL URL>" But the URL works in SOAP UI. Why can it happen?
  18. redsuitee

    sample Currency Web-Service invoke

    I've tried that WSDL URL with SOAP UI and it worked. But when I type bprowsdldoc + that URL with proenv, they returned error message
  19. redsuitee

    how to connect to a WEBSERVICE from progress using ssl and certificates??????????????

    Re: how to connect to a WEBSERVICE from progress using ssl and certificates?????????? I'm sorry.. but thank you for your replied..
  20. redsuitee

    how to connect to a WEBSERVICE from progress using ssl and certificates??????????????

    Re: how to connect to a WEBSERVICE from progress using ssl and certificates?????????? I began to understand about it.. I've tried download the certification from IE and FF, then I regis/put those certification via proenv. Is the file I downloaded server certification or root certification...
Back
Top