Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Best way to call a third party servlet/API

    Hi,

    What is the best way to call a certain servlet / API on a third party server and process the response?

    All I want to do is call

    http://someserver.com/api/XServlet?t=this&x=that

    The server would reply with say

    OK:You got it

    or

    Error: Well some thing's missing

    I want to make an asynch / sync call to this via smart gwt and take action based on the result. Need help with the best way to do so.

    Thank you.

    #2
    See the FAQ - you want the Client-Server Data Integration overview, then you'll follow the client-side data integration path.

    Comment

    Working...
    X