• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » [resolved] Passing Date as parameter in the wsdl url in talend

#1 2009-08-05 13:32:03

ankitaol
New member
Registered: 2008-11-03
Posts: 5

[resolved] Passing Date as parameter in the wsdl url in talend

Tags: [context, date]

Hi,


I have deployed the war file on the tomcat .
But when i am running the job as follows:
http://10.146.180.237:8080/EntCallVolume_0.1/services/EntCallVolume?method=runJob&arg1=--context_param%20endDate=08/01/2009&arg2=--context_param%20startDate=07/26/2009


I have defined two context parameter as :
1)endDate
2)startDate

The job is running fine on talend as i have given default dates for the context parameter.
The screenshot are as follows :

But the job is not running on web ..
Help me out with this


Thanks
Ankit khandelwal


Uploaded Images

Offline

#2 2009-08-05 13:48:09

Morbo
Member
Company: Inserm
Registered: 2009-05-14
Posts: 228

Re: [resolved] Passing Date as parameter in the wsdl url in talend

In your URL call, you weren't speficying the format of date :

Code:

http://10.146.180.237:8080/EntCallVolume_0.1/services/EntCallVolume?method=runJob&arg1=--context_param%20endDate=MM/dd/yyyy;08/01/2009&arg2=--context_param%20startDate=MM/dd/yyyy;07/26/2009

Offline

#3 2009-08-05 13:53:23

ankitaol
New member
Registered: 2008-11-03
Posts: 5

Re: [resolved] Passing Date as parameter in the wsdl url in talend

Hi,

Thanks a lot for you quick reply smile
It worked....


Thanks
Ankit khandelwal

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » [resolved] Passing Date as parameter in the wsdl url in talend

Board footer

Powered by FluxBB