cancel
Showing results for 
Search instead for 
Did you mean: 

javax.xml.ws.WebServiceException CIM integration

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.

velmurugan
Member
2 REPLIES 2

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?

RaynorC1emen7
Expert

no. The same code was working fine in the morning.

 

ok,, i will try creating once again from scrach..

 

Thanks,

vel.