configuration of web services

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
suneelchallagali
Participant
Posts: 251
Joined: Tue Dec 02, 2008 3:09 pm

configuration of web services

Post by suneelchallagali »

Hi,

I am using infoserver 8.1 version, i am trying to create web services using RTI stage. can any tell me how to configure the web services with datastage before using it.
suneelchallagali
Participant
Posts: 251
Joined: Tue Dec 02, 2008 3:09 pm

Post by suneelchallagali »

actually when i install the infoserver 8.1 i have created the project by name "Dsprojects". when i log into IBM information server console i am unable to see the project can yoou help with this.

thank you
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Here are the basic steps....

a) create a simple job...like WISDinput to Transformer to WISDoutput.
b) enable it to be a service (job properties...check box below multi-instance)
c) compile it
d) go into the Info Server console.
e) create a new Info Services project (this is not a DS project)
f) find and go to the applications workspace.
g) create an application...add a service, give it the SOAP over HTTP binding, then add an operation....go thru the buttons to pick your datastage job (choosing a provider)....
h) save the app
i) deploy the app...go thru that dialog....it will take awhile to deploy....
j) go to the Information Server console....Information Services REgistry...
k) deployed services.....find your service, then the binding...then the SOAP over HTTP and a link to your WSDL....
l) have a good test tool to play with your new service.

...there's a lot of steps and a lot of learning curve in there...budget the time and get to know the interface. check out my blog for some tips on setting up the console with shortcuts to make things easier to navigate.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
suneelchallagali
Participant
Posts: 251
Joined: Tue Dec 02, 2008 3:09 pm

Post by suneelchallagali »

thanks for your replay and help eostic.

Actually the problem i am facing now is
1) I have create job with wisd_input and wisd_output.
2) I have logged into IBM information service
3) I have created the apllication
4) when i select new operation tab there i got the select option when i clicked it it has show me different options i have selected datastage and quality stage after that i am getting and erro please configure server connection.

then i went to configuration under home tab there agenthost and host pointing to my server but the port is taking default one 31538 even though i have change it and saved and run the test it is taking default port number. please can you guide with issue

thank you once again.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

...and when you leave it as is, the "test connection" fails?

Do you have more than one DataStage engine in your Information Server domain?

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
suneelchallagali
Participant
Posts: 251
Joined: Tue Dec 02, 2008 3:09 pm

Post by suneelchallagali »

only one datastage engine is there, even when i am using odbc stage for retreving data from database in the test connection i am getting an error unable to findout agent nsad-dev2 13538 and in the information server console i am unable to delete the configuration
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is 13538 a typo? (the DataStage client/server port is 31538.)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Stop and re-start the ASBAgent......that might be part of the issue.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Stop and re-start the ASBAgent......that might be part of the issue.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
suneelchallagali
Participant
Posts: 251
Joined: Tue Dec 02, 2008 3:09 pm

Post by suneelchallagali »

Hey ray, it was typo mistake you are right it is 31538 can you help me out
suneelchallagali
Participant
Posts: 251
Joined: Tue Dec 02, 2008 3:09 pm

Post by suneelchallagali »

eostic i have stop and start the agent but still i am getting same problem...
rahul8055
Participant
Posts: 95
Joined: Wed Jun 23, 2010 7:41 pm

Post by rahul8055 »

As ernie said all the steps
1.project
2.application
3.service
4.operation
5.selected a job for the operation.

the input is WISDinput and output is WISDoutput
I compiled the job and now I deployed it from the Information server console by selecting the service and deployed it.
I checked the WSDL also.

How can I check the request and response to the service.

Thanks,
Rahul
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

See the other thread.....go to the Actional web site (might also be at Progress' web site and various others where you can download shareware) and get their testing tool, or SOAPui...

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply