×
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.
On 2011/3/8 1:39 PM, mikemonger@xxxxxxx wrote:
Ok, here's what we've got so far. I'm still getting the same
NoSuchMethod error, but the signatures still match.
...
callP Instantiate();
ResendOrder(ReturnMsg:string(wmfac):string(charOrd));
About the NoSuchMethodError, if you change your Java method, you have to
sign off and sign back on before the new version will be seen.
About your RPG calls, you have to get the value returned from the
Instantiate method by assigning the result of the method call to a
variable. That gives you an instance of the ResendOrder class. And
then you have to pass that instance as the first parameter to the
ResendOrder method. To get the value returned from the ResendOrder
method, by assigning the result of the method call to a String variable.
d myOrder s o class(*JAVA:
d 'com.WMS_BPCS_Integrator.-
d executable.ResendOrder')
myOrder = Instantiate();
ReturnMsg = ResendOrder(myOrder
: string(wmfac)
: string(charOrd));
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.