Expand my Community achievements bar.

The server cannot find the method in the deployed custom DSC

Avatar

Level 1

Hi everybody,

I encountered a problem these days and I don't know how to solve it.

Here is the detail information about it.

I create a java project and export it as a runnable jar file as usual. Then, I deployed it in the component. In the server log, it said that "Method not found for service descriptor".

However, I can still find the service in the "Service Management" and access the WSDL of the SOAP endpoint.

Everytime when I try to invoke it, there is an error message showing that: the method doesn't exist.

Does anybody have some ideas about this phenomenon? I really don't know what happened.

Thanks in advance!

2 Replies

Avatar

Level 8

I've seen this when the component's jar file is compressed.

Avatar

Level 1

Hi Hodmi,

Thank you for your reply.

I have figured it out. It because the type of the input parameter is not consistent with that in the component.xml.

Thank you again.