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 ji...@apache.org on 2004/03/23 17:29:58 UTC

[jira] Closed: (AXIS-1216) In sample clients, call to org.apache.axis.client.Call's setOperationName use wrong namespace

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Tue, 23 Mar 2004 8:29 AM

Fixed userguide\example3\Client.java 
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1216

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1216
    Summary: In sample clients, call to org.apache.axis.client.Call's setOperationName use wrong namespace
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: Axis
 Components: 
             Samples
   Fix Fors:
             current (nightly)
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: Jim Dibble

    Created: Tue, 3 Feb 2004 6:00 PM
    Updated: Tue, 23 Mar 2004 8:29 AM
Environment: Operating System: Other
Platform: All

Description:
In the sample client applications in the samples/userguide directory, the call 
to the org.apache.axis.client.Call class's setOperationName method uses an 
incorrect namespace to qualify the operation name.

For example, Client.java in example3 uses the service name ("MyService") to 
qualify the operation name.  According to the WSDL file of the deployed web 
service, the operation should be qualified by the 
namespace "http://example3.userguide.samples".  Because Axis is lenient around 
the qualified namespace for an operation, this does not affect the workings of 
the sample application.  However, other products used in conjunction with Axis 
follow the WSDL specification most closely, and therefore do not recognize the 
operation because it is qualified by the wrong namespace.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira