Hi Experts,
I am working with webservices model Using NWDS 7.013. One application (webservice model) was developed in old portal server after that portal server was scrapped. XI server only available now. Currently i have a new server. I import into that application into My NWDS using the New server.
Refering the below thread
problem-calling-xi-webservices-from-webdynpro-java
I added following code in the component controller before execute the model
req._setUser("username"); (eg. user_XI)
req._setPassword("password"); (eg. password_XI)
while executing the model in the component controller the following exception will be occured
javax.xml.rpc.soap.SOAPFaultException
How can i rectify this? anything i am going to create JCO in SLD or any configuration going to create Visual administrator? Please give me your valuable suggestions....
Regards,
P.Manivannan.