Java class For SOAP 1.2

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

Moderators: chulett, rschirm

Post Reply
kogads
Premium Member
Premium Member
Posts: 74
Joined: Fri Jun 05, 2009 5:36 pm

Java class For SOAP 1.2

Post by kogads »

Anyone knows how to create a Java class to overcome the SOAP 1.2 version problem in Datastage ?? any help is appreciated
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What "SOAP version 1.2 problem" would that be?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kogads
Premium Member
Premium Member
Posts: 74
Joined: Fri Jun 05, 2009 5:36 pm

Post by kogads »

ray.wurlod wrote:What "SOAP version 1.2 problem" would that be?
datastage is not supporting the soap 1.2 version , it only supports 1.1 , i am able to import into the web services transformer but it dosent give the desired output.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

...that may not necessarily be an issue with 1.1, 1.2 or anything else....

...it could be with something far simpler, like handling arrays, or a strange datatype..

...describe the error that you are having. It's certainly possible that it is having a SOAP version issue, but we need to know more...such as 'when' you get the error (at import of WSDL, or at run time)....and how often (always...on ANY web service, or just this one), and does the service work from a testing tool like Actional or SOAP UI?

Ernie
Ernie Ostic

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