Problem with the example complexsoap
"Lorenzo Manzoni" <[email protected]> Mon, 2 Jan 2006 12:17:59 +0100
| Newsgroups | gmane.comp.apache.webservices.wsif.user |
|---|---|
| Organization | Imola Informatica S.r.l. |
| Message-ID | <002701c60f8e$303d8a70$660510ac@GANDALF> |
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