×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I am facing some issues with passing the input values in webservices program
If I pass all the values in UPPERCASE it works perfectly fine .
If I declare *dclcase in rpgle program and pass lower case input values
then unrecognized property exception error occurs. Input tag names matched
the PCML generated tags . Error below:
Error 500: javax.servlet.ServletException:
org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized
field "Headr_in" (Class iseries.wsbeans.cuslower.Input),
not marked as ignorable
at [Source: com.ibm.ws.webcontainer.srt.SRTInputStream@bb8994f0; line:
4, column: 17] (through reference chain:
iseries.wsbeans.cuslower.Input["Headr_in"])
As per my research on internet , we need to add @JsonIgnoreProperties so
that it does not give error , Can you please guide me where to make changes
for this wsbeans properties.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.