Hi, I am trying to test a simple SCA-component offering WS binding and it is ok with the web service explorer which Eclipse offers, but when I test it with a web service client I get this error: Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unexpected subelement return
at interfaces.ComplexServiceInterfacePortType__ServiceStub.fromOM(ComplexServic eInterfacePortType__ServiceStub.java:1735) at interfaces.ComplexServiceInterfacePortType__ServiceStub.getFicha(ComplexServ iceInterfacePortType__ServiceStub.java:159) at interfaces.ComplexServiceClient.main(ComplexServiceClient.java:20) Caused by: java.lang.RuntimeException: Unexpected subelement return at interfaces.ComplexServiceInterfacePortType__ServiceStub$GetFichaResponse$Fac tory.parse(ComplexServiceInterfacePortType__ServiceStub.java:1360) at interfaces.ComplexServiceInterfacePortType__ServiceStub.fromOM(ComplexServic eInterfacePortType__ServiceStub.java:1729) ... 2 more Do you have any idea about what it is wrong? Thank you very much, Adriana.
