JBoss Community

Re: java.lang.Error: Undefined operation name , when was removed from interface (wsdl)

created by Barry Schader in JBoss Web Services - View the full discussion

Well... now I feel foolish...

 

I was so focused on the WSDL that I failed to notice that I had multiple copies of the client-stubs.jar file containing my generated (by wsconsume) client-side stubs.  These had been generated from the OLD WSDL (including the two methods).  So my service was providing the right WSDL and the right service interface, but my client was expecting an interface with two more methods.

 

I used a Windows tool called Astrogrep to search every file on my hard drive for the obsolete method name.  It turned up in a LOT of places ... I just kept deleting those files until I hit the jar file and the light went on ....

 

I'm learning.

 

Thanks,

Barry

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community