× 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.



our company has gone with a cloud based timeclock system. I am working with rpg stubs created by wsdl2ws.sh to connect to the web service.

My question at this point is configuring SSL (axiscStubSetSecure). Where do i get the information i need for this?

link to service: https://trinet.centralservers.com/Service/Home/Library

I have sample code below.

p1 ds likeds(this_t)
p2 ds likeds(TokenCreate_t)
p3 ds likeds(xsd_string)

/free

P1.ENDPOINT = 'https://trinet.centralservers.com/Service/ws-soap/1.0'

stub_create_ServiceRouter(p1);

axiscStubSetSecure(p1.handle:
<path to KeyRing.kbd> :
<password to stash or NULL string> :
<label> : NONE : 05 : NONE );


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.