I got same result when i tried to get generated wsdl by typing http://localhost:8080/axis/services/MyService?wsdl. the service is EJB, and i publish as webservice by define it in server-config.wsdd. may be i forgot some properties, that must be added in server-config.wsdd. ?? anyhelp will be appreciated. thanks.
regards, srusda Anne Thomas Manes wrote: > > How did you create this service? > > If you deployed it using the .jws method, you can't change the parameter > names. > > If you used java2wsdl, then you need to make sure that you use a class > with debug turned on. I also suggest that you specify that you want > style=wrapped and use=literal: > > -y, --style <argument> > The style of binding in the WSDL, either DOCUMENT, RPC, or WRAPPED. > -u, --use <argument> > The use of items in the binding, either LITERAL or ENCODED > > Anne > > > On 9/13/06, Nguyen Tuan Anh <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I tried to get the wsdl from a deployed service by typing >> http://localhost:8080/axis/services/MyService?wsdl but all the >> parameters of all the methods named in0, in1, in2... >> >> How can I get the real name of the parameters? >> >> Thank in advance. >> >> Tuan >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Parameters-in-wsdl-tf2263966.html#a6772778 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
