Hello Gurus,
I have a scenario where i am using Soap (Axis) adapter at my sender side (have used WS Secutiry UserTokenAuthorization).
When i publish this service at SR (published from the option in sender agreement), the generated End points are like these
Target Address:
http://host:port/XISOAPAdapter/MessageServlet?senderParty=&senderService=BC_XXXX&receiverParty=&receiverService=&interface=SI_XXXX_OB&interfaceNamespace=http://xxxxxx.xxx/xx/xxxxxxxx/xxx/xx
but according to the FAQ provided for the Axis adapter it says the URL should be like this
http://host:port/XIAxisAdapter/MessageServlet?parameters
Problem is, the autogenerated url has "XISOAPAdapter" instead of "XIAxisAdapter".
Do we need to do any configuration in SR so that the autogenerated URL have "XIAxisAdapter"???
consumers are supposed to be using this url and send msg with WS Security.
Any idea how can i do that?
Thanks,
Hetal Shah