Can't find anywhere how to implement the {id} param in the WSDL definition and to extract it from the tESBProviderRequest component. Any one have any ideas?
Hi Sabrina,
The tSoap component is designed to be used as a soap client. My question is in reference to build a SOAP service in the Talend ESB services module.
I'm trying to figure out on the server side how to accept a URL param in the SOAP endpoint and then use that in a job using the tESBProviderRequest component?
Seems it can be done easily with a REST service but trying to determine how it can be done with a SOAP service?
Best,
for soap services , you cannot pass a value like {id} that you are doing with rest -services. You would need to pass any data in the form of payload to the soap service . Since soap has fixed endpoint and cannot be included with parameters.
Once you have payload to your endpoint , you can retrieve it from tESBProviderRequest , parse your xml payload .