<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: web service process the data from a file XML in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367655#M131008</link>
    <description>Thanks for your answer.&lt;BR /&gt;My problem is, we need for the authentication&lt;BR /&gt;&lt;B&gt;companyid&lt;BR /&gt;username&lt;BR /&gt;password&lt;/B&gt;&lt;BR /&gt;In the authentication of the tWebservice you can only use&lt;BR /&gt;&lt;B&gt;username &amp;amp; password.&lt;/B&gt;&lt;BR /&gt;How can I do this?</description>
    <pubDate>Thu, 30 Jul 2009 08:02:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-07-30T08:02:21Z</dc:date>
    <item>
      <title>web service process the data from a file XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367651#M131004</link>
      <description>Hello&lt;BR /&gt;A web service should process the data from a file XML. &lt;BR /&gt;For this the following construction was fixed. (pic)&lt;BR /&gt;XML-File:&lt;BR /&gt;*************************************************&lt;BR /&gt;&amp;lt;soapenv:Envelope&amp;gt;&lt;BR /&gt;  &amp;lt;soapenv:Header&amp;gt;&lt;BR /&gt;    &amp;lt;TisysHeader&amp;gt;&lt;BR /&gt;      &amp;lt;CompanyId&amp;gt;232706&amp;lt;/CompanyId&amp;gt;&lt;BR /&gt;      &amp;lt;Username&amp;gt;Test&amp;lt;/Username&amp;gt;&lt;BR /&gt;      &amp;lt;Password&amp;gt;Test123&amp;lt;/Password&amp;gt;&lt;BR /&gt;      &amp;lt;SessionData&amp;gt;?&amp;lt;/SessionData&amp;gt;&lt;BR /&gt;      &amp;lt;ShipperCompanyId&amp;gt;?&amp;lt;/ShipperCompanyId&amp;gt;&lt;BR /&gt;    &amp;lt;/TisysHeader&amp;gt;&lt;BR /&gt;  &amp;lt;/soapenv:Header&amp;gt;&lt;BR /&gt;  &amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;    &amp;lt;GetBooking&amp;gt;&lt;BR /&gt;      &amp;lt;bookingId&amp;gt;1050800787&amp;lt;/bookingId&amp;gt;&lt;BR /&gt;    &amp;lt;/GetBooking&amp;gt;&lt;BR /&gt;  &amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;BR /&gt;*************************************************&lt;BR /&gt;Now I get following error message:&lt;BR /&gt;&lt;PRE&gt;Starting job TestWS_normal at 12:10 28/07/2009.&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: &lt;BR /&gt;	Invalid escape sequence (valid ones are  \b  \t  \n  \f  \r  \"  \'  \\ )&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.tWebServiceInput_1Process(TestWS_normal.java:1167)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.tFileInputXML_1Process(TestWS_normal.java:965)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.runJobInTOS(TestWS_normal.java:1497)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.main(TestWS_normal.java:1413)&lt;BR /&gt;232706|Test|Test123|?|?|1050800787&lt;BR /&gt;Job TestWS_normal ended at 12:10 28/07/2009. &lt;/PRE&gt;&lt;BR /&gt;Is the construction right?&lt;BR /&gt;What is the mistake?&lt;BR /&gt;Where is the mistake?&lt;BR /&gt;How can I repair the mistake?&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Sat, 16 Nov 2024 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367651#M131004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: web service process the data from a file XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367652#M131005</link>
      <description>Hi,&lt;BR /&gt;Please replace the filepath separator into your WebServiceInput component.&lt;BR /&gt;You have to use a / character ("C:/documents and settings/test/file/test.xml") instead of a \ character ("C:\documents and settings\test\file\test.xml").&lt;BR /&gt;Best regards;</description>
      <pubDate>Tue, 28 Jul 2009 22:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367652#M131005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-28T22:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: web service process the data from a file XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367653#M131006</link>
      <description>Thanks for your answer.&lt;BR /&gt;I have change the &lt;BR /&gt;But now I get following error-message:&lt;BR /&gt;&lt;PRE&gt;Exception in component tWebServiceInput_1&lt;BR /&gt;AxisFault&lt;BR /&gt; faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server&lt;BR /&gt; faultSubcode: &lt;BR /&gt; faultString: Server was unable to process request. ---&amp;gt; Invalid authentication&lt;BR /&gt; faultActor: &lt;BR /&gt; faultNode: &lt;BR /&gt; faultDetail: &lt;BR /&gt;	{http://xml.apache.org/axis/}stackTrace:Server was unable to process request. ---&amp;gt; Invalid authentication&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;BR /&gt;	at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;BR /&gt;	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;BR /&gt;	at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;BR /&gt;	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;BR /&gt;	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;BR /&gt;	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR /&gt;	at org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:289)&lt;BR /&gt;	at org.talend.DynamicInvoker.main(DynamicInvoker.java:162)&lt;BR /&gt;	at org.talend.DynamicInvoker.main(DynamicInvoker.java:119)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.tWebServiceInput_1Process(TestWS_normal.java:395)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.runJobInTOS(TestWS_normal.java:688)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.main(TestWS_normal.java:604)&lt;BR /&gt;	{http://xml.apache.org/axis/}hostname:berserker&lt;BR /&gt;Server was unable to process request. ---&amp;gt; Invalid authentication&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)&lt;BR /&gt;	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;BR /&gt;	at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;BR /&gt;	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;BR /&gt;	at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;BR /&gt;	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;BR /&gt;	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;BR /&gt;	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR /&gt;	at org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:289)&lt;BR /&gt;	at org.talend.DynamicInvoker.main(DynamicInvoker.java:162)&lt;BR /&gt;	at org.talend.DynamicInvoker.main(DynamicInvoker.java:119)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.tWebServiceInput_1Process(TestWS_normal.java:395)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.runJobInTOS(TestWS_normal.java:688)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.main(TestWS_normal.java:604)&lt;BR /&gt;Job TestWS_normal ended at 14:17 29/07/2009. &lt;/PRE&gt;&lt;BR /&gt;the authentification notes are the attributes of soap header.&lt;BR /&gt;XML-File:&lt;BR /&gt;*************************************************&lt;BR /&gt;&amp;lt;soapenv:Envelope&amp;gt;&lt;BR /&gt;  &amp;lt;soapenv:Header&amp;gt;&lt;BR /&gt;    &amp;lt;TisysHeader&amp;gt;&lt;BR /&gt;      &amp;lt;CompanyId&amp;gt;232706&amp;lt;/CompanyId&amp;gt;&lt;BR /&gt;      &amp;lt;Username&amp;gt;Test&amp;lt;/Username&amp;gt;&lt;BR /&gt;      &amp;lt;Password&amp;gt;Test123&amp;lt;/Password&amp;gt;&lt;BR /&gt;      &amp;lt;SessionData&amp;gt;?&amp;lt;/SessionData&amp;gt;&lt;BR /&gt;      &amp;lt;ShipperCompanyId&amp;gt;?&amp;lt;/ShipperCompanyId&amp;gt;&lt;BR /&gt;    &amp;lt;/TisysHeader&amp;gt;&lt;BR /&gt;  &amp;lt;/soapenv:Header&amp;gt;&lt;BR /&gt;  &amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;    &amp;lt;GetBooking&amp;gt;&lt;BR /&gt;      &amp;lt;bookingId&amp;gt;1050800787&amp;lt;/bookingId&amp;gt;&lt;BR /&gt;    &amp;lt;/GetBooking&amp;gt;&lt;BR /&gt;  &amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;BR /&gt;*************************************************&lt;BR /&gt;how can use the web services these attributes?</description>
      <pubDate>Wed, 29 Jul 2009 14:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367653#M131006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-29T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: web service process the data from a file XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367654#M131007</link>
      <description>Hello
&lt;BR /&gt;First, read the xml file and extract the username and password, then put them into global vars.eg:
&lt;BR /&gt;GetBooking_input--row--&amp;gt;tJavaRow
&lt;BR /&gt; |
&lt;BR /&gt;onSubjobOk
&lt;BR /&gt; |
&lt;BR /&gt;tWebserviceInput--&amp;gt;tLogRow
&lt;BR /&gt;on tJavaRow type in: 
&lt;BR /&gt;
&lt;PRE&gt;globalMap.put("username",input_row.Username);&lt;BR /&gt;globalMap.put("password",input_row.Password);&lt;/PRE&gt;
&lt;BR /&gt;On tWebserviceInput, select 'need authentication' option, 
&lt;BR /&gt;in username field: (String)globalMap.get("username")
&lt;BR /&gt;in password field: (String)globalMap.get("password")
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 30 Jul 2009 03:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367654#M131007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-30T03:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: web service process the data from a file XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367655#M131008</link>
      <description>Thanks for your answer.&lt;BR /&gt;My problem is, we need for the authentication&lt;BR /&gt;&lt;B&gt;companyid&lt;BR /&gt;username&lt;BR /&gt;password&lt;/B&gt;&lt;BR /&gt;In the authentication of the tWebservice you can only use&lt;BR /&gt;&lt;B&gt;username &amp;amp; password.&lt;/B&gt;&lt;BR /&gt;How can I do this?</description>
      <pubDate>Thu, 30 Jul 2009 08:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367655#M131008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-30T08:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: web service process the data from a file XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367656#M131009</link>
      <description>Now I get following error-message:
&lt;BR /&gt;
&lt;PRE&gt;Starting job TestWS_normal at 11:05 31/07/2009.&lt;BR /&gt;Exception in component tWebServiceInput_1&lt;BR /&gt;AxisFault&lt;BR /&gt; faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server&lt;BR /&gt; faultSubcode: &lt;BR /&gt; faultString: Server was unable to process request. ---&amp;gt; Invalid authentication&lt;BR /&gt; faultActor: &lt;BR /&gt; faultNode: &lt;BR /&gt; faultDetail: &lt;BR /&gt;	{http://xml.apache.org/axis/}stackTrace:Server was unable to process request. ---&amp;gt; Invalid authentication&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;BR /&gt;	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;BR /&gt;	at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;BR /&gt;	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;BR /&gt;	at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;BR /&gt;	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;BR /&gt;	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;BR /&gt;	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR /&gt;	at org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:289)&lt;BR /&gt;	at org.talend.DynamicInvoker.main(DynamicInvoker.java:162)&lt;BR /&gt;	at org.talend.DynamicInvoker.main(DynamicInvoker.java:119)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.tWebServiceInput_1Process(TestWS_normal.java:1094)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.tFileInputXML_1Process(TestWS_normal.java:921)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.runJobInTOS(TestWS_normal.java:1387)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.main(TestWS_normal.java:1303)&lt;BR /&gt;	{http://xml.apache.org/axis/}hostname:berserker&lt;BR /&gt;Server was unable to process request. ---&amp;gt; Invalid authentication&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;BR /&gt;	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;BR /&gt;	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;BR /&gt;	at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;BR /&gt;	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;BR /&gt;	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;BR /&gt;	at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;BR /&gt;	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;BR /&gt;	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;BR /&gt;	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR /&gt;	at org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:289)&lt;BR /&gt;	at org.talend.DynamicInvoker.main(DynamicInvoker.java:162)&lt;BR /&gt;	at org.talend.DynamicInvoker.main(DynamicInvoker.java:119)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.tWebServiceInput_1Process(TestWS_normal.java:1094)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.tFileInputXML_1Process(TestWS_normal.java:921)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.runJobInTOS(TestWS_normal.java:1387)&lt;BR /&gt;	at bachelorarbeit_webservice.testws_normal_0_1.TestWS_normal.main(TestWS_normal.java:1303)&lt;BR /&gt;Job TestWS_normal ended at 11:05 31/07/2009. &lt;/PRE&gt;
&lt;BR /&gt;whats the misstake?
&lt;BR /&gt;How can I modify the configuration?
&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 31 Jul 2009 10:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367656#M131009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-31T10:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: web service process the data from a file XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367657#M131010</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;faultString: Server was unable to process request. ---&amp;gt; Invalid authentication&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It is invalid authentication. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;In the authentication of the tWebservice you can only use&lt;BR /&gt;username &amp;amp; password.&lt;BR /&gt;How can I do this?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I think you need to use the advanced usage of component, so you can customize the code and set the authentication parameters. 
&lt;BR /&gt;See 6226 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 03 Aug 2009 09:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/web-service-process-the-data-from-a-file-XML/m-p/2367657#M131010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-03T09:47:46Z</dc:date>
    </item>
  </channel>
</rss>

