Hi there,
I am very new to SOA and CAF...
I have used the MDM web service generator to create a web service - Let's call it "Updater". I Now need to create a wrapper web service that calls "Updater" but also does some more advanced processing before returning the result. So basically SA PI will call the wrapper WS which will in turn call the Updater WS.
How do I go about this?
I have created a CAF project in NWDS 7.2. While in the "Service" perspective, I clicked on the "external" node and imported the web service by specifying the WSDL. This was done correctly.
Now I have no idea where to go - How do I create my own web service to consume the updater WS?
I realize this is a very basic question, so please forgive my ignorance...