Search results

  1. D

    Editing web.xml

    Hi, Is it possible to have two separate web apps contained within the web.xml file. In order to generate the required files to create a wsa the web.xml file has to be edited to contain your wsa name. e.g replace all wsa1 instances with ServiceDesk(my wsa). I'm trying to have two...
  2. D

    SOAP Fault

    Hi, I'm testing the web service for the first time and getting a SOAP error message while running my application. I can connect to the WSA through my 4gl application but when i try and call a procedure i get the following error. "Web service operation add generated a SOAP Fault. SOAP...
  3. D

    Connecting to Web Serice

    Hi, I'm trying to connect my application to the web service i've just set up and getting an error message as detailed below: ** Could not recognize argument: -WSDL. (301) Not sure why this is. The code causing it is below which has been taken direct from the WSDL Analyzer output. CREATE...
  4. D

    zlib1.dll

    hi, I hope someone can help with this. when trying to output information onto a pdf doc from my application i'm getting the error "could not load procedure zlib1.dll. (3258)". the zlib1.dll file resides in my working directory. many thanks for any help damian
  5. D

    Lst open date mismatch

    Hi, I'm trying to open a copy of a database help locally but getting a last date mismatch error (9215). I've tried the prostrct unlock command but its also returning an error "your database version does not match the PROGRESS version". any help would be appreciated as i'm stuck on this one. many...
  6. D

    Reassembling RAW data

    Hi, Fairly new to the world of progress. i have written a small app that takes an excel file and breaks it down into 16k sections and stores them as RAW fields in my table. I am now trying to reassemble the RAW data back into the original state and output to a new excel doc but am totally...
Top