cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter

Former Member
0 Kudos
180

Hi,

I am trying to get the SOAP adapter going - the Documentation is very limited, and the parameters and the way it works seems very cryptic - can anyone describe the components and the way it works ? or point to some documentation that I could read to at least get a basic inbound and outbound configured ...

Thanks,

Pete

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189324
Contributor
0 Kudos

Hi Pete,

Below is an example file which includes the parameters for SOAP Adapter Configuration. Check the Adpater Documentation for more details.

            1. Part 1 (FromWS) : WS clients to XMB server ######

  1. The target URL of XMB broker, to which the adapter sends XMB messages.

XMB.TargetURL=http://<hostname>:8000/sap/xi/engine?type=entry

XMB.User=xiappluser

XMB.Password=xipass

XMB.Client=100

  1. The port and path where the adapter waits for web service messages from clients.

XMBWS.WSPort=4445

XMBWS.WSPath=/myservice/ws

  1. The following XMB attributes are used to fill default XMB messages.

XMB.SenderBusinessSystem=WS_Sender_BusinessSystem

XMB.SenderInterfaceNamespace=urn:xi:mysoaptest

XMB.SenderInterfaceName=WS_SenderInterface

XMB.ReceiverBusinessSystem=WS_Receiver_BusinessSystem

#XMB.QualityOfService=BE

            1. Part 2 (ToWS): XMB clients to WS server ######

  1. The target URL for the web service, to which the adapter sends web service messages.

#XMBWS.TargetURL=http://p48483:1100/perl/soaplite.cgi

XMBWS.TargetURL=http://services.xmethods.net:80/perl/soaplite.cgi

XMBWS.proxyHost=PrOxY

XMBWS.proxyPort=8080