Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem with WSDL

Hi developers.

 

I want to create a webservice using WSDL. I have already done it with other projects but now I am having problems with a WSDL that imports data from separated .xsd files.

I have realized that talend can't work with WSDL and xsd. For this reason, I have created a unique WSDL with the data from the .xsd files. I have found a program called altanova SPY that merges the files to create a single WSDL.

 

With this WSDL created I have been able to import it to TOS:

 

1.PNG

The problem is that when I execute my job  I am not being able to receive the information sent at the function CreateVoucher(). I have made a simple job which extracts the information from one parameter sent to the webservice.

3.PNG

2.PNG



To see the whole post, download it here
Labels (4)
1 Reply
Anonymous
Not applicable
Author

You are actually trying to extract Address not Article Number. To see what is sent in, place a tLogRow after your tESBProviderRequest and before your tXMLMap components. That will show you everything that is sent in.