cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Error 501 with SOAP Sender channel

Former Member
0 Kudos

Hello,

i've am simple Question:

I want to call the following SAP XI SOAP Sender channel "MySoapSenderChannel":

XI-Parameters:

namespace: <myInterfaceNamespace>

Interface: <myAsynchInterface>

QoS: Exactly Once in Order

Queue: MY_QUEUE

We do not care about the Response - so the processing is asynchron.

Thus my interface mapping maps to asynch interfaces. The desitnation

is an ABAP Proxy. The configuration has been done and tested.

Here my question:

according the documentation, the URL has the following syntax:

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel.

In our case:

http://<myHost>:8002/XISOAPAdapter/MessageServlet?channel=:MyService:MySoapSenderChannel.

But when i generate a WSDL for the interface out of the Configuration, the address is:

<soap:address location="http://<myHost>:8002/sap/xi/engine?type=entry&amp;version=3.0&amp;Sender.Service=MyService&amp;Interface=...

and so forth.

But was is the difference between these 2 possibilities?

Why do i get HTTP Error 501 when i use the URL from the documentation (the first one)?

Thanx in advance

Gunnar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Gunnar,

I will suggest you to go through it once to check all your connection.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Regards,

Sarvesh