Page 1 of 1

configuration of web services

Posted: Thu Jan 07, 2010 11:01 am
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.

Posted: Thu Jan 07, 2010 11:09 am
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

Posted: Thu Jan 07, 2010 12:06 pm
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

Posted: Thu Jan 07, 2010 12:24 pm
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.

Posted: Thu Jan 07, 2010 4:04 pm
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

Posted: Thu Jan 07, 2010 4:17 pm
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

Posted: Thu Jan 07, 2010 4:19 pm
by ray.wurlod
Is 13538 a typo? (the DataStage client/server port is 31538.)

Posted: Fri Jan 08, 2010 7:28 am
by eostic
Stop and re-start the ASBAgent......that might be part of the issue.

Ernie

Posted: Fri Jan 08, 2010 7:29 am
by eostic
Stop and re-start the ASBAgent......that might be part of the issue.

Ernie

Posted: Fri Jan 08, 2010 8:24 am
by suneelchallagali
Hey ray, it was typo mistake you are right it is 31538 can you help me out

Posted: Fri Jan 08, 2010 8:25 am
by suneelchallagali
eostic i have stop and start the agent but still i am getting same problem...

Posted: Fri Jul 09, 2010 9:17 am
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

Posted: Fri Jul 09, 2010 10:30 am
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