Search found 97 matches

by srai
Tue Mar 03, 2009 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service implementaion using WS client stage
Replies: 1
Views: 1288

Web Service implementaion using WS client stage

Hi All, I have a web service process which take input from seq file and based on the input it will update data in target which is Salesforce.com internally. And in output we need to get log....with details of pass or fail. My job design would be something like this- Seq_input_file-->Normal Transform...
by srai
Tue Mar 03, 2009 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Error -Content is not allowed in prolog
Replies: 9
Views: 6346

Thanks a lot Erine!!! Now I could able to resolve this issue. There was problem with the web service BUS itself which was some time running fine fine and some time not returing any responce. Thanks a lot everyone ...this forum had helped me lot in solving this issue. Right...did the error now go awa...
by srai
Mon Mar 02, 2009 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Error -Content is not allowed in prolog
Replies: 9
Views: 6346

Does the webservice need xml? Doesn't seem like it from what you've said so far. ... Hi Ernine, No webservices does not need input form XML. I just wanted to confirm. I am passing input via seq file and trying to get responce in Seq file as well. Not sure ...what to do? Same webservice is giving me...
by srai
Mon Mar 02, 2009 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Error -Content is not allowed in prolog
Replies: 9
Views: 6346

Hi Erine, Shall I pass input through XML file? I am passing input via Seq file as I mentioned in discussion earlier. Thanks Santosh Thanks for the extra detail...that helps....... although there should be little or no difference between the "run time" funcationality of the two. Remember ho...
by srai
Sun Mar 01, 2009 10:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Error -Content is not allowed in prolog
Replies: 9
Views: 6346

Hi Ernie 1) WSDL is working fine with other testing tool. 2) I could able to import WSDL without any error. 3) I am very sorry but sharing wsdl is not possible at this point of time. But same wsdl is working fine with Web service client stage when I pass obly single value to input parameter and I co...
by srai
Sun Mar 01, 2009 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Error -Content is not allowed in prolog
Replies: 9
Views: 6346

Web Service Error -Content is not allowed in prolog

Hi All, I am in process of accessing web service- My web service does kind of Echo operation means takes string as input and returns that as output. It is working fine with Web service client stage when I hardcode the string parameter for one value in input column. But same web service operation thr...
by srai
Fri Feb 27, 2009 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Authentication for WSDL Using DataStage
Replies: 4
Views: 2801

Re: Authentication for WSDL Using DataStage

Hi, Does anybody has any idea about implementing the security part in DataStage for WSDL? Hi All, I have got one WSDL that would consume web service consume with DataStage. We have been asked to put the username/password that we will use to authenticate to the web service using the Basic Authenticat...
by srai
Thu Feb 26, 2009 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Authentication for WSDL Using DataStage
Replies: 4
Views: 2801

Authentication for WSDL Using DataStage

Hi All, I have got one WSDL that would consume web service consume with DataStage. We have been asked to put the username/password that we will use to authenticate to the web service using the Basic Authentication HTTP Header. has anybody have any idea about this process. How to put username/passwor...
by srai
Wed Feb 25, 2009 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services input
Replies: 4
Views: 1700

That just may mean that the provider isn't up and running.... ...more important is clarifying what you meant by the xml up above...is that all clear now? Ernie Hi Ernie, That part is very much clear to me now. The only doubt that since past 1 month am trying to invoke as web service via datastage8....
by srai
Wed Feb 25, 2009 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services input
Replies: 4
Views: 1700

Not sure I understand your question. For a simple Web Service (like this one at xmethods http://webservices.daehosting.com/services/TemperatureConversions.wso?WSDL ) you shouldn't ever "see" the xml that is produced on your behalf to build the SOAP envelope, or to decipher (de-serialize i...
by srai
Wed Feb 25, 2009 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Services input
Replies: 4
Views: 1700

Web Services input

Hi All, I have just one small doubt about the web service input. I have one WSDL (Web Service) which takes a string as input and return the same as output. My question Is it manadatory to pass input to operation through XML file only and store the output as well in XML file? Currently I am trying ti...
by srai
Tue Feb 24, 2009 10:59 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web service invocation error -Service invocation exception:
Replies: 6
Views: 8169

As Craig notes, the metadata you bring into the WSTransformer is critical....... for something that is simple, and especially on your first use of the WSTransformer, leave the "user defined" pull-down alone. That is an advanced use case for when you need to manually build your own SOAP bo...
by srai
Tue Feb 24, 2009 5:26 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web service invocation error -Service invocation exception:
Replies: 6
Views: 8169

Web service invocation error -Service invocation exception:

Hi All, I have a simple web service operation that is to echo message. It takes message as input and suppose to returns the same message as input. My DataStage job designe is like- Seqfile_SRC->Transformerstage->WStransformer-Trasformer->Seqfile_TGT. From seqfil_SRC I am trying to pass the echo inpu...
by srai
Mon Feb 23, 2009 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input Stage Error
Replies: 14
Views: 9175

chulett wrote:From what Ernie has posted, there are namespace bugs in the early 8.x releases. What exact version do you have? What patches / fixpacks have you installed? ...

Hi,

I am using DS8.0. AFAIK there we have not istalled any service pack.
Its just the by default DataStage8.0 installation.
by srai
Mon Feb 23, 2009 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Call
Replies: 4
Views: 1910

Yes. As some guidance, here's what I suggest that you do: a) get familiar with WSTransformer using simple, one row service..one row in, one row out.... with a service that just takes in a single row of relational columns and ouputs a single row of relational columns. b) Have your web service coded ...