[
https://issues.apache.org/jira/browse/AXIS2-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb reopened AXIS2-2307:
-------------------------
Thanks, getting there, but:
new QName("http://soapinterop.org/", echoString"));
should presumably be;
new QName("http://soapinterop.org/", "echoString"));
==
Also, there is no Axis-2 equivalent to
System.out.println("Sent 'Hello!', got '" + ret + "'");
and the Endpoints are completely different.
==
Not sure that the Axis-2 example is complete.
The "options" instance does not seem to be used once it has been configured:
surely the options and client instances need to be linked in some way?
> Migrating from Axis1 example has errors and is not clear
> --------------------------------------------------------
>
> Key: AXIS2-2307
> URL: https://issues.apache.org/jira/browse/AXIS2-2307
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: documentation
> Affects Versions: 1.1.1
> Reporter: Sebb
> Assigned To: Lahiru Sandakith
> Fix For: nightly
>
>
> The sample Axis2 snippet does not seem to agree with the API.
> The EndpointReference class does not have a (String,String) constructor.
> The method ClientUtil.getEchoOMElement() does not exist.
> XMLStreamException is not thrown by the ServiceClient class.
> It would also help if the import statements were included.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]