Skip to Content
0
Mar 14, 2007 at 07:45 PM

Use Sender SOAP Channel to call http resource

36 Views

Hi all,

I'm trying to call a http web page to retrieve the html content and parse it in sap xi. I have use a SOAP Sender Channel configured with the url and the check "Do not use SAP envelope" checked.

And I get the next error:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="HTTP">ADAPTER.HTTP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>HTTP 405 Method Not Allowed</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Any Idea?

Thanks