Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Launch a HTTP request in Oscript
Application_Services_FUJITSU_(fuji_ware05_-_(delet
Hi,I'm facing the next problem: I'd like to launch a http-request in my Oscript code. I don't want a return variable or a result, just sending is enough.(It's meant only for sending an SMS)Thanks in advanceJohan Raedemaeker
Find more posts tagged with
Comments
Mike_Oliver_(MorningstarUser3_(Delete)_1426757)
you have to do all the handshaking but it can be done.For a clue search for SMTP in the builder, there you will see a sockets built in implementation and an HTTP POST handshaking is similar.