Main Page | Class List | File List | Class Members

nsISOAPHttpRequest Interface Reference

import "nsISOAPHttpRequest.idl";

List of all members.

Public Member Functions

void engage (in string mod, in string version)
void options (in nsIVariant optionSet)
boolean hasFaults ()

Public Attributes

attribute float soapVer


Detailed Description

SOAPHttpRequest is design to invoke web-services in a very similar way you invoke AJAX calls. It acts as the soap wrapper for XMLHttpRequest and use axis2/c web service engine for soap processing. nsISOAPHttpRequest describes web-services specific API for SOAPHttpRequest


Member Function Documentation

void nsISOAPHttpRequest::engage in string  mod,
in string  version
 

Engage Modules to the soap processor

Parameters:
mod - name of the module
version - version of the module

boolean nsISOAPHttpRequest::hasFaults  ) 
 

Check for fault for the response SOAP Message

Returns:
true if fault exist, false otherwise

void nsISOAPHttpRequest::options in nsIVariant  optionSet  ) 
 

Set options for modules

Parameters:
optionSet - Key, value pair of options e.g { key1:"value1", key2:"value2"}


Member Data Documentation

attribute float nsISOAPHttpRequest::soapVer
 

Set/get soap version


The documentation for this interface was generated from the following file:
Generated on Thu Jul 13 16:45:02 2006 by  doxygen 1.4.4