Hi Experts,
Am using ECC 6.0 & CE 7.1 EP06
I have a Composite Application(CAF, using Java) which consumes BAPIs and Enterprise Service.
For connecting the CAF(Java) layer to communicate with ECC I need to perform mapping between the destinations of the BAPI(RFC destination) and the Web Service destination.
We have created the Logon Ticket and is working fine, this we can say so because there is a SAP Transaction iView and is running fine. The only problem occurs for RFC and destinations of type 'wsdl'(created for Enterprise Service)
For authentication, in the case of
RFC destination if I use Logon ticket I get the error " Error while creating assertion ticket on demand. No logged in user found."
but when I used the assertion ticket it works fine.
But for the Web Service Destination, when I try using the Logon Ticket I get the error
" Error while creating assertion ticket on demand. No logged in user found. "
and when using the Assertion Ticket I get this error
" Properties not set:
NS: http://www.sap.com/webas/630/soap/features/transportguarantee/ Name: IncludeTimestamp "
Please help me in this issue. Any information is appreciated.
Thanks
--- Brian