Hi,

i'm developing a java desktop application that work as a webservice client.

i'm using cxf for it easy to use interceptor.

i need use WSSecurity, and to add an extra header to soap.

i'm using netbeand 6.0 and all i need work correctly if i run the client from ide.

when i build dist the client crash on ws invoking, without any error message.

i've configured cxf as Library with
   cxf-2.0.4-incubator.jar
   cxf-manifest-incubator.jar
i found this 3 lines in project.properties # Property libs.ApacheCXF2.0.classpath is set here just to make sharing of project simpler.
       # The library definition has always preference over this property.
libs.ApacheCXF2.0.classpath=../../../../../CUIClient/lib/cxf-2.0.4-incubator.jar;../../../../../CUIClient/lib/cxf-manifest-incubator.jar


but i don't understand why client doesn't work outside netbeans...

excuse for my english, i hope that someone understand what i need..

thanks

Giampiero

Reply via email to