Hi experts,
I've tried to implement SOAP - PI -> RFC (BAPI) Sysn scenario. Configuration is okay (as i guess). I used SOAPui to test but response is empty with every request:
Sample
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bvi="http:/bvi.com">
<soapenv:Header/>
<soapenv:Body>
<bvi:MT_Company_Req>
<CompanyID>0001</CompanyID>
</bvi:MT_Company_Req>
</soapenv:Body>
</soapenv:Envelope>
And response is:
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Header/>
<SOAP:Body>
<ns1:MT_Company_Resp xmlns:ns1="http://bvi.com">
<Company/>
<Name/>
<Country/>
<City/>
<Street/>
</ns1:MT_Company_Resp>
</SOAP:Body>
</SOAP:Envelope>
I can see the message at SXMB_MONI in PI server but see nothing at R3 system.
Please let me know what is wrong here?
Rgds,
Lai Vu Tien Viet