In this section: |
Service Manager iBSP is started and configured along with iWay Service Manager (iSM). Starting and configuring iSM is explained in the iWay Service Manager User's Guide.
When first installed, iSM is configured for iBSP and has a SOAP listener on port 9000. Use the steps below to verify the installation by accessing a sample Web service installed with iWay Service Manager 6.0.1.
http://hostname:9000
where:
Is the hostname where you installed iWay Service Manager.
The iBSP home page opens. The following image displays the three home page options: IVP, production, and test.
This page allows you to test the sample Web service installed with iWay Service Manager 6.0.1. When you create Web services using iWay Explorer, you can also test them from this page.
An XML response that is similar to the following appears in your browser:
<?xml version="1.0" encoding="UTF-8" ?> <SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <ivpResponse xmlns="urn:iwaysoftware:ibse:jul2003:ivp:response" cid="85521DE8FF9EA47704E64F928860AFDC"> <CurrentTime>2009-04-30T18:33:10Z</CurrentTime> <Version>iWay 6.0.1 Service Manager</Version> </ivpResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
If you do not plan to use Servlet iBSP, proceed to Configuring and Creating the iBSP Repository.
iWay Software |