Tuesday, March 16, 2010

webservice creation(SOAP OVER HTTP)

webservice creation(SOAP OVER HTTP)

1. Create a ProcessDefinition, name it as main process.

2. Replace the start activity with SoapEventSource.
    a. In the Configuration Tab select the transport as HTTP Transport.
    b. Browse for the porttype and operation from the WSDL
    c. Look in to the abstract WSDL as appeared in the WSDL Tab
    d. Select all and save as ConcreteWSDl
3. Create a test process by the following steps
    a. Drag a processDefinition and get the soap request reply activity in b/n start and stop
    b. In the service panel browse for the concrete WSDL

  When we test it, Providing the input for the test process and test it Everything should be fine.

No comments:

Post a Comment