Hi,
I have the following runtime errors when I try to run a webservice example provided in Sun webservice tutorial.
javax.xml.soap.SOAPException: Unable to create SOAP connection factory: Provider com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory not found
at javax.xml.soap.SOAPConnectionFactory.newInstance(Unknown Source)
at MyUddiPing.main(MyUddiPing.java:58)
I have looked into their (Sun webservice tutorial) forum and found that lost of people have the same error as I do. I have also tried all the suggestion but still have this runtime error.
Could anyone explain this for me?
Thank you,

khangquach