[jboss-user] [JBossWS] - Re: SOAP Message with Body of any type

2007-04-15 Thread ltenmatay
Thanks! got it to work cause of your suggestion. Btw, my previous wasn't really clear. I wanted to create a soap service in which the body is dynamic. I have no choice since the wsdl I got defined it that way. Problem is that the classes i generated using wsconsume expected the first child

[jboss-user] [JBossWS] - Soap with attachments

2007-04-15 Thread ltenmatay
Would like to know how to support soap message with attachments in jbossws 1.2.0 SP1. Do I need to define multipart section in my wsdl? The wsdl i got didn't specify any mime sections. I created my own provider. Whenever I send a soap with attachment, the jboss will throw a timeout error

[jboss-user] [JBossWS] - SOAP Message with Body of any type

2007-04-12 Thread ltenmatay
Is it possible to create a wsdl that accepts a soap:body of any/anyType? And just let JAXB 2.0 convert it to an element list. I have been trying, but only successful in creating an element of complexType that accepts any element as body. Seems wsconsume does not allow a message part that does

[jboss-user] [JBossWS] - Re: JBoss 4.0.5 and JBoss 4.2 CR1 plus JBossWS 1.2 - Does it

2007-03-13 Thread ltenmatay
anonymous wrote : 1.) Did you run the install script? It should copy wsrunclient to 'JBOSS_HOME/bin'. As far as I can remember, yes I did, but I just checked the build.xml file, seems it should be copied whatever version of JBoss AS. Anyway, this can be a mistake on my part. I used the

[jboss-user] [JBossWS] - JBoss 4.0.5 and JBoss 4.2 CR1 plus JBossWS 1.2 - Does it rea

2007-03-12 Thread ltenmatay
Here is what I did, I followed the guide in creating java classes from wsdl. I used the wsconsume tool. The xml to be sent has a body something like this, I just made up the element names, but the structure is the same. | requestsender | stype/stype | content | name/name

[jboss-user] [JBossWS] - Re: JBoss 4.0.5 and JBoss 4.2 CR1 plus JBossWS 1.2 - Does it

2007-03-12 Thread ltenmatay
Seriously, anything obvious that I may have missed? I asked the question since I want to make sure if it really works as mentioned in the guide or is it not yet really ready? I really want to use it since it is very easy to create a webservice, but I want to know if I need to wait for the next