-
Swing client - http get
HI...
have a Swing client which should connect to a webservice via a http request.
My pob - how to implement the http get method in my java client, and how
can I handle the response ...
http request:
GET /elc/Sharetips.asmx/Buy? HTTP/1.1
Host: webservice.client.uk
webservice response:
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.cs.nott.ac.uk/dge/">string</string>
I need only the String!!
Thanx for your help!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|