Hi,
before I can use a webservice in a file to SOAP scenario I have to call an other web service where I will get for a request message (database, user, pwd) a response message (session-id). This session-id and the file I need to call the original webservice.
How can I do this?
In the ESR exists:
1) datatype + messagetype + service interface for the file
2) an external definition (wsdl) for the login web service
3) an external definition (wsdl) for the web service (here I need the session-id from the login web service)
4) ???
What kind of service interfaces and mappings I need?
Any help please?