dear all,
i'm quite new to webservices and jaxrpc. i tried the hello example from the wsdp and it works quite perfect.
trying to implement my own webservice i run into problems by making a deployable .war file with wsdeploy.sh. the exception i got is:
[jansen_at_scapa wsdp]$ wsdeploy.sh -o test-deployable.war test.war -verbose
info: created temporary directory: /tmp/jaxrpc-deploy-e2dc7
info: processing endpoint: MyTest
error: modeler error: java.lang.NullPointerException
info: created output war file: /home/jansen/wsdp/test-deployable.war
info: removed temporary directory: /tmp/jaxrpc-deploy-e2dc7
[jansen_at_scapa wsdp]$
i think i got all needed files in the .war archive:
[jansen_at_scapa wsdp]$ jar -tf test.war
META-INF/
META-INF/MANIFEST.MF
WEB-INF/
WEB-INF/web.xml
WEB-INF/classes/
WEB-INF/classes/Test.class
WEB-INF/classes/TestInterface.class
WEB-INF/jaxrpc-ri.xml
[jansen_at_scapa wsdp]$
any hints would be nice.
thanks in advance
/marc