Search results

  1. E

    Proxygen relative path V10.1C

    Does anyone know a way to use relative paths in the xpxg files? I found some info that in 10.1 one cannot use relative paths, is that statement true, is there any work-around? I've tried using relative paths to <ProPath> but no use, it does not generate the classes. Thanks in advance.
  2. E

    ASYNCHRONOUS Web Service Call

    Hi all, I'm trying to call a ws asynchronously, unfortunately it does not trigger. Here is the snippet: CREATE SERVER hWebService. /* connect to webservice */ lStatus = hWebService:CONNECT("-WSDL '" + evcli.urn + "'") NO-ERROR. /* web service connected, send message...
  3. E

    Web Service call, fatal error

    Progress 10.1C calling a java web service 20.000 times, and gives the following error Fatal error: csnet read operation failed (Winsock reported error=0) 11773. Error type is Progress.Lang.Error Thing is for 10.000 requests it works most of the time, but for higher values progress seems that...
  4. E

    Progress JMS solution

    Hi, We are trying to create a communication link between Progress and Java. We are looking into a messaging solution, one that is not vendor dependent. Is it possible to connect to SonicMQ from other message buses then Sonic ESB (eg Open ESB), or is it possible to send messages to other JMS...
  5. E

    Talking to a Java application?

    Hi all, Do you have any suggestion on how one should talk (both-ways) to a Java server based application from Progress? The Java back-end communicates with the user interface through web services. This application needs to be integrated with the Legacy Progress application. Yet there is no...
Top