XmlBlaster Logo

REQUIREMENT

protocol.soap

XmlBlaster Logo


Type NEW
Priority LOW
Status INWORK
Topic XmlBlaster has a protocol plugin to support access via SOAP
Des
cription

The SOAP support is based on the SOAP anywhere library by Jonathan Glanz of JAFWorks.

The necessary jar files need to be copied to xmlBlaster/lib/soap directory.

You need JDK 1.4 or better to use SOAP anywhere.

Configure
Property Default / Example Description Impl
soap.hostname localhost Specify a hostname where the SOAP server runs yes
soap.port 7607 The SOAP server port yes
ProtocolPlugin[SOAP][1.0]
org.xmlBlaster.protocol.soap.CallbackSoapDriver,\
classpath=soap/jdom.jar:soap/log4j-core.jar:\
soap/log4j.jar:soap/saw.jar:soap/soap.jar:soap/xerces.jar
You need to activate SOAP support in your xmlBlaster.properties file yes
CbProtocolPlugin[SOAP][1.0]
org.xmlBlaster.protocol.soap.CallbackSoapDriver,\
classpath=soap/jdom.jar:soap/log4j-core.jar:\
soap/log4j.jar:soap/saw.jar:soap/soap.jar:soap/xerces.jar
You need to activate SOAP support in your xmlBlaster.properties file yes

NOTE: Configuration parameters are specified on command line (-someValue 17) or in the xmlBlaster.properties file (someValue=17). See requirement "util.property" for details.
Columns named Impl tells you if the feature is implemented.
Columns named Hot tells you if the configuration is changeable in hot operation.

Todo
   
      
      SOAP support is not implemented.
      The class xmlBlaster/src/java/org/xmlBlaster/protocol/soap/SoapDriver.java
      adds the basic skeleton, and xmlBlaster/demo/soap holds a minimal
      web services directory structure.
      
      
      The SOAP jar files are currently not included with xmlBlaster.
      
   
   
See REQ protocol
See API org.xmlBlaster.protocol.soap.SoapDriver

This page is generated from the requirement XML file xmlBlaster/doc/requirements/protocol.soap.xml

Back to overview