List of SOAP Sender WSDL :
SOAP - Simple Object Access Protocol
Content-Encoding: gzip - for compressing the content
Zip stream Web Services communication using SOA... | SCN
- Transport Protocol : HTTP/SMTP
- Message Protocol
- SOAP 1.1
- XI 3.0
- ABAP Proxy - http://host:port/sap/XI/engine?type=entry
- BPM Receiver - http://host:50000/MessagingSystem/receive/JPR/XI
- User Authentication : Configure if server requests user authentication from the client
- Certificate Authentication : Configure if server requests a certificate from the client with Keystore Entry/View
TrustStore: TrustedCA is used to stored the trusted certificate
Conversion Parameters
- Use No SOAP Envelope - To send the payload of the message without a SOAP envelope.
- Keep Headers - To include the header of the XI message in the Web service message.
- Keep Attachments - To include attachments of the XI message in the Web service message.
- Use Encoded Headers - To encode the headers of the XI message.
- Use Query String - To specify a query string.
- SOAP Action - Specify the value for the SOAPAction in Web service messages.
Adapter-Specific Message Attributes
- TServerLocation - Server URL
- TAuthKey - Authentication key
- TProxyLocation - Proxy URL
- TProxyAuthKey - Proxy authentication key
- THeaderSOAPACTION - SOAP action
Search term XPI log:
- ssl_debug - to check SSL validation
- Calling endpoint - to check the endpoint
- reading body - to check the payload
WS Navigator link : http://host:port/wsnavigator?wsdl=http://XXX
Public Web Service
Error Handling : soap-faults-and-webservice-faults-from-3rd-party-webservices
Testing: Test Tools...Part 4 * SOAP *