Hi guys,
following problem. I have a SOAP Request I want to send with HTTP POST (see below). When I configure my HTTP POST step as shwon in the picture and start my transformation I always get a Errorcode 500.
When I sent the same Request with SOAP UI it works fine. Also an other SOAP call without authentication works fine in PDI. In SOAP UI I had to change authentication method to "preemptive". There is no option for it in HTTP POST step - could it be the reason? I use PDI 5.0.1 GA stable.
Thanks for your support.
Regards
Michael
http_post_dialog.jpg
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
<soapenv:Header/>
<soapenv:Body>
<urn:GetCatalog>
<!--Optional:-->
<DeltaVersionOld>0</DeltaVersionOld>
<!--Optional:-->
<GenerationOld>0</GenerationOld>
<!--Optional:-->
<Katalog>KENNERXML</Katalog>
<!--Optional:-->
<NurVerwaltungsdaten>true</NurVerwaltungsdaten>
<!--Optional:-->
<VersionOld>0</VersionOld>
</urn:GetCatalog>
</soapenv:Body>
</soapenv:Envelope>
following problem. I have a SOAP Request I want to send with HTTP POST (see below). When I configure my HTTP POST step as shwon in the picture and start my transformation I always get a Errorcode 500.
When I sent the same Request with SOAP UI it works fine. Also an other SOAP call without authentication works fine in PDI. In SOAP UI I had to change authentication method to "preemptive". There is no option for it in HTTP POST step - could it be the reason? I use PDI 5.0.1 GA stable.
Thanks for your support.
Regards
Michael
http_post_dialog.jpg
Quote:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
<soapenv:Header/>
<soapenv:Body>
<urn:GetCatalog>
<!--Optional:-->
<DeltaVersionOld>0</DeltaVersionOld>
<!--Optional:-->
<GenerationOld>0</GenerationOld>
<!--Optional:-->
<Katalog>KENNERXML</Katalog>
<!--Optional:-->
<NurVerwaltungsdaten>true</NurVerwaltungsdaten>
<!--Optional:-->
<VersionOld>0</VersionOld>
</urn:GetCatalog>
</soapenv:Body>
</soapenv:Envelope>