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

Re: Null values and WSDL2RPG and HTTPAPI?



Ahhh... sorry, I didn't recall that he was passing all of the parms in a 
data structure instead of a parm list.


On 1/5/2011 11:44 AM, Charles Wilt wrote:
> Scott,
>
> Not as WSDL2RPG is currently written...
>
> As is, it generates a DS that you use directly: (from my post to Thomas)
>          parameters.contact.email = 'string';
>          parameters.contact.faxNumber = 0;
>
> Also, in my post to Thomas is an idea for handling NULL with a stub
> module level DS accessed via setters....which I in fact show using
> *OMIT...
>
>          ContactMaintainerPort_set_contact_email('string');
>          ContactMaintainerPort_set_contact_faxNumber(*OMIT);     //NULL
>
> Charles
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------