I am using data services XI3.1 . My problem is related to WSDL. In my job i have to send message to WSDL .
To achieve this I created web service datastore and imported WSDL metadata.
Source is an XML and I have to pass certain values to WSDL. In query transform I am using make new function call and select function which was imported into web service datastore.
I am unable to map WSDL object in query transform. Screen shot and ATL is attached for reference.
Please suggest how can I map it and what important consideration should be taken while using web service objects.
Screen shot and ATL is attached for reference. Please repalce .txt with.atl before importing JOB_Web_Service.txt file.
you ATL is incomplete, it doesn’t include Datastore information
anyway from the screen shot the input XML that you are trying to map to the WSDL operation doesn’t match with the input of the WSDL operation, from the screenshot the operation takes one input as NotifyLoad
I think the input for your WSDL operation is of type ANY, DataServices doesn’t support ANY datatype, it needs fixed input and output schema
Hi, I’m having similiar issues and this post is a little old. So I was just wondering if the xsd ANY datatype issue still applies or this has been fixed in later versions? I’m 12.2.0.1.