The Artima Developer Community
Sponsored Link

Web Services Forum
Access a method in another server using xmlhttp

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
thayalan

Posts: 1
Nickname: thayalan44
Registered: Dec, 2004

Access a method in another server using xmlhttp Posted: Dec 11, 2004 2:42 AM
Reply to this message Reply
Advertisement
Shown below is ASP Code sample that tries to access a method,CreateUser in the server called,

"http://smallbutsmart.basis.com.au" using the protocol,XMLHTTP. Can you explain to me why this

Code does not work and showing the correct Code Sample?



<%
dim objXMLHTTP
set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP")
objXMLHTTP.Open "Post", "http://smallbutsmart.basis.com.au", false
'objXMLHTTP.SetRequestHeader "Content-type", "text/html"
'objXMLHTTP.CreateUser "abc","123","Scriven","1","001","qms"
objXMLHTTP.Send
%>

Topic: TOMCAT with AXIS Previous Topic   Next Topic Topic: document/literal webservice with axis and complex types

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use