What is the recommend way to call a Web Service

CharlesIPTI

Active Member
Licensed User
Longtime User
From My Activity_Create when I call a sub that uses HttpUtil it gets its response and goes to the Job done sub. From there My code takes you to the appropriate parser for the web response. I then FORCE you back into the Activity_Create. So you can move on to the next section or web call or whatever.


What it the preferred way of making these web service calls... ?? Http methods in a class and the class instantiated by a service and the service called from themain activity ??
 

CharlesIPTI

Active Member
Licensed User
Longtime User
Please anyone

My goal for this inquiry is I need to do some logging. It additionally is accomplished through a web service. So I want to fire off some calls to the web service and just forget about them. I don't need their response.
I especially dont want their execution to interrupt the flow of whats going on in my Activity_Create. The Activity_Create is doing its fair share of calls to subs which call HttpUtil and then the job done then parsers then are forced back into Activity_Create.


( Version 1.90 scenario )
Create, a service ?? service hosts class.. class hosts HttpUtil ?
or does the service call HttpUtil and theres no class.. ?
 
Upvote 0
Top