With the following tags/method declaration, I was able to get meaningful parameter 
names:


  |     /**
  |      * @param projectRoleId
  |      * @return jobId
  |      * @ejb:interface-method view-type="remote"
  |      * @jboss-net.web-method returnQName="job_id"
  |      */
  |     public int importRequestsWLMSRequests(int project_id) throws RemoteException {
  | 

WSDL:

  | - <!-- WSDL created by Apache Axis version: 1.2beta
  | Built on Apr 26, 2004 (01:40:56 PDT) ÃÂ --> 
  | - <wsdl:message name="importRequestsWLMSRequestsResponse">
  | ÃÂ <wsdl:part name="job_id" type="xsd:int" /> 
  | ÃÂ </wsdl:message>
  | 
  | - <wsdl:message name="importRequestsWLMSRequestsRequest">
  | ÃÂ <wsdl:part name="project_id" type="xsd:int" /> 
  | ÃÂ </wsdl:message>
  | 
  | - <wsdl:portType name="RequestImport">
  | + <wsdl:operation name="importRequestsWLMSRequests" parameterOrder="project_id">
  | ÃÂ <wsdl:input message="impl:importRequestsWLMSRequestsRequest" 
name="importRequestsWLMSRequestsRequest" /> 
  | ÃÂ <wsdl:output message="impl:importRequestsWLMSRequestsResponse" 
name="importRequestsWLMSRequestsResponse" /> 
  | ÃÂ </wsdl:operation>
  | 

Hope this helps,
Tim

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to