Hi all!

We are converting from D3 to jBASE and I've run into a dilemma...

I have a nifty set of D3 programs that utilize C libraries to open up 
sockets from Pick to the internet so we can do address verification with 
the USPS.
I send a mailing address and they send it back standardized, or tell me 
it's bad.

In a nutshell, the FlashBasic program starts out with a CFUNCTION 
SOCKET.BUILTIN command

The socket is then opened with a %SOCKET, followed by %SEND which sends 
something like "GET 
http://production.shippingapis.com/ShippingAPI.dll?API=Verify&XML=<AddressValidateRequest%20USERID="503XXXX1094">....<blah>"

Results are received via a %RECV call

The socket is then closed via %CLOSESOCKET

Any hope of this being moved to jBASE? I didn't write any of the C 
code/libraries...someone at D3 (TigerLogic or whomever they are now) 
supplied it to me.

I'd hate to lose this functionality, but I don't program in C, so I'm at 
the mercy of any pre-existing routines to do this sort of thing...
 
Thanks everyone!

-Greg

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to