[JBoss-user] [JBossWS] - Re: attributes of type xsd:QName incorrectly serialized

2006-05-20 Thread restjohn
I forgot to mention I'm using JBoss 4.0.4 GA and JBossWS 1.0.0 GA. Robert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945101#3945101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945101 --

[JBoss-user] [JBossWS] - attributes of type xsd:QName incorrectly serialized

2006-05-20 Thread restjohn
I have a web service that includes a type something like this | http://www.w3.org/2001/XMLSchema";> | ... | | | | | | | ... | | This type is the return type for a web service operation. When the corresponding ItemSummary java object is serialized to a soap

[JBoss-user] [JBossWS] - Re: Serialization of extraneous accessor value in response

2006-03-29 Thread restjohn
Sorry, I forgot to escape my XML. See my other message for the intended content. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933482#3933482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933482 ---

[JBoss-user] [JBossWS] - Serialization of extraneous accessor value in response

2006-03-29 Thread restjohn
I am using JBoss 4.0.3. I have a wsdl generated by wscompile from a JSE. A value type returned as a respone from one of the operations includes an accessor method inherited from a parent class. Because the accessor has no complementary mutator, wscompile does not include a corresponding elem

[JBoss-user] [JBossWS] - Serialization of extraneous accessor value in response

2006-03-29 Thread restjohn
I am using JBoss 4.0.3. I have a wsdl generated by wscompile from a JSE. A value type returned as a respone from one of the operations includes an accessor method inherited from a parent class. Because the accessor has no complementary mutator, wscompile does not include a corresponding elem

[JBoss-user] [JBossWS] - Re: Is this possible with JBoss Web services?

2006-03-29 Thread restjohn
Maybe you can apply a xslt to the soap message to turn it into what you need, using Apache Xalan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933430#3933430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933430 --