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/05/10 11:32:56 UTC

[jira] Created: (AXIS-1354) hyphen in service name

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1354

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1354
    Summary: hyphen in service name
       Type: Improvement

     Status: Unassigned
   Priority: Critical

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             1.1

   Assignee: 
   Reporter: Mario Scialpi

    Created: Mon, 10 May 2004 2:30 AM
    Updated: Mon, 10 May 2004 2:30 AM
Environment: Windows 2000
Eclipse 2.1.3 with wsdl2java plugin
Cape Clear 4

Description:
Hi,
I'm trying to generate client for a Cape Clear authentication web service with wsdl2java eclipse plugin.
The process generates code non java compilant.

All Cape Clear web services has WSDL with service tag in the follow form:
<service name="cc-******">
....

in particular authentication web service wsdl contains:
<service name="cc-uthenticate">
....

If I change name attribute value
<service name="CCAuthenticate">
all goes rigth and I succeed to generate my client for web service.

Is there a bug in axis wsdl2java or a syntax error in cape clear wsdl?

Mario


---------------------------------------------------------------------
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


[jira] Resolved: (AXIS-1354) hyphen in service name

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1354?page=history ]
     
Davanum Srinivas resolved AXIS-1354:
------------------------------------

    Resolution: Fixed

Closing bug as per Jaya and Venkat's comments.

> hyphen in service name
> ----------------------
>
>          Key: AXIS-1354
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1354
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.1
>  Environment: Windows 2000
> Eclipse 2.1.3 with wsdl2java plugin
> Cape Clear 4
>     Reporter: Mario Scialpi
>     Priority: Critical

>
> Hi,
> I'm trying to generate client for a Cape Clear authentication web service with wsdl2java eclipse plugin.
> The process generates code non java compilant.
> All Cape Clear web services has WSDL with service tag in the follow form:
> <service name="cc-******">
> ....
> in particular authentication web service wsdl contains:
> <service name="cc-uthenticate">
> ....
> If I change name attribute value
> <service name="CCAuthenticate">
> all goes rigth and I succeed to generate my client for web service.
> Is there a bug in axis wsdl2java or a syntax error in cape clear wsdl?
> Mario

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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


[jira] Commented: (AXIS-1354) hyphen in service name

Posted by "Venkat Reddy (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1354?page=comments#action_54938 ]
     
Venkat Reddy commented on AXIS-1354:
------------------------------------

Couldn't reproduce any issues using the latest code. The generated code compiles fine. The service name with hyphen is only used inside serviceLocator.getServiceName method while preparing the QName for the service. I guess we can close this.

> hyphen in service name
> ----------------------
>
>          Key: AXIS-1354
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1354
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.1
>  Environment: Windows 2000
> Eclipse 2.1.3 with wsdl2java plugin
> Cape Clear 4
>     Reporter: Mario Scialpi
>     Priority: Critical

>
> Hi,
> I'm trying to generate client for a Cape Clear authentication web service with wsdl2java eclipse plugin.
> The process generates code non java compilant.
> All Cape Clear web services has WSDL with service tag in the follow form:
> <service name="cc-******">
> ....
> in particular authentication web service wsdl contains:
> <service name="cc-uthenticate">
> ....
> If I change name attribute value
> <service name="CCAuthenticate">
> all goes rigth and I succeed to generate my client for web service.
> Is there a bug in axis wsdl2java or a syntax error in cape clear wsdl?
> Mario

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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


[jira] Commented: (AXIS-1354) hyphen in service name

Posted by "Jayachandra Sekhara Rao Sunkara (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1354?page=comments#action_54663 ]
     
Jayachandra Sekhara Rao Sunkara commented on AXIS-1354:
-------------------------------------------------------

Can you be more elaborate on what you mean by 'non-Java compliant'?
Isn't the code getting compiled? Or is it that its not getting deployed? Or is it that clients are failing to consume the service?

Thanks
Jayachandra

> hyphen in service name
> ----------------------
>
>          Key: AXIS-1354
>          URL: http://issues.apache.org/jira/browse/AXIS-1354
>      Project: Axis
>         Type: Improvement
>   Components: WSDL processing
>     Versions: 1.1
>  Environment: Windows 2000
> Eclipse 2.1.3 with wsdl2java plugin
> Cape Clear 4
>     Reporter: Mario Scialpi
>     Priority: Critical

>
> Hi,
> I'm trying to generate client for a Cape Clear authentication web service with wsdl2java eclipse plugin.
> The process generates code non java compilant.
> All Cape Clear web services has WSDL with service tag in the follow form:
> <service name="cc-******">
> ....
> in particular authentication web service wsdl contains:
> <service name="cc-uthenticate">
> ....
> If I change name attribute value
> <service name="CCAuthenticate">
> all goes rigth and I succeed to generate my client for web service.
> Is there a bug in axis wsdl2java or a syntax error in cape clear wsdl?
> Mario

-- 
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