Hello,
I created a web service. It is written in VB.NET.
The web service, I think is working well. My problem
is in the client side. I'm using WSIF in Java.
I came until the declaration of the stub. But, when I called the
method I got a WSIFClientProxy exception.
The exact exception is,
org.apache.wsif.WSIFException: Method reportAlarm(class
com.ntt.lonworks.reportalarm.ReportAlarmType) was not found in portType
{http://reportalarm.lonworks.ntt.com}ReportAlarmSoap
at org.apache.wsif.base.WSIFClientProxy.findMatchingOperation(Unknown
Source)
at org.apache.wsif.base.WSIFClientProxy.invoke(Unknown Source)
at $Proxy0.reportAlarm(Unknown Source)
at ntt.com.NetTyp.main(NetTyp.java:74)
I have already mapped the complex type that I'm using. And the error is
still
the same. I really appreciate your help. Any suggestion is most appreciated.
Many thanks.
And Merry Christmas ! ! !
Leo