[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with WSDL2RPG



Mario,

What version of WSDL2RPG did you use to generate the stub? You mentioned that you use 1.13 but that does not necessarily mean that you generated the stub with 1.13.

At the top of the stub module there should be a comment line like this one:

      *  Based on WS_STUB v1.13

Please also check a statement in procedure SOAPMessage_Envelope(). Does it look like this:

   when (MultiRef_isData(attrs)); // = OK

Or does it look like this:

   when (name = 'multiRef' and MultiRef_isData(attrs)); // = WRONG

If it looks like the latter one, remove "name = 'multiRef'" to make it equal to the first one and try to call the web service again. The statement was changed with v1.12.

Regards,

Thomas.

Am 28.05.2013 19:43, schrieb Mario Martoriello:
    Hi all
    I am using for long time this tool with HTTPAPI. Everything was ok.
    Since a couple day I am receveing the following error:
    WSDL2RPG: USR0036: Failed to retrieve multi-reference information of ID
    'id1'.
              received from procedure: BASICS1R1_f_sndPgmMsg
                        and statement: 54400
    WSDL2RPG (eXpat error): (-1009) Failed to retrieve multi-reference
    information of ID 'id1'.

    Attached there is the complete log file. I know that I am using an
    WSDL2RPG old version (1.13) but maybe someone can suggest me the reason
    for this error. I have in plan to upgrade to the new version but at the
    moment I have no time to do it.

    Any help would be greatly aprreciated .. Sorriso

    Best regards
    Mario



-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------