on 2004 Feb 24 3:17 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.