SOAP Exception in netbeans
Hi,
I created new module in NetBeans.I added jars to this module.When ever i run this module
I am getting this exception
Caused by: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl not found
at javax.xml.soap.MessageFactory.newInstance(Unknown Source)
at org.freebxml.omar.common.SOAPMessenger.sendSoapRequest(SOAPMessenger.java:167)
... 35 more
I added saaj-api.jar and saaj-impl.jar.
can anybody helpon this