You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by Lorenzo Manzoni <lm...@imolinfo.it> on 2006/01/02 12:17:59 UTC

Problem with the example complexsoap

Hi, 

       I am new to WSIF and I am trying to run the example.
I downloaded the relased version and the all works fine.
But the released version use older version of axis, so I decided to download the code from the repository...I build the wsif jars but with the new library (only changing the library) 
the example Zip2Geo (samples/complexsoap) doesn't work and throws the following exception:

Exception in thread "main" org.apache.wsif.WSIFException: no schema elements found

at org.apache.wsif.providers.ProviderUtils.unWrapPart(ProviderUtils.java:393)

at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.unwrapSOAPParts(WSIFOperation_ApacheAxis.java:812)

at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.prepare(WSIFOperation_ApacheAxis.java:1941)

at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.invokeRequestResponseOperation(WSIFOperation_ApacheAxis.java:1412)

at org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.executeRequestResponseOperation(WSIFOperation_ApacheAxis.java:1019)

at it.imolinfo.wsif.zip2geo.client.Run_old.main(Run_old.java:71)

Anyone can help me?

Lorenzo Manzoni