More about Service dotNet rules |
After you have created all the Service dotNet rules for a package, open the Service Package data instance to create a WSDL file. You can copy the generated WSDL file to the client (calling) system to support deployment.
Use the Tracer to debug Service dotNet rules. You can use the built-in monitor tool from AXIS known as TCPMon to trace SOAP messages. See More about Service SOAP rules.
HTTP messages sent by Process Commander may be compressed and difficult to review in Tracer displays. You can turn off data compression. See Tracer — Troubleshooting.
The Service dotNet rules run in a background requestor that
uses the PRSOAPServlet
servlet.
At runtime, the package, class, and method names are passed in as part of a SOAP request so that your Process Commander system can look up the corresponding Service dotNet rule and execute the specified activity.
When Requires authentication? is specified in the service package instance, Service SOAP rules support HTTP Basic Authentication. If your situation requires WS-Security authentication, you can configure this through facilities of your application server. In that case, use Service EJB rules or Service Java rules rather than Service SOAP rules.
When the Processing mode on the service
package is set to Stateful
, the
PRSOAPServlet
servlet uses token passing and
cookies to maintain state between client and server.
Through changes the prlogging.xml
file, you can
obtain performance statistics on the execution of services. See
Performance
tool — Statistics for services.
About Service Package data instances |