Hi! It's me again. . . I really need your help. . . I am currently developing a .NET Web Service and a JAVA-based client. I was able to make the the Web service. And called it from a .NET client. But, I'm having problems with the Java client. I've tested it with a simple program that adds two numbers and it went well. But, when I added a method with a String as well as a Structure(ReportAlarmType) parameters I receive the following exceptions:
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 am also sending you the WSDL file as well as the client code that I
created
I really appreciate any advice that you can give me.
Thanks in advance.
Sincerely,
Leo Victor Barcenas
ReportAlarm.WSDL
Description: Binary data
ReportAlarm.java
Description: Binary data
