Welcome to TM Forum Community Sign in | Join | Help
in Search

Trouble in running web service testing utility for Order mgt RI

Last post 05-25-2008, 8:54 AM by DavidX1. 1 replies.
Sort Posts: Previous Next
  •  05-16-2008, 6:53 AM 1765

    Trouble in running web service testing utility for Order mgt RI

    Hi,

    I have deployed the order management RI successfully on the glassfish application server. Topic connection factory, queue connection factory, queues and topics have been created.

    On running the om_req.cmd error is reported."com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
    SEVERE: SAAJ0008: Bad Response; Not found"

    Also I am not able to open the ws_url. Have I missed some settings for web service .

    Thanks,Swati.

     

  •  05-25-2008, 8:54 AM 1786 in reply to 1765

    Re: Trouble in running web service testing utility for Order mgt RI

    Hi Swati,

    I installed GlassFish and OM ri, can run the test without problem. The steps I followed are:

    1)Install GlasshFish under c:\sun\appserv dir

    2)download OM RI and extract it to d:\

    3)change your directory to d:\order_management_j2eesdk-1_0_1-src-ri

    4) rename oss_om_ri_app-1.0.1.ear oss_om_ri_app-1.0.ear

        You can skip this if you want to deploy this from console

        There is a bug in deploy_ear.cmd. It still uses last version of ear file name.

    5)cd bin

    6) run setenv.cmd

    7)run config_server.cmd

    8)run deploy_ear.cmd

    9) Now RI should be deployed, to verify it, open following URL on web brower, you should get the list of available web services

    http://localhost:8080/JVTOrderManagementSessionWebService/JVTOrderManagementSession

    10) cd ../src/oss_om_ri_ws

    11) run om_req.cmd to send the webservices request. for example:

        om_req.cmd site-test\create_product_request.xml

     

View as RSS news feed in XML