[jboss-user] [JBossWS] - Re: Exception while deploying a webservice with attachment (

RomeuFigueira do-not-reply at jboss.com
Tue Nov 14 09:57:49 EST 2006


Indeed you are right, wstools does not go along with more complex types necessary for attachment. One has to do them by hand, or using a place holder.

As for the mapping error, in your jaxrcp-mapping.xml do you place strings as:
<param-type>java.lang.String</param-type>?

And in your wsdl file, do you have them as:
.... type='xsd:string'/>?

Note: the prefix xsd is linked with the following namespace (xmlns:xsd='http://www.w3.org/2001/XMLSchema'>)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985797#3985797

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985797



More information about the jboss-user mailing list