Wrox Programmer Forums
|
Ajax the combination of XHTML, CSS, DOM, XML, XSLT, XMLHttpRequest, and JavaScript
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Ajax section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 17th, 2008, 10:03 PM
2mk 2mk is offline
Registered User
 
Join Date: Feb 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to 2mk
Default soapserver/soap

Code:
api_xml_http.open( "post", "soap_processor.asp", false );

api_xml_http.setRequestHeader( "Content-Type", "text/xml" );

api_xml_http.setRequestHeader( "SOAPAction", "soapserver/soap:AuthorizationModule#DoLogin" );

api_xml_http.send( "<SOAP:Envelope xmlns:SOAP=\"http://schemas.xmlsoap.org/soap/envelope/\"><SOAP:Header></SOAP:Header><SOAP:Body><m:DoLogin xmlns:m=\"urn:soapserver/soap:AuthorizationModule\"><UserName>a</UserName><Password>a</Password></m:DoLogi n></SOAP:Body></SOAP:Envelope>" )

alert( api_xml_http.responseText );

...
Can anyone explain the third line, what is AuthorizationModule ?








Similar Threads
Thread Thread Starter Forum Replies Last Post
What is SOAP why do we need it nidhimittal Pro PHP 1 October 23rd, 2006 03:28 AM
soap on C shiji4u XML 0 March 1st, 2006 04:59 AM
Using SOAP and C++ RussellThor Visual C++ 0 November 29th, 2005 09:06 PM
soap a.slaughter Pro PHP 0 March 22nd, 2005 10:25 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.