Hello all,
I am developing a process consisting of an automated activity.
This automated activity uses a logical destination for a web service call to an ECC BAPI.
The BAPI name is 'BAPI_INQUIRY_CREATEFROMDATA2'
Now the problem is the Output mapping in the automated activity which calls the web service for the above BAPI has the response name as 'BAPI_INQUIRY_CREATEFROMDATA2.Response'
So when i try to map the nodes it gives me an error, 'Error at Line 2, Column 29, Found '.' after BAPI_INQUIRY_CREATEFROMDATA2'.
Since there is no mapping i do not get the process working
If i remove the '.' from the wsdl file source, mapping is done. But the backend service call gives an error.
How can i solve this problem?
Any inputs will be very helpful.