web service

  1. D

    11572 error - Progress 10.1C04 on Centos 5.1

    Is it possible to connect to SalesForce directly using a Progress client on Centos? I'm receiving the error "OpenEdge Web service clients are not supported on the current platform. (11572)"; the same code works fine on Progress 11 running on Red Hat. Is there a way to find a definitive answer...
  2. S

    Question Not able to connect web services

    Hi Team, I am facing issue with the connectivity of web service through Open edge 10.2B. Environment : Unix Progress Version : 10.2B Below is the code i am using: DEFINE VARIABLE hWeb AS HANDLE NO-UNDO. CREATE SERVER hWeb. hWeb:CONNECT("-WSDL 'https:www.abc.com' -Port HTTP_Port...
  3. D

    Xml Data As Input Param In Oe Web Service

    Hi Folks, I need help .... OE 10.2B, WinSrv2008, Apache Tomcat 6.0 JSE I'm created web service for receiving xml data. Service is simple, it just create record an save inXml in char data field (xml is short ones) . inXml is 3. parameter in this ws . it works perfectly except that it saves...
  4. D

    Requesting help with 404 error in newly deployed web service

    I'm attempting to deploy a web service on a newly-created web service adapter. The adapter appears to be correctly set up - it reports status: OK 111. I then used WSAMAN to deploy, then enable the web service, and it appears to be deployed. I can view the WSDL, using...
Top