cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Error message

Former Member
0 Kudos

I'm getting the following message in the general error log:

<b>Generic Reflection error (Set): java.lang.NoSuchMethodException: com.lighthammer.xacute.actions.webservice.WebServiceAction.setSoapService(java.lang.String) -> setSoapService</b>

I'm using the web service action block, but it appears to working. Can anyone tell me what this message means ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It's a bug with the deserialization process for BLS transactions (converting the stored XML version of the transaction back to a "runnable" version). Nothing to worry about though. Just an annoying message, but no harm or misbehavior will result.

Rick

Former Member
0 Kudos

Thanks for the information. I will ignore the errors. I would hope they could fix the eroneous error.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

BLS doesnt find that method in web service. Run relevent service (batch file). for example if you are using Axis 2 to create web service run axis2server batch file when you are accessing web service.

-senthil