Java program which consumes a PeopleSoft web service
I am relatively new to web services. I am looking to expose any PeopleSoft component as a web service and then write a java application that allows me to add data through the java program to the PeopleSoft database through a web service. I have been able to successfully create the the web service in PeopleSoft and access the wsdl. I am looking for a sample program in java that allows me to input data from the java program to the PeopleSoft database through the web service.
0