Bugzilla Bug 25799 WSIFException trying to match WSDL method to class method using java binding
Pravir Ramtekkar <pravir-S/[email protected]>
| Newsgroups | gmane.comp.apache.webservices.wsif.user,gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugzilla Bug 25799
WSIFException trying to match WSDL method to class method using java
binding
Hi,
I have been struggling to get over this issue a last couple of days.
works great for one WSDL( rpc style) but doesn't work with another
(literal style).
I see only this bug which addresses the issue but the workaround given
in there doesn't help me because I am not using DataHandlers.
it's a simple method
public void myObject query(String)
which returns following exception :
org.apache.wsif.WSIFException: Method query(class java.lang.String) was
not found in portType {http://www.openuri.org/}PartnersQueryServiceSoap
at
org.apache.wsif.base.WSIFClientProxy.findMatchingOperation(WSIFClientProxy.java:599)
at org.apache.wsif.base.WSIFClientProxy.invoke(WSIFClientProxy.java:243)
I dont see any activity on this bug and it's still NEW and not assigned.
Is this bug being addressed at all or is not a bug?
Please help!
thanx