Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
falco-
Contributor III
Contributor III

[talend open studio 7.3.1] SOAP connection failed

Hello,

I'm back on Talend after 6 years of absence!

I'm trying to use a SOAP component but I can't.

I don't know whether to use tSOAP or tESBconsumer?

In fact on SOAPUI I enter the wsdl schema and I have in the request this:

<soapenv: Envelope xmlns: soapenv = "http://schemas.xmlsoap.org/soap/envelope/" xmlns: ser = "http://www.site.fr/service/">

  <soapenv: Header>

    <wsse: Security xmlns: wsse = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">

        <wsse: UsernameToken xmlns: wsu = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu: Id = "uuid_faf0159a-6b13- 4139-a6da-cb7b4100c10c ">

           <wsse: Username> user </ wsse: Username>

           <wsse: Password Type = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0# PasswordText"> Pfz </ wsse: Password>

        </ wsse: UsernameToken>

     </ wsse: Security>

     </ soapenv: Header>

  <soapenv: Body>

     <ser: getIndividualAssignment />

  </ soapenv: Body>

</ soapenv: Envelope>

with this all works with SOAPUI

In Talend:

I put the tSOAP component but what do I need to put in Action SOAP:

?? it is ok i have a mistake for the url action SOAP

In Endpoint I put the url of the webservice as in SOAPUI!

i have 1 row in out but in console i have all the record . When do i the component talend in out ? I read https://help.talend.com/r/MtTLG_Ww~dtefw7C4xj8oQ/QdGHi4e0sVQ_vVSwoPvYHg bu i d'ont understand why i hace nothing in tlogrow thanks

Labels (2)
1 Reply
falco-
Contributor III
Contributor III
Author

Hello,

how with tSOAP component extract xml data? I have the SOAP connection and I get an xml file in the tlog but I try to use extractxml but I can’t. Do you have an example? thank you