Search results

  1. S

    Get Pixelsize of an image

    How can i get the pixelsize of a image? Is there any methode to do that?
  2. S

    Event onMouseOver on a VIEW-AS-TEXT Fill-IN

    How can i start a onMouseOver Event when the MousePointer moves over an VIEW-AS-TEXT Fill-In ? I want to open a Frame to show more informations. Can anybody help me. Thx and Merry Christmas! Jan
  3. S

    Webservice and Temp-Tables as INPUT or OUTPUT

    This threat can close. I find a solution. I use WSDL-Style RPC/Literal and the temp-table i use i convert to XML like this schema: <tt_example> <tt_exampleRow> ... DATA </tt_ExampleRow> </tt_example> And it runs ! Thanks
  4. S

    Simple Webservice

    Watch your Log-Files WSA-Log and your Server-Log in the Work directory of your AppServer ! Maybe there is the solution !
  5. S

    Simple Webservice

    Which log-levels you set on TomCat, on Webservice and on the AppServer ? And i would thing you must connect like this : lRC = hWebServer:CONNECT(" -WSDL 'http://localhost:8080/wsa/wsa1/wsdl?targetURI=urn:localhost:webservice'"). IF NOT lRC THEN RETURN.
  6. S

    Webservice and Temp-Tables as INPUT or OUTPUT

    Hi folks, i need your help ! I try to develop a web service for communicate with our program. And i need to transfer data from client to the web service and back. I want to do this with a temp-table that i convert to a XML-Stream for the web service. My problem is that i don't know how this...
  7. S

    Connect to Progress Webservice

    What does do ??? This line is the connect or start of the service and you do not start a webservice procedure. Try to use the procedure within progress 10B (you find it on the \bin directory) to generate helpdocs and see the examples there. Regards
Back
Top