QUOTE]Originally posted by Ulf Dittmer:
I don't understand how the need to use a WS follows from the need to update a database, but that's fine if you're sure that that's really a requirement.
If you have the WSDL of the target WS, then you should be able to create Java client access code from it. Most SOAP stacks have a tool that does this; it's often called wsdl2java or some such. Check the documentation of whatever SOAP stack you're using (Axis or JWSDP or ...).
-------------------------------------------------------------------------
Hi,
Thanks for the reply.
I am sure that the requirement is to update the database. What I am not sure is how can I use web service for that. Clarity (CA's) is an external system. I have given some quotes from Clarity document :
The XML Open Gateway (XOG) is Clarity�s Web service interface.These Web
services are available on the same HTTP and/or HTTPS port as the Clarity HTML web
browser interface. XOG, however, uses Simple Object Access Protocol (SOAP), an
open-standard, human-readable, XML-based protocol. Using XOG, you can read and
write data objects from Clarity, execute NSQL queries, and execute other serverside
actions.7.5.3 272
Each XOG service includes a Web Service Description Language (WSDL).The XOG WSDL is available on your Clarity server at the following URL:
http://<servername ort>//wsdl.
7.5.3 294
As previously mentioned, the XOG WSDL is compatible with the following platforms: Apache AXIS 1.3
I have downloaded jwsdp-2.0. But I am not sure where to start with it.
Can you please read the above and help/direct me ?
Many Thanks,
Joe.