Recent content by Bjeenie

  1. B

    format x(100)

    thx! this works
  2. B

    format x(100)

    Hi, i have an update statement that updates a char in a simple procedure. but the tekst i'd like to update is longer then x(77) (this is the maximum in a simple procedure by default) when you take x(78) then it says fill-in strtext does not fit in frame in program. is there a way that i can...
  3. B

    XML error

    Hi, I have a webservice where i load in data for syncronizing tables on the website to tables to our local database. I have a table websync, this table contains in a clob-field an XML-object. this XML object contains a dataset of a few tables. When theres a new visitor who registers...
  4. B

    connecting Webservice

    i have found a little difference in the schema-directorie and i copied the files that i was missing on the running server. unfortunately it was no succes. still gives the same message. kind regards. Thomas
  5. B

    connecting Webservice

    on local pc win XP Pro: openedge 101B OpenEdge Architect on develop server win2003: openedge 101B OE Studio on running server win2003: openedge 101b OE Application Svr Ent connects to: on webserver win 2003: openedge 101b OE Application Svr Ent on running server it doesn't work but the...
  6. B

    connecting Webservice

    hi, i made a webservice and i can connect to the webservice om my local pc where i've installed the version of openedge: OpenEdge Architect but when i put my code live on the running server i always get this error: Error initializing SOAP Processor: Cannot instantiate class...
  7. B

    Deploy webservice fault

    Hello, i had the proxy gen tool working when i reinstalled openedge. So i now can create a webservice. but it still doesn't work. i can't deploy a webservice... I have the WSM file (see the attachement) and i deploy it, i directly get this error message: Failed to parse the WSM file...
  8. B

    proxy generator tool

    hello, when i generate a webservice this fault i get: "proxy generator process failed to run try running c:\runbproxygen.bat in a command prompt" what kind of namespace do i put in? and where can i find this? i have taken this: urn:OpenEdgeServices:testservice url for wsa...
  9. B

    How to create web service

    hello, i know it is possible to make a web service in openedge. the only thing i wonder is how to make that web service? Do i use a HTML-mapping or something else? Do i need the appbuilder or something else? Kind regards Thomas Desmet
  10. B

    Using Webspeed and flash

    Hello, does anyone know if it is possible to work with Flash and Webspeed? I know i can work with a HTML-mapping to put database input on the screen. I even now i can work with no html-mapping but just with AJAX where i approach a webspeed-application. But is it possible to approach...
Top