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
--
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
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
---
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
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
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
--