Consuming web service and then using PTPBB clases
Hi - I was following this tutorial:
peoplesoft.wikidot.com/consuming-a-web-service
And I understand how the consume web service wizard creates the service, service operations, messages, xsd's etc.
However, what I don't get is how, in the next part, the pagelet wizard knows how to generate the soap message to send out to the web service.
I looked through that component (pretty complicated) and I found this PTPBB_PAGELET application package which seems to do all the parsing of the xsd's generated by the consume web service wizard.
Can anyone help me find out how to use these classes so I too can just consume a webservice and then stick in my parameter values and send off a message?