Re: java:EJB provider and parameter names in WSDL

2004-11-15 Thread Adrian Perez Jorge
Hi, You will have to tell axis what is the implementation class; for example in Java2WSDL you will have to use option "-i". Axis seems unable to get debug info about parametes of methods in java interfaces, or abstract methods in classes. The EJBProvider will be using the local or remote int

java:EJB provider and parameter names in WSDL

2004-11-13 Thread Eliot Stock
Title: java:EJB provider and parameter names in WSDL I'm having trouble getting Axis to generate WSDL with proper parameter names in rather than in0, in1, etc. This was working fine with the java:RPC provider when I had a simple class with static methods as the service implementatio