converting from http post method to soap
am 03.02.2007 17:08:43 von ChuckHello,
I used to be able to access a third party webservice using the post method
in an ASP page.
Original Post Method
<%
Dim sGetAccountUrl
sGetAccountUrl =
"http://www.sample.com/webservices/webservices.asmx/GetAccou nt" &_
"?a=" & la &_
"&d=" & ld &_
"&p=" & lp
%>