Hi Pete,
Below is an example file which includes the parameters for SOAP Adapter Configuration. Check the Adpater Documentation for more details.
Part 1 (FromWS) : WS clients to XMB server ######
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
The port and path where the adapter waits for web service messages from clients.
XMBWS.WSPort=4445
XMBWS.WSPath=/myservice/ws
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
Part 2 (ToWS): XMB clients to WS server ######
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
Add comment