Hi there,
I'm using Jboss 4.04 and the version of JbossWS that shipped with it. I've 
written a basic SOAP handler that is working well.

My question is this. I am generating my webservices.xml, jaxrpc-mapping.xml,and 
.wsdl file by the methods described in the users guide for a simple RPCstyle 
endpoint 

(http://labs.jboss.com/portal/jbossws/user-guide/en/html/getting-started.html#rpc-endpoints)

I am using the default wstools-config.xml as also described there. 

Everything is working perfectly with one hitch -- It is automatically 
designating my parameter names for my rpc functions as String_1, String_2, 
double_3, etc.I need to change them to specific other names to match a standard 
(ideally the same names they have as parameters in the java source files). I 
tried simply replacing all instances of the generic variable names with my own 
but this simply generated many errors. Is there a different configuration of 
wstools where these names could be preserved or applied? If not, can someone 
please explain to me / direct me towards an explanation of the changes I must 
make for this to work? 

Thank you very much for your attention.

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

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


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to