Web services

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
srai
Participant
Posts: 101
Joined: Wed Feb 09, 2005 10:50 pm

Web services

Post by srai »

Hi All,

Can we user WSTransformer stage and WS Client stage in DS8.0 Parallel jobs?


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

Post by eostic »

There are at least two patches for 8.0 that you'll need... one is informal...look thru threads here for various things about javapack and/or WSPack and settings you need for DATASTAGE_JVM and DATASTAGE_JRE (you'll know if you need it if you get 'unable to initialize jvm' errors), and the other, if you have to do any sort of complex work with your xml SOAP envelope upon return, is e117664, also written up in many threads here, and is a patch for xml and namespaces. There may be one or two other XML patches needed, but you will at least need those two most likely, if you are using 8.0.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
srai
Participant
Posts: 101
Joined: Wed Feb 09, 2005 10:50 pm

Post by srai »

eostic wrote:There are at least two patches for 8.0 that you'll need... one is informal...look thru threads here for various things about javapack and/or WSPack and settings you need for DATASTAGE_JVM and DATASTAGE_JRE (you'll know if you need it if you get 'unable to initialize jvm' errors), and the other, if you have to do any sort of complex work with your xml SOAP envelope upon return, is e117664, also written up in many threads here, and is a patch for xml and namespaces. There may be one or two other XML patches needed, but you will at least need those two most likely, if you are using 8.0.

Ernie
Thanks a lot for response Erine.

I am able to user WSPack in DS8.0 using server job.
But just wanted to know whether we can do same in Parallel job.

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

Post by eostic »

absolutely. works the same.
Ernie Ostic

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