-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Free Format parameter declaration #43
Comments
Agreed with what @kadler said in itoolkit#75. Current xmlservice is more than a low level component that is fledged with lots of features. Not sure how many of them are still used. Anyway supporting new format 'type' can be done in Line 2408 in e9cfced
This procedure might have a if leg ahead to serve the new format to have below vars set up correctly ... Lines 2412 to 2414 in e9cfced
|
I don't think it makes much sense to invest in the format of the underlying transport format. How many users use XMLSERVICE directly vs using a toolkit which hides all this from the user? |
Agree with @kadler again :-) |
Hi!
In IBM/nodejs-itoolkit#75 I suggested to add support for free format parameter syntax ("char(10)" instead of "10A").
@ThePrez suggested to open an issue here.
This may be something related to #24 - but as far as I've seen, #24 is more about changing this packages' source to total free syntax.
The text was updated successfully, but these errors were encountered: