iBSP Configuration Services - iwconfig

Use the following URL to access the iBSP configuration services:

http://localhost:port/admin/iwconfig.ibs

where:

localhost

Is the host machine where iWay Service Manager is installed. The default value is localhost.

port

Is the SOAP port where iWay Business Service Provider is listening. The default port is 9000.

The following methods are available:

GETIBSECONFIG

Use this method to retrieve the current iBSP configuration information. GETIBSECONFIG accepts no parameters.

SETIBSECONFIG

Use this method to edit the current iBSP configuration information. SETIBSECONFIG accepts one parameter and the SOAP request uses the following format:

<SETIBSECONFIG xmlns="urn:schemas-iwaysoftware-com:jul2003:ibse:config">
 <ibseconfig>
  <group title="System">
   <wsdlroot>wsdl</wsdlroot>
   <afroot>E:\edaxml-home\build031403\bin\adapterlib</afroot>
   <encoding>UTF-8</encoding>
   <debug>true</debug>
  </group>
  <group title="Security">
   <admin>iway</admin>
   <adminpwd>ENCR(310331293232296)</adminpwd>
   <policy>false</policy>
  </group>
  <group title="Repository">
   <rname>sqlserver</rname>
<rconn>jdbc:microsoft:sqlserver://YANKEES:1433;DatabaseName=IBSESERVLET041803;SelectMethod=cursor</rconn>
   <rdriver></rdriver>
   <ruser>jz10054</ruser>
   <rpwd>ENCR(28728132353244325031643183)</rpwd>
   <rpool>false</rpool>
  </group>
  <group title="Asynchronous Request">
   <acount>2</acount>
   <iqtype>table</iqtype>
   <iqurl/>
   <lqtype>table</lqtype>
   <lqurl/>
  </group>
 </ibseconfig>
</SETIBSECONFIG>

MIGRATEREPO

Use this method to migrate a repository from one media to another. MIGRATEREPO accepts one parameter and the SOAP request uses the following format:

<MIGRATEREPO xmlns="urn:schemas-iwaysoftware-com:jul2003:ibse:config" version="">
  <repositorysetting>
   <rname>file</rname>
   <rconn>C:\repository.xml</rconn>
   <rdriver></rdriver>
   <ruser></ruser>
   <rpwd></rpwd>
  </repositorysetting>
  <servicename></servicename>
</MIGRATEREPO>

GETMTHCONNECTION

Use this method to retrieve the connection information for a specific Web service method. The Web service name (servicename) and Web service method name (methodname) are the only parameters that are required for this method.

SETMTHCONNECTION

Use this method to update the connection information for a particular Web service method. SETMTHCONNECTION accepts one parameter and the SOAP request uses the following format:

<SETMTHCONNECTION xmlns="urn:schemas-iwaysoftware-com:dec2002:iwse:af">
<servicename>demo</servicename>
<methodname>demo</methodname>
<descriptor>
<option title="">
<group title="">
<param label="User" name="user" required="true" type="" value=""/>
<param label="PWD" name="password" required="true" type="" value=""/>
<param label="Conn" name="conn" required="true" type="" value=""/>
</group>
</option>
</descriptor>
</SETMTHCONNECTION>

iWay Software