Hi
I have been provided with a WSDL file.
Now, I am trying to follow below article.
But it is using EJB...!!
I am having a simple view from where I have to upload a file and use this wsdl to post contents of this file to XI.
Somehow I have managed to generate classes from WSDL using :
model -> create model -> import adaptive web service model -> UDDI or URL....
selected wsdl from local machine and generated classes.
I have also added this model in my used model section of application.
but now i dont know how to call this webservice !!
I have successfully called this webservice and posted file contents to it in normal java application made in NWDS...but got no idea on how to do this in web dynpro...java.
Please guide me...
Thanks