Im using web services to capture data from my installer. what would be the best way to post data eg
POST /WebServices/ShoppingService.asmx/GetEntyInfo HTTP/1.1
Host: localhost
Content-Type: application/x-www-form-urlencoded
Content-Length: length
entyid=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>
thx
html post using inetc
6 posts
I don't get what your problem is. Have you looked at the inetc documentation?
Stu
Stu
Yes I have but cant seem to get it working. I have no problems using a VBscript. works like a dream but i would like to use the installer for this funcrionality. I just get the connecting popup or URL parts error but not the responce im expecting.
Post your code.
Stu
Stu
Just got it working. I had to creatt eh output file. Is there a way to pop to the stack?
If the plugin does not provide the functionality just output to the file and then read it with the FileOpen, FileRead and FileClose functions.
Stu
Stu