Hi all,
service_soap = rebill_ws.getServiceSoap();
when i invoke the above the above code , i am getting the below exception
javax.xml.ws.WebServiceException: class integration.autherizenet.stubs.IsAliveResponse do not have a property of the name {https://api.authorize.net/soap/v1/}IsAliveResult
Caused by: javax.xml.bind.JAXBException: {https://api.authorize.net/soap/v1/}IsAliveResult is not a valid property on class integration.autherizenet.stubs.IsAliveResponse
Please help on this.
Note: The same code was working fine in the morning, but now this exception is thrown. I don't have any clue about why this is happening,,,
regards,
vel.
โ02-16-2013 10:29 AM
Look like you did something to the sample code.
The rebill use to be in package AuthNet.Rebill
Maybe you didn't put everything to the package?
โ02-16-2013 06:43 PM
no. The same code was working fine in the morning.
ok,, i will try creating once again from scrach..
Thanks,
vel.
โ02-16-2013 09:11 PM