Search found 21 matches

by william.wang_GMA
Fri Apr 11, 2014 9:45 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Basic Authentication
Replies: 5
Views: 7587

Thanks for the tip.

But still can't get it to work ;(
by william.wang_GMA
Wed Apr 09, 2014 3:21 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Basic Authentication
Replies: 5
Views: 7587

Basic Authentication

Hi A webservice is deployed at ISD with basic authentication required. How does an external client access this webservice? What needs to be set up: usernames, password, roles, groups ... to satisfy that basic authentication? I've been reading the help page of the Web Console and googling, but still ...
by william.wang_GMA
Mon Apr 07, 2014 2:56 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 20724

Hi,
Another question for you:

With SOAP-based WebServcie, the client knows how many operations are available by investigating the WSDL.

In a REST-based WebService, how does the client know what operations are available to use? Is there such a list for Client to investigate ?

Thanks
Mike Bui
by william.wang_GMA
Fri Apr 04, 2014 2:58 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 20724

sorry, click wrong button too fast! AppName: MDB_App_Rest ServiceName: REST_SVC1 OperationName: DBC_Lookup_REST Binding: REST2.0 Operation Context: /REST_SVC1/DBC_Lookup_REST (pulled from ISD) 1 input parameter: TableName. Its values is "RL0PARTS" ==> URL is: https://xxxxx:port/wisd-rest2/...
by william.wang_GMA
Fri Apr 04, 2014 2:24 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 20724

Hi


I use this command in browser:

Code: Select all

https://xxxxx:port/wisd-rest2/MDB_App_REST/REST_SVC1/DBC_Lookup_REST?TableName=RL0PARTS
Thanks
by william.wang_GMA
Fri Apr 04, 2014 10:02 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 20724

Hi If you have a REST service, such as this one from an ISD application, just find out the URL for it's "GET" functionality Where do you find the URL? I deployed my webservice in ISD as using REST2.0 binding. It says it deployed. When I clicked on "View Service in Catalog", then ...
by william.wang_GMA
Fri Apr 04, 2014 8:56 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 20724

Thanks your replies. I will try out the REST using browser and the urls above. Just a side note: I was testing to see how much data can go across webservice. I developed a simple Datastage job with Teradata stage lookup (1 simple query), then deployed it through ISD with array option on both input/o...
by william.wang_GMA
Thu Apr 03, 2014 9:27 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 20724

Hi Thanks for all the replies, I've been out a couple of days, and just now getting back. Thanks for the above URLs. I'll certainly will go through them. I've read somewhere that says: major players (Google, flicker, yahoo? amazon...) are dumping SOAP and using REST instead. Even REST is superceding...
by william.wang_GMA
Mon Mar 31, 2014 12:10 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 20724

Yea, It's kind of hard to find. We were able to find tutorial for how to build a SOAP-based web service using DataStage and Service Directory. We were able to create Type 1, 2, 3 jobs, clients ... But I just can't find any tutorials on how to create REST webservices/clients. There are some docs on J...
by william.wang_GMA
Fri Mar 28, 2014 2:45 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: REST? WSDL? WADL?
Replies: 16
Views: 20724

REST? WSDL? WADL?

Hi I have used ISD to publish WebService using SOAP over HTTP binding. Then I can use the WSDL to give to the client (DataStage, .net Console app). ISD gives me the address of the WSDL. Everythin works fine. Now I try to bind it using REST, Format=XML, HTTP Action=GET, Parameter Type=URLQUERY. I don...
by william.wang_GMA
Tue Mar 25, 2014 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup for BDFS in WebService?
Replies: 5
Views: 2821

Sparse lookup for BDFS in WebService?

Hi In a Always-On WebService job I have a TD stage going into a Lookup stage. The TD stage has "Lookup=Sparse". The SQL has: "table.col1= ORCHESTRATE.col1" The way I understand is that the Sparse Lookup causes DataStage to connect to TD to fetch rows matching above condition. Thi...
by william.wang_GMA
Tue Mar 18, 2014 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Web Service input into Database parameter set
Replies: 16
Views: 7654

Hi, Sorry Chulett. Didn't notice those 2 buttons at bottom. I only saw that "Reply with Quote". I'll be more observant next time :) As it turns out ORCHESTRATE is case-sensitive, or more precisely, it must match in case with the column name defined at IDS_Input stage. When I change from OR...
by william.wang_GMA
Tue Mar 18, 2014 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Web Service input into Database parameter set
Replies: 16
Views: 7654

Hi Thanks for all your helps. (I was out for awhile.) From threads above there are a lot issues that I was not aware of until now: 1) Parameter are locked in for "always-on" job as it is invoked only once. 2) parameter directories reflecting parameter set 3) server routines that modify par...
by william.wang_GMA
Mon Mar 17, 2014 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Web Service input into Database parameter set
Replies: 16
Views: 7654

Hi Ray,

Thanks for the explanation about the sub/sub directories. I will check it out.

As for those server routines, what are they, and could you give some examples on how you used them?

Thanks