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

RE: WSDL2RPG and cookies



>   As you pointed out, the *INLR had no effect.
Looking back a bit further in this thread, you said you have one program calling two service programs. There would be no *INLR to test with that scenario (you aren't setting *inlr in the service program - right?).  I had thought you said you had two separate programs - one doing the login and doing the transaction. 

>  How can I see the activation group situation?
Set your break at the first statement in each service program. DSPJOB, look at call stack and Display activation group. You should find your main program and the service programs in the same activation group.
When you edit your source...do you have an H spec with actgrp(xxxx)? When you compile, what is actgrp(xxx)?
To check the objects,
DSPPGM VEC010
	- on first screen, middle - "Activation group attribute . . . . . . . . . . :   XXXXXX"      
	- hit Enter a few times until you see Service Programs
	- "5" the service programs VEC001 and VEC002. Same spot look for Activation group attribute (should be same as VEC010 or *CALLER).

> I tried to use the cookie file, but I always get Pointer not set for location referenced.    -1: Pointer not set for location referenced.
(sometimes works...)
http_use_cookies(*ON);                        
http_cookie_file('/tmp/VEC010cookie.txt':*on);


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------