본문 바로가기
asp

asp 에서 soap 사용

by [김경민]™ ┌(  ̄∇ ̄)┘™ 2013. 4. 27.
728x90

설치파일

 

1.     Soap toolkit

http://www.microsoft.com/downloads/details.aspx?FamilyID=c943c0dd-ceec-4088-9753-86f052ec8450&DisplayLang=en

 

2.     Msxml 4.0

http://www.microsoft.com/downloads/details.aspx?displaylang=ko&FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42

 

<%

Dim oSOAP

Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30")

oSOAP.ClientProperty("ServerHTTPRequest") = True

oSOAP.mssoapinit("http://a.com/Service.asmx?wsdl")

strTemp =oSOAP.CHECK_ID("")

response.write(strTemp) 

%>

728x90

'asp' 카테고리의 다른 글

asp 에서 md5 사용  (0) 2013.04.27

댓글