Good morning Guru
We have been using, with satisfaction, a Web service written in Powerbuilder for 2 years.
- This ws is called by several PB programs passing a structure as a parameter.
- This Ws returns a double. Now I need to call this ws also from a Java program.
Perhaps a stupid and trivial question:
Is it possible to re-call this web services from Java (and pass it a structure) or do I have to intervene and change the type of the incoming parameter?
Does the Web service written in PB recognize it?
TY
ps.
For the moment I cannot convert the ws to Pb2019 c #