A
Alex Y Wang
Hi all, I need to add a new functionality to our product, where I need
to access some web services. Since our product is completely written
in C++ thus I implemented this initially in C++ as well. However, the
function requires changes frequently and maintaining the changes in C+
+ with MS Soap toolkit is becoming a pain because it's no longer
supported by Microsoft any more. Therefore, I'm considering
implementing this using javascript and use an embedded IE control for
the user interface. I'm new to javascript so I'm not sure if this is
feasible at all. The web service accesses are through intranet inside
our company so I think security is not much of concern. Will anybody
please give me some advice on this? Thanks in advance.
to access some web services. Since our product is completely written
in C++ thus I implemented this initially in C++ as well. However, the
function requires changes frequently and maintaining the changes in C+
+ with MS Soap toolkit is becoming a pain because it's no longer
supported by Microsoft any more. Therefore, I'm considering
implementing this using javascript and use an embedded IE control for
the user interface. I'm new to javascript so I'm not sure if this is
feasible at all. The web service accesses are through intranet inside
our company so I think security is not much of concern. Will anybody
please give me some advice on this? Thanks in advance.