[jboss-user] [JBossWS] - jbossws 1.0.4GA - wstools fail on a webervice

2006-11-16 Thread croisfert
with jbossws 1.0.3 bundled in jbossAS 1.0.5GA it work fine with jbossws 1.0.4GA it give me the error "org.jboss.ws.WSException: String passed i s null" this is the webservice: http://www.atomic-x.com/xmlservices/HyperlinkExtractor.asmx?wsdl this is my wstools-config.xml file: . http://

[jboss-user] [JBossWS] - how to select which certificate to use in wsse encryption?

2006-11-15 Thread croisfert
hi, howto select which certificate to use in wsse encryption? in the jboss-wsse-server.xml file we define the alias of the certificate to use for encrypt the response SOAP message. .. .. this is the alias of the certificate of the client. How i select this dynamically? View the original

[jboss-user] [JBossWS] - how to application-client.xml e jboss-client.xml for sessio

2006-11-10 Thread croisfert
I am working with jboss-4.0.5.GA (jems-installer-1.2.0.BETA3) and self contained jbossws (jbossws-1.0.3.GA), i am trying to develop an enterprise stateless session bean(2.x) as a client for a public webservice on an internet. I have created a standalone client (simple java class with ma