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 "Frank Cornelis (JIRA)" <ji...@apache.org> on 2006/04/28 15:36:38 UTC

[jira] Created: (AXIS2-630) ?WSDL not in line with original WSDL

?WSDL not in line with original WSDL
------------------------------------

         Key: AXIS2-630
         URL: http://issues.apache.org/jira/browse/AXIS2-630
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

    Reporter: Frank Cornelis


When I ask the Axis2 runtime for the WSDL file via the ?WSDL operation I get a WSDL that is not according to the original WSDL used to contruct the AAR (via codegen).
The soapAction is 'urn:Echo' instead of 'Echo'.
The message element is 'Echo' instead of 'EchoRequest', and the content of the Echo element is really messed up.
doc/lit is really not working at all because of these weird things going on in Axis2.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (AXIS2-630) ?WSDL not in line with original WSDL

Posted by Fabian <ma...@christina-reysen.com>.
Hi Frank!

If you do not include the original WSDL and XSD in the aar then I think 
the behaiviour you described is correct and not a bug.

see http://www.developer.com/open/article.php/10930_3589126_1 section 3.

Fabian

Frank Cornelis (JIRA) wrote, On 28.04.2006 16:53:
>     [ http://issues.apache.org/jira/browse/AXIS2-630?page=comments#action_12376950 ] 
>
> Frank Cornelis commented on AXIS2-630:
> --------------------------------------
>
> I'm using the latest SVN tree (thus RC4) already. Please notice that I'm not including the original WSDL and XSD in the EAR. So I let Axis2 generate the WSDL itself via the ?WSDL operation.
>
>   
>> ?WSDL not in line with original WSDL
>> ------------------------------------
>>
>>          Key: AXIS2-630
>>          URL: http://issues.apache.org/jira/browse/AXIS2-630
>>      Project: Apache Axis 2.0 (Axis2)
>>         Type: Bug
>>     
>
>   
>>     Reporter: Frank Cornelis
>>  Attachments: test-ws-aar-1.0-SNAPSHOT.xml, test.wsdl, test.xsd
>>
>> When I ask the Axis2 runtime for the WSDL file via the ?WSDL operation I get a WSDL that is not according to the original WSDL used to contruct the AAR (via codegen).
>> The soapAction is 'urn:Echo' instead of 'Echo'.
>> The message element is 'Echo' instead of 'EchoRequest', and the content of the Echo element is really messed up.
>> doc/lit is really not working at all because of these weird things going on in Axis2.
>>     
>
>   


[jira] Commented: (AXIS2-630) ?WSDL not in line with original WSDL

Posted by "Frank Cornelis (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-630?page=comments#action_12376950 ] 

Frank Cornelis commented on AXIS2-630:
--------------------------------------

I'm using the latest SVN tree (thus RC4) already. Please notice that I'm not including the original WSDL and XSD in the EAR. So I let Axis2 generate the WSDL itself via the ?WSDL operation.

> ?WSDL not in line with original WSDL
> ------------------------------------
>
>          Key: AXIS2-630
>          URL: http://issues.apache.org/jira/browse/AXIS2-630
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>     Reporter: Frank Cornelis
>  Attachments: test-ws-aar-1.0-SNAPSHOT.xml, test.wsdl, test.xsd
>
> When I ask the Axis2 runtime for the WSDL file via the ?WSDL operation I get a WSDL that is not according to the original WSDL used to contruct the AAR (via codegen).
> The soapAction is 'urn:Echo' instead of 'Echo'.
> The message element is 'Echo' instead of 'EchoRequest', and the content of the Echo element is really messed up.
> doc/lit is really not working at all because of these weird things going on in Axis2.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2-630) ?WSDL not in line with original WSDL

Posted by "Frank Cornelis (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-630?page=all ]

Frank Cornelis updated AXIS2-630:
---------------------------------

    Attachment: test-ws-aar-1.0-SNAPSHOT.xml

test-ws-aar-1.0-SNAPSHOT.xml: the ?WSDL wsdl file returned by Axis2 ?WSDL request.

> ?WSDL not in line with original WSDL
> ------------------------------------
>
>          Key: AXIS2-630
>          URL: http://issues.apache.org/jira/browse/AXIS2-630
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>     Reporter: Frank Cornelis
>  Attachments: test-ws-aar-1.0-SNAPSHOT.xml, test.wsdl, test.xsd
>
> When I ask the Axis2 runtime for the WSDL file via the ?WSDL operation I get a WSDL that is not according to the original WSDL used to contruct the AAR (via codegen).
> The soapAction is 'urn:Echo' instead of 'Echo'.
> The message element is 'Echo' instead of 'EchoRequest', and the content of the Echo element is really messed up.
> doc/lit is really not working at all because of these weird things going on in Axis2.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2-630) ?WSDL not in line with original WSDL

Posted by "Frank Cornelis (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-630?page=all ]

Frank Cornelis updated AXIS2-630:
---------------------------------

    Attachment: test.wsdl

The original WSDL.

> ?WSDL not in line with original WSDL
> ------------------------------------
>
>          Key: AXIS2-630
>          URL: http://issues.apache.org/jira/browse/AXIS2-630
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>     Reporter: Frank Cornelis
>  Attachments: test.wsdl, test.xsd
>
> When I ask the Axis2 runtime for the WSDL file via the ?WSDL operation I get a WSDL that is not according to the original WSDL used to contruct the AAR (via codegen).
> The soapAction is 'urn:Echo' instead of 'Echo'.
> The message element is 'Echo' instead of 'EchoRequest', and the content of the Echo element is really messed up.
> doc/lit is really not working at all because of these weird things going on in Axis2.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-630) ?WSDL not in line with original WSDL

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-630?page=comments#action_12376955 ] 

Deepal Jayasinghe commented on AXIS2-630:
-----------------------------------------

If you dont put your wsdl and xsd in META-INF dir , then Axis2 will auto generate a wsdl for you using java refelection. So that generated wsdl will not same as original wsdl. 



> ?WSDL not in line with original WSDL
> ------------------------------------
>
>          Key: AXIS2-630
>          URL: http://issues.apache.org/jira/browse/AXIS2-630
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>     Reporter: Frank Cornelis
>  Attachments: test-ws-aar-1.0-SNAPSHOT.xml, test.wsdl, test.xsd
>
> When I ask the Axis2 runtime for the WSDL file via the ?WSDL operation I get a WSDL that is not according to the original WSDL used to contruct the AAR (via codegen).
> The soapAction is 'urn:Echo' instead of 'Echo'.
> The message element is 'Echo' instead of 'EchoRequest', and the content of the Echo element is really messed up.
> doc/lit is really not working at all because of these weird things going on in Axis2.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-630) ?WSDL not in line with original WSDL

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-630?page=all ]
     
Deepal Jayasinghe resolved AXIS2-630:
-------------------------------------

    Resolution: Fixed

I tested on RC4 and we dont have this problem there.
If you have that in RC4 pls reopen the issue

> ?WSDL not in line with original WSDL
> ------------------------------------
>
>          Key: AXIS2-630
>          URL: http://issues.apache.org/jira/browse/AXIS2-630
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>     Reporter: Frank Cornelis
>  Attachments: test-ws-aar-1.0-SNAPSHOT.xml, test.wsdl, test.xsd
>
> When I ask the Axis2 runtime for the WSDL file via the ?WSDL operation I get a WSDL that is not according to the original WSDL used to contruct the AAR (via codegen).
> The soapAction is 'urn:Echo' instead of 'Echo'.
> The message element is 'Echo' instead of 'EchoRequest', and the content of the Echo element is really messed up.
> doc/lit is really not working at all because of these weird things going on in Axis2.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2-630) ?WSDL not in line with original WSDL

Posted by "Frank Cornelis (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-630?page=all ]

Frank Cornelis updated AXIS2-630:
---------------------------------

    Attachment: test.xsd

test.xsd: the XSD used by the original WSDL (test.wsdl)

> ?WSDL not in line with original WSDL
> ------------------------------------
>
>          Key: AXIS2-630
>          URL: http://issues.apache.org/jira/browse/AXIS2-630
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>     Reporter: Frank Cornelis
>  Attachments: test.wsdl, test.xsd
>
> When I ask the Axis2 runtime for the WSDL file via the ?WSDL operation I get a WSDL that is not according to the original WSDL used to contruct the AAR (via codegen).
> The soapAction is 'urn:Echo' instead of 'Echo'.
> The message element is 'Echo' instead of 'EchoRequest', and the content of the Echo element is really messed up.
> doc/lit is really not working at all because of these weird things going on in Axis2.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira