Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

iSockets for Web Services

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • iSockets for Web Services

    ** This thread discusses the article: iSockets for Web Services **
    ** This thread discusses the Content article: iSockets for Web Services **
    0

  • #2
    iSockets for Web Services

    ** This thread discusses the article: iSockets for Web Services **
    I have the following source : H BNDDIR('ISOCKETS/ISOCKETS') H DFTACTGRP(*NO) OPTION(*NODEBUGIO : *SRCSTMT) /copy ISOCKETS/QCPYSRC,ISOCKETS D nBytes S 10I 0 D szDomain S 128A Varying D Inz('www.w3schools.com') D szWebService S 128A Varying D Inz('/webservices/tempconvert.asmx+ D /CelsiusToFahrenheit') D szFormData S 64A Varying D Inz('Celsius=') D nCelsius S 10I 0 Inz(36) D szHtml S 4096A C eval *inlr = '1' C eval szFormData = szFormData + %char(nCelsius) C eval nBytes=PostUrldata(szDomain: C szWebService : szFormData : C %addr(szHtml) : %size(szHtml)) and I get an error when I call it; The call to PostURLDat ended in error (C G D F). RPG procedure PostURLDat ended without returning a value.

    Comment


    • #3
      iSockets for Web Services

      ** This thread discusses the article: iSockets for Web Services **
      I decided to use WEBSERVEX1 as example; just trying to see how things work.

      Comment


      • #4
        iSockets for Web Services

        ** This thread discusses the article: iSockets for Web Services **
        Hi, We are not on release V5R4. Is there an alternative to using the XML-INFO op-code? Thanks, Mitch

        Comment

        Working...
        X