[jboss-user] [JBossWS] - SOAP 1.2 WSDL

2006-11-07 Thread zarzar
Hi, I'm having problems building a web service using a WSDL with a SOAP 1.2 binding. (The WSDL is given at the bottom.) The web service works fine when using the SOAP 1.1 binding. Problems arise only when changing to SOAP 1.2. I'm using JBoss version 4.0.5.GA and generating code from WSDL using

[jboss-user] [JBossWS] - WS-Security: keystores and truststores

2006-11-09 Thread zarzar
Hi, I'm using WS-Security to sign and encrypt SOAP messages. I'm signing with the sender's private key and encrypting with the receiver's public key. | | | | | The problem is that JBoss doesn't look for the receiver's cert in the truststore, but in the keystore. My

[jboss-user] [JBossWS] - Re: wscompile - Restricted base='xsd:string' mapping issue

2006-11-12 Thread zarzar
I'm also having the same simple type restriction problem on jboss-4.0.5.GA with code generated by wstools on a doc/literal wsdl. I found an article on the wiki on annotations. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossXB_JBXBAnnotations The "jbxb:value" section shows how to specify you own