Ajith, Deepal,

Managed to go a little bit further...Could u please help me with the
WSDL here? (DLDataService.wsdl in AXIS2-343). incoming request looks
like this:

<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";><soapenv:Header><wsa:To
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>http://localhost:8081/axis2/services/DataService</wsa:To><wsa:Action
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>DataValuesRequest</wsa:Action><wsa:ReplyTo
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";><wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address></wsa:ReplyTo><wsa:MessageID
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>uuid:8B7DDE364B7CBBD62211365004585931</wsa:MessageID></soapenv:Header><soapenv:Body><dataValuesRequest
xmlns="http://data.soap.highlinedata.com/Data.xsd1";><dps><dp><li>ID:0</li></dp><dp><li>ID:1</li></dp><dp><li>ID:2</li></dp><dp><li>ID:3</li></dp><dp><li>ID:4</li></dp></dps></dataValuesRequest></soapenv:Body></soapenv:Envelope>

The DataServiceMessageReceiver is looking for "DataValuesRequest" in
the method name and the soap:Body has "dataValuesRequest".

thanks,
dims

--
Davanum Srinivas : http://wso2.com/blogs/

Reply via email to