You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Lukas Zapletal (JIRA)" <ax...@ws.apache.org> on 2007/06/03 19:18:15 UTC

[jira] Created: (AXIS-2671) Missing double quote in one example

Missing double quote in one example
-----------------------------------

                 Key: AXIS-2671
                 URL: https://issues.apache.org/jira/browse/AXIS-2671
             Project: Axis
          Issue Type: Bug
          Components: Documentation
            Reporter: Lukas Zapletal
            Priority: Trivial


http://ws.apache.org/axis/java/user-guide.html#BasicsGettingStarted

the

            call.setOperationName(new QName("http://soapinterop.org/", echoString"));

should be

            call.setOperationName(new QName("http://soapinterop.org/", "echoString"));


-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS-2671) Missing double quote in one example

Posted by "Lukas Zapletal (JIRA)" <ax...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501035 ] 

Lukas Zapletal commented on AXIS-2671:
--------------------------------------

btw the "http://ws.apache.org:5049/axis/services/echo" public soap server does not work

> Missing double quote in one example
> -----------------------------------
>
>                 Key: AXIS-2671
>                 URL: https://issues.apache.org/jira/browse/AXIS-2671
>             Project: Axis
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Lukas Zapletal
>            Priority: Trivial
>
> http://ws.apache.org/axis/java/user-guide.html#BasicsGettingStarted
> the
>             call.setOperationName(new QName("http://soapinterop.org/", echoString"));
> should be
>             call.setOperationName(new QName("http://soapinterop.org/", "echoString"));

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org