Please copy and paste in ur projecy, the below code snippet works fine for posting soap packet using http post to a web service
<script type="text/vbscript">
document.write("Hello World from VB Script")
Dim strSoapReq
strSoapReq = "<s12:Envelope xmlns:s12='http://www.w3.org/2003/05/soap-envelope'>"
strSoapReq = strSoapReq + "<s12:Body>"
strSoapReq = strSoapReq + "<ns1:GetCitiesByCountry xmlns:ns1='http://www.webserviceX.NET'>"
strSoapReq = strSoapReq + "<ns1:CountryName xmlns:ns1='http://www.webserviceX.NET'>Pakistan</ns1:CountryName>"
strSoapReq = strSoapReq + "</ns1:GetCitiesByCountry>"
strSoapReq = strSoapReq + "</s12:Body>"
strSoapReq = strSoapReq + "</s12:Envelope>"
Dim oHttp
Dim strResult
Set oHttp = CreateObject("Msxml2.XMLHTTP")
oHttp.open "POST", "http://www.webservicex.com/globalweather.asmx", false
oHttp.setRequestHeader "Content-Type", "application/soap+xml; charset=utf-8"
oHttp.setRequestHeader "Content-Encoding", "UTF-8"
oHttp.setRequestHeader "SOAPAction", "http://www.webserviceX.NET/GetCitiesByCountry"
oHttp.setRequestHeader "Host" , "www.webservicex.com"
oHttp.setRequestHeader "Content-Length", Len(strSoapReq)
oHttp.send strSoapReq
strResult = oHttp.responseText
document.write(strResult)
MsgBox strResult
</script>
Wednesday, January 11, 2012
VBScript - Send SOAP packet to call a webservice using http post
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2012
(113)
-
▼
January
(17)
- Schedule SSIS in SQL 2005
- Batch Files
- adding logging to SSIS - step by step
- SQL Server> Concatenate rows
- Java Decompliler for Eclipse
- JAX-WS Deployment
- JAX-WS Awesome Tutorial
- SSIS - Currency Conversion
- SAP - The Concept of System Landscape
- SSIS External Metadata Refresh
- VB Script - Sending SOAP packet explained
- VBScript - Send SOAP packet to call a webservice u...
- Upgrade SQL 2005 Express to Standard or Enterpris...
- OPC DA (Data Access)
- OPC Server i
- The NLINK OPC to SAP Solution provides
- SAPNWRFC.INI
-
▼
January
(17)
Unique Information's are here...I am looking for this Piece of information's...Thanks for your Kind Help
ReplyDeleteJava training in chennai | Java training in annanagar | Java training in omr | Java training in porur | Java training in tambaram | Java training in velachery