trace at WSO2/Perl?

cemox's picture
Hi there, can somebody tell me, how to set trace level at WSO2/Perl? At SOAP::Lite you have that option to activate trace using "use SOAP::Lite +trace => 'debug';", so you can trace the SOAP communication. Besides I want to know, how to specify the operation I want to communicate with. Assumed that the target server has 3 operations: - createCustomer - deleteCustomer - modifyCustomer If I see the examples, I have only to write the operation name in payload. Am I right? At SOAP::Lite I have to tell this explicitly, e.g. $soap_handler->createCustomer(). Thanks in advance. Cheers Erwin
nandika's picture

Re

You would need to construct the payload xml as required by the receiving service. There are four methods for a service to identify the correct operation. Those are , using soap action, using WS-Addressing, using soap body and by using request uri. In most cases, one of soap action, ws-addressing or soap body will be used to identify the correct operation to invoke at the server side. Regards Nandika
library project main code
Learn Cloud
Learn
Cloud

The WSO2 Application Server is a reliable application server that can host your enterprise web applications. The WSO2 Application Server as a Service is offered in StratosLive, the WSO2 Platform as a Service. This article explains how a simple web application can be developed and deployed from Carbon Studio to the WSO2 Application Server...

Latest Webinar
Different groups within an organization need to monitor different Key Performance Indicators (KPIs) - An operations team will be interested in the response times of business services and loads of each service,..
Thursday, February 9th 2012, 09.00 AM (PST)

Thursday, February 9th 2012, 10.00 AM (GMT)