|
I point it to the base url, then the program will add on the path needed to get to the CGI program on the application. This is in case the base URL (http://mysite.com/myroot/) would change for some reason. Mike Wills Lawson Programmer/Administrator Taylor Corporation Email: mnwills AT taylorcorpNOSPAM DOT com AIM: iSeriesCodePoet -----Original Message----- From: Ashish Kulkarni [mailto:kulkarni_ash1312@xxxxxxxxx] Sent: Tuesday, December 16, 2003 2:41 PM To: Java Programming on and around the iSeries / AS400 Subject: RE: Still having problems with Java Hi do u have java code for this method, it seems you are passing a URL path to this method, what does this URL path point to Ashish --- "Wills, Mike N. (TC)" <MNWills@xxxxxxxxxxxxxx> wrote: > I don't think I understand. This has nothing to do with files. All > this > procedure(method) does is log into the application. > The java program is > being called from RPG. Here is the code I am using if that helps. > > Calling program: > DocP_Setup(); // Setup the classpath > objDocP = DocP_New(); > sessionInfomation = > DocP_Login(objDocP:DSUSER:DSPASS:DSURL); > > > Subprocedure: > > P*-------------------------------------------------- > P* Procedure name: DocP_Login > P* Purpose: Login to DocuShare > P* Returns: Authority Token > P* Parameter: UserName => The username of > the user > P* Parameter: Password => The password of > the user > P* Parameter: URL => The location of > docushare > > P*-------------------------------------------------- > P DocP_Login B EXPORT > D DocP_Login PI O > CLASS(*JAVA:String) > D objDocP O > Class(*Java: DocP) > D UserName 30A CONST > D > OPTIONS(*VARSIZE) > D Password 30A CONST > D > OPTIONS(*VARSIZE) > D URL 500A CONST > D > OPTIONS(*VARSIZE) > > D login PR O > ExtProc(*Java: DocP: 'Login') > D > Class(*Java: String) > D user O > Class(*Java: String) Const > D pass O > Class(*Java: String) Const > D urlpath O > Class(*Java: String) Const > > D* Local fields > D retField S 3276A > > /FREE > > monitor; > return login(objDocP: > #cvtToString(%trim(UserName)): > #cvtToString(%trim(Password)): > #cvtToString(%trim(URL))); > on-error *all; > return *null; > endmon; > > /END-FREE > P DocP_Login E > > > Mike Wills > Lawson Programmer/Administrator > Taylor Corporation > Email: mnwills AT taylorcorpNOSPAM DOT com > AIM: iSeriesCodePoet > > > -----Original Message----- > From: Ashish Kulkarni > > Hi > it seems that there is some problem with the java class loader, do u > pass it as a stream to your program, or u pass as some path of the > file > > Ashish > _______________________________________________ > This is the Java Programming on and around the iSeries / AS400 > (JAVA400-L) mailing list To post a message email: > JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list > options, > visit: > http://lists.midrange.com/mailman/listinfo/java400-l > or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a > moment to review the archives at > http://archive.midrange.com/java400-l. > __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.
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.