Hi,
I am sending message from Java Proxy using one jsp(which sends data to application class).
But when I click on send button all the values in input box gets cleared but the message is not posted to XI as I can not see any message in moni.
What should be the problem?
I am using following code:
p.put(Context.INITIAL_CONTEXT_FACTORY,"com.sap.engine.services.jndi.InitialContextFactoryImpl");
p.put(Context.PROVIDER_URL, "xiserver:50004");
p.put(Context.SECURITY_PRINCIPAL, "xiuser");
p.put(Context.SECURITY_CREDENTIALS, "pwd");
I just want to know whether server and user here should be from XI or what and whether this user should have administrator rights?
Thanks.