I am using JAX-WS to implement web services. I have generated the client and service code using weblogic tools. The web service is hosted successfully. When I ping the service using the end point url from the browser, I am able to see the WSDL's. But when I try to invoke the service from a simple java program, I am getting "JAXBException - is not a valid property on class "
Can anyone let me know as to where am I going wrong?
Thanks in advance.