• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Mistake while explaining a web service

#1 2009-07-24 13:55:07

weissharTransporeon
Member
Company: Transporeon GmbH
Registered: 2009-03-23
Posts: 29
Website

Mistake while explaining a web service

Hallo

i have following configuration of the web service (image)
during the running, I get following error message:

Code:

Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
    Invalid escape sequence (valid ones are  \b  \t  \n  \f  \r  \"  \'  \\ )

    at bachelorarbeit_webservice.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput.tWebServiceInputProcess(ShadowFileInputToDelimitedOutput.java:440)
    at bachelorarbeit_webservice.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput.runJobInTOS(ShadowFileInputToDelimitedOutput.java:798)
    at bachelorarbeit_webservice.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput.main(ShadowFileInputToDelimitedOutput.java:714)

Preview error. Some settings must be changed.
Note: Preview errors are generally due to a wrong encoding setting.
org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(Unknown Source)
org.talend.repository.ui.utils.ShadowProcessHelper.getCsvArray(Unknown Source)
org.talend.repository.ui.wizards.metadata.connection.wsdl.WSDLSchemaStep1Form$PreviewProcessor.nonUIProcessInThread(Unknown Source)
org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(Unknown Source)

whats wrong at this configuration?

Thanks for your help


Uploaded Images

Last edited by weissharTransporeon (2009-07-24 13:55:28)

Offline

#2 2009-07-24 14:17:32

kboop
Member
Registered: 2008-08-25
Posts: 43

Re: Mistake while explaining a web service

Hi,

In Java strings, the backslash is an escape character. Did you try to use slashes instead of backslashes in the value of your parameter ?


Regards,
Karine

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Mistake while explaining a web service

Board footer

Powered by FluxBB