Search found 23 matches

by yijuanl
Thu Mar 05, 2015 7:56 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: JSON formated data Web service Jobs deployed in ISD
Replies: 9
Views: 26613

To avoid confusing, the expecting data is like the following. Notice that Relationship_With_Mitre and Organization_type are the arrays. This is required. {"results":[{"organization":"{"OrganizationID":"17136","OrganizationNumber":"16292&quo...
by yijuanl
Thu Mar 05, 2015 7:20 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: JSON formated data Web service Jobs deployed in ISD
Replies: 9
Views: 26613

Hi Ernie, My JSON format data is required to be hierarchy structured, the expecting result is like the following. {"results":[{"organization":"{"OrganizationID":"17136","OrganizationNumber":"16292","OrganizationName":"TH...
by yijuanl
Thu Mar 05, 2015 10:01 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: JSON formated data Web service Jobs deployed in ISD
Replies: 9
Views: 26613

In Datastage, My job design is Oracle Connector -> XML stage -> ISD output and sequential file In XML stage, I have two HJoin steps for hierarchy with two JSON composers respectively and the final JSON composer to mapping the previous steps result. My expecting result is to send the JSON formatted s...
by yijuanl
Wed Mar 04, 2015 11:56 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: JSON formated data Web service Jobs deployed in ISD
Replies: 9
Views: 26613

JSON formated data Web service Jobs deployed in ISD

Hi, I have a web service JSON formatted job with two output stages: one is the sequential file only for viewing the JSON data and another is ISD output stage. I deployed this job in ISD binding it as rest2.0 HTTP. Here are the issues. 1) Since the output file in sequential file looks good as JSON fo...
by yijuanl
Sun Aug 25, 2013 7:54 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Create ISD job for a web service with RESTFUL JSON format
Replies: 18
Views: 20313

I have tried your design. I run the URL to test it, like http://servername:port/wisd-txhttp/Clarity/PersonPortfolio/getPortfolio I get this message "/apps/appmgr/Datastage/devl/ODS/webservice/scripts/xml/Clarity_Portfolio.xml" in the web page. Why do I not get the XML data in the web page?...
by yijuanl
Sun Aug 25, 2013 4:22 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Create ISD job for a web service with RESTFUL JSON format
Replies: 18
Views: 20313

I would really appreciate if you could shed some light on how to do this .
Jane
by yijuanl
Sat Aug 24, 2013 7:41 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Create ISD job for a web service with RESTFUL JSON format
Replies: 18
Views: 20313

I already provided the receiver with the flat json Web service, But they insisted on the hierarchy data. Is it legitimate to say that Data stage and ISD can not be used to create a hierarchy structure data RESTful Web Service as JSON format?
Thank you very much!
-Jane
by yijuanl
Sat Aug 24, 2013 3:04 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Create ISD job for a web service with RESTFUL JSON format
Replies: 18
Views: 20313

If I remove the xml output stage, the Database stage gives me relational data, but I need the hierarchy data as Web Service. How can I achieve this?
Thank you very much! -Jane
by yijuanl
Fri Aug 23, 2013 1:53 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Create ISD job for a web service with RESTFUL JSON format
Replies: 18
Views: 20313

I try to follow your advice. 1) Master-detail data from Oracle stage -> XML output(Hierarchy data) -> ISD output. 2) deploy it as Web service in ISD selecting JSON format. However I got messed up data. Do you have any document to show step by step on how to do "Topology II job"? Thank you!
by yijuanl
Thu Aug 22, 2013 8:39 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Create ISD job for a web service with RESTFUL JSON format
Replies: 18
Views: 20313

Without XML stage, I will get a relational structure data. I need a heirarchy structure data.
I try to transfer the xml data from xml output stage to a sequential file using one big size column, but my data is really big like 800,000 bytes exceed the max 131072.
Please advice.
Thanks!
Jane
by yijuanl
Thu Aug 22, 2013 5:46 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Create ISD job for a web service with RESTFUL JSON format
Replies: 18
Views: 20313

The web service with the tree structure data will be used in Gadget for our company's web site. Soi it has to be the restful JSON format for each attribute. In XML output stage, I define the output as one output file mydata.xml in "Option" tab. But after run, there are many mydata.xml gets...
by yijuanl
Sun Aug 18, 2013 1:04 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Create ISD job for a web service with RESTFUL JSON format
Replies: 18
Views: 20313

Create ISD job for a web service with RESTFUL JSON format

Hi My goal is to create a web service as an ISD job with a heirarchy structure data in RESTFUL JSON format. Here is my design. Oracle Stage to query Master data having Lookup stage to get detail data -> Join Stage -> XML output to get a heirarchy structure data -> what stage ??? to call a java class...
by yijuanl
Thu Jun 09, 2011 12:17 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service
Replies: 10
Views: 9290

Can you tell me what clients are better to test Web Service?
Thanks
Jane
by yijuanl
Mon Jun 06, 2011 6:17 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service
Replies: 10
Views: 9290

In ISD, the bindings that I make are SOAP over HTTP and REST.

In Operation, I use XML or JSON. If I define it as XML Or JSON, I will use browser to test my web service and save it as a text file. I also use SOAPUI to test them. None of them returns the number of records that I expect.

Thanks!
Jane
by yijuanl
Mon Jun 06, 2011 1:42 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service
Replies: 10
Views: 9290

Now I have two jobs. One is oracle stage -> Transformer -> Sequential File. Another one is Sequential File -> WISDOutput The number of the records in Sequencial File is 10,997 that is the same as oracle stage output link. But the number of the records from XML is 709. I still get less data through I...