"anders.hedstrom" wrote : Hi, | I have a WSDL that defines a webservice with a couple of parameters. One parameter is an OUT parameter and another one is an INOUT parameter. Both these parameters are of the type xsd:unsignedLong. |
Do you know if IN is affected to? anonymous wrote : | How come? Everywhere I look I see that JBoss recommends the use of wscompile to generate the needed files. Is it not possible to map an unsignedLong OUT & INOUT parameter against BigIntegerHolder? | wscompile is correct, the JAX-RPC 1.1 spec states that unsignedLong must be mapped to BigInteger. This is most likely a bug. Could you make as stripped down as possible test that demonstrates this problem, and open a bug on it. http://jira.jboss.org/jira/browse/JBWS Thanks, -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872423#3872423 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872423 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
