[
https://issues.apache.org/jira/browse/AXIS-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen updated AXIS-1445:
----------------------------------
Labels: javax.xml.rpc.Service (was: )
> overloaded Serice.createCall(QName portType, QName operationName) doesnt
> initialize from WSDL.
> ----------------------------------------------------------------------------------------------
>
> Key: AXIS-1445
> URL: https://issues.apache.org/jira/browse/AXIS-1445
> Project: Axis
> Issue Type: Bug
> Components: WSDL processing
> Environment: os independent
> Reporter: sanjay dahiya
> Priority: Trivial
> Labels: javax.xml.rpc.Service
>
> createCall overloaded method doesnt prefill from WSDL, follows code snippet
> from Axis.
> Service.java
> public javax.xml.rpc.Call createCall(QName portName,
> QName operationName) throws ServiceException {
>
> Call call = (org.apache.axis.client.Call) createCall();
> call.setOperation(portName, operationName.getLocalPart());
> return (call);
> }
> in 1st line of method - createCall() should be createCall(portName) ?
> Because createCall(QName) is doing all the initialization for WSDl.
> not including test case as its a trivial one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]