Dear Team,
I have a problem when calling a webservice on IS.
This service have a login method and other methods, before calling other methods, we need to call login method to log in.
In java, I just need do like this:
- Create binding
- Set binding.setMaintainSession(true)
- Use this binding to call the login method
- Use this binding to call other method.
I don’t know how to do it on IS, I tried to create a consumer, create a flow to call one by one service (login + other), but it’s failed (Login is passed, but next method will receive result as not_logined).
So any one can share how to make it run ?
Thanks for your time!
#Integration-Server-and-ESB#webMethods