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

Re: RNQ0202 error calling http_url_post_xml



Simon,

I noticed that your "main" procedure defines "Return" as a 2000A VARYING string. On the other side 
your "Incoming" procedure defines "Return" (input parameter) as 32767A VARYING. I strongly assume that 
you initialize thousands bytes of "forbidden" storage when you clear "Return" in your "Incoming" 
procedure:

    Return = '';

Of course, that might cause several strange problems.

Just a thought.

Thomas Raddatz.


Simon Brunning schrieb:
> First, Scott, thanks for your fabulour library. Without it, I wouldn't
> have a clue where to start when it comes to calling a SOAP service
> from RPG.
> 
> I do have a bit of a problem at the moment, though. Calling the
> attached program, I get an error message that I don't know how to
> interpret:
> 
> The call to HTTP_URL_P ended in error (C G D F)
> 
> That's a (RNQ0202).
> 
> A look at the debug output (also attached) seems to confirm that the
> call has been made sucessfully, and a valid reply has been received. I
> think I've broken the code that looks at the reply, but I don't know
> how to debug it. If I set a breakpoint in my Incoming procedure, it
> never seems to get there.
> 
> Any pointers as to how I can find out what's wrong?
> 
> 
> ------------------------------------------------------------------------
> 
> -----------------------------------------------------------------------
> 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
-----------------------------------------------------------------------