Fetching Application status from MXISO agent to Web Application
Riyaj
Topic created 11 years ago
Hello,
I am integrating OpenERP with MXISO. For testing integration, I have been using https://sandbox.mxisoagent.com. I successfully submitted application from OpenERP to MXISO using "SubmitMerchantApplication" service.
Now I am trying to use "GetApplicationStatus" service to fetch the status of application in the ERP, but web service is returning "None" as a result.
Hello, I am integrating OpenERP with MXISO. For testing integration, I have been using https://sandbox.mxisoagent.com. I successfully submitted application from OpenERP to MXISO using "SubmitMerchantApplication" service. Now I am trying to use "GetApplicationStatus" service to fetch the status of application in the ERP, but web service is returning "None" as a result.
Following is the detailed request and response log: *************STATUS************* None **************REQUEST**************** <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <AuthorizationSoapHeader xmlns="http://tempuri.org/"> <SessionToken>9883e5b73053e51ef6c3b1b50640e495</SessionToken> </AuthorizationSoapHeader> </soap:Header> <soap:Body> <GetApplicationStatus xmlns="http://tempuri.org/"> <merchantId xmlns="PriorityPayment">100031896</merchantId> <applicationId xmlns="PriorityPayment">100031828</applicationId> </GetApplicationStatus> </soap:Body> </soap:Envelope> **************RESPONSE**************** <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope> <soap:Body> <GetApplicationStatusResponse xmlns="http://tempuri.org/"> <GetApplicationStatusResult xsi:nil="true"/> </GetApplicationStatusResponse> </soap:Body> </soap:Envelope>
Thanks in advance.
Message edited by Riyaj 11 years ago
Tags