Hi there,
We're facing some problems with interfaces building on MII - everything looks great, MII says "PI received our message" but nothing occurs. We used "Web Service XI" action to send a encapsulated XML to SAP PI 7.0. What we observed:
1 - Executing interface on workbench, pressing "Test Button", no error messages comes from MII. But no XML is sent to PI.
2 - Calling transaction using SOAP programs like SOAP UI, no error message comes from MII. But no XML is sent to PI.
3 - We go to Netweaver Log. We received this message: XML AssignXml Parser Error (if we expand the message, only this information comes...)
4 - On picture 2, we deleted !CDATA string. We sent by MII this string:
<![CDATA[<?xml version="1.0" encoding="UTF-8"?><ns0:MT_PI_SARAH02
Av" target="_blank">http://csa.com.br/pi/WebServicesTest/TestInterPI">AvLucio Costa 4700</Address><Company>CSA</Company><Name>Vera
Loyola</Name></ns0:MT_PI_SARAH02>]]>
After this action, we have this message on right format to be sent to PI:
<?xml version="1.0" encoding="UTF-8"?><ns0:MT_PI_SARAH02
Av" target="_blank">http://csa.com.br/pi/WebServicesTest/TestInterPI">AvLucio Costa 4700</Address><Company>CSA</Company><Name>Vera
Loyola</Name></ns0:MT_PI_SARAH02>
(Yes, we tried sent this message with CDATA, but the action
String_to_XML_parser_0 delete it... then we have to do this treatment)
5 - We inserted the WSDL Base URL. If we insert the same information on URL field above, we'll receive error message and a file with no contents will be sent to PI (PI receives the message on this case!), but if we send by this way as shown on picture, no error message comes neither communication is done between PI and MII.
What do we have to do here? We want MII sending XML to PI and the same
receveing it... MII version: 12.0.3.
Thanks,
Marcelo