[JBoss-user] [JBossWS] - Re: wscompile/wsdl/ws4ee questions...

2005-01-26 Thread jeepee_in1
HI, I am facing the similar problem. I am using String as inout and out put param My Jaxrpx-mapping.xml looks like | ?xml version=1.0 encoding=UTF-8? | java-wsdl-mapping xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[JBoss-user] [JBossWS] - Re: wscompile/wsdl/ws4ee questions...

2005-01-21 Thread osataken
hi kanno, i've the same problem as u. i tried -gen:server with wscompile and package all xxx_Struct class in .war file(doesn't include ws4ee-deployment.xml). Anything look well i can call web service but return type become xxx_ReponseStruct (cause it's defined in mapping file). so

[JBoss-user] [JBossWS] - Re: wscompile/wsdl/ws4ee questions...

2005-01-21 Thread kanno
Ok, after going through all the examples, I sorta see what's going on with the assorted mapping files, etc. Since apparently the automatically generated wsdl creates a wsdl that validates a message of | getProfiles | String_1*BLAH*/String_1 | /getProfiles | I can't just use