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 "Robin Taylor (JIRA)" <ax...@ws.apache.org> on 2005/07/14 11:20:11 UTC

[jira] Created: (AXIS-2119) ?wsdl returns http 500 error

?wsdl returns http 500 error
----------------------------

         Key: AXIS-2119
         URL: http://issues.apache.org/jira/browse/AXIS-2119
     Project: Apache Axis
        Type: Bug
  Components: WSDL processing  
    Versions: current (nightly)    
 Environment: Axis 1.2,  JDK 1.5, Tomcat 5.5.9, Windows XP
    Reporter: Robin Taylor


I have Axis bundled up as part of a web app. When I enter the URL http://localhost:8080/RLIproject/services I see my new web service listed along with prepackaged services Version and AdminService. I can select the wsdl option for both those services but when I try to view the wsdl for my new service I get an http 500 error. I can enter the URL for my new service (http://localhost:8080/RLIproject/services/ResourceListManagementServiceSyncSoap) and get back a screen 'Hi there this is an Axis Sevice'. I am assuming Axis tries to generate the wsdl as I have made no conscious effort to tell it where the wsdl resides that I used to create the java classes. I have attached below the output from the '...AdminClient list' command. As you can see the new Service is fairly complex.  Any guidance would be greatly appreciated.

Thanks, Robin Taylor.
Edinburgh University.



-- 
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: (AXIS-2119) ?wsdl returns http 500 error

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2119?page=comments#action_12316374 ] 

Davanum Srinivas commented on AXIS-2119:
----------------------------------------

can u try?
http://localhost:8080/RLIproject/services/ResourceListManagementServiceSyncSoap?wsdl

> ?wsdl returns http 500 error
> ----------------------------
>
>          Key: AXIS-2119
>          URL: http://issues.apache.org/jira/browse/AXIS-2119
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: current (nightly)
>  Environment: Axis 1.2,  JDK 1.5, Tomcat 5.5.9, Windows XP
>     Reporter: Robin Taylor
>  Attachments: server-config.out
>
> I have Axis bundled up as part of a web app. When I enter the URL http://localhost:8080/RLIproject/services I see my new web service listed along with prepackaged services Version and AdminService. I can select the wsdl option for both those services but when I try to view the wsdl for my new service I get an http 500 error. I can enter the URL for my new service (http://localhost:8080/RLIproject/services/ResourceListManagementServiceSyncSoap) and get back a screen 'Hi there this is an Axis Sevice'. I am assuming Axis tries to generate the wsdl as I have made no conscious effort to tell it where the wsdl resides that I used to create the java classes. I have attached below the output from the '...AdminClient list' command. As you can see the new Service is fairly complex.  Any guidance would be greatly appreciated.
> Thanks, Robin Taylor.
> Edinburgh University.

-- 
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: (AXIS-2119) ?wsdl returns http 500 error

Posted by "Robin Taylor (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2119?page=comments#action_12316452 ] 

Robin Taylor commented on AXIS-2119:
------------------------------------

Thanks for the suggestion. Unfortunately it gives the same error. If it helps, I can actually use the web service, and I can list the service using AdminClient. The only part that gives me problems is when I try and request the wsdl. I could ignore this but I'm worried in case it is a symptom of a problem that will manifest itself in other ways.

Thanks again, Robin. 

> ?wsdl returns http 500 error
> ----------------------------
>
>          Key: AXIS-2119
>          URL: http://issues.apache.org/jira/browse/AXIS-2119
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: current (nightly)
>  Environment: Axis 1.2,  JDK 1.5, Tomcat 5.5.9, Windows XP
>     Reporter: Robin Taylor
>  Attachments: server-config.out
>
> I have Axis bundled up as part of a web app. When I enter the URL http://localhost:8080/RLIproject/services I see my new web service listed along with prepackaged services Version and AdminService. I can select the wsdl option for both those services but when I try to view the wsdl for my new service I get an http 500 error. I can enter the URL for my new service (http://localhost:8080/RLIproject/services/ResourceListManagementServiceSyncSoap) and get back a screen 'Hi there this is an Axis Sevice'. I am assuming Axis tries to generate the wsdl as I have made no conscious effort to tell it where the wsdl resides that I used to create the java classes. I have attached below the output from the '...AdminClient list' command. As you can see the new Service is fairly complex.  Any guidance would be greatly appreciated.
> Thanks, Robin Taylor.
> Edinburgh University.

-- 
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: (AXIS-2119) ?wsdl returns http 500 error

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2119?page=comments#action_12316842 ] 

Davanum Srinivas commented on AXIS-2119:
----------------------------------------

can you please check the logs in your tomcat? we need a stack trace to do anything meaningful.

thanks,
dims

> ?wsdl returns http 500 error
> ----------------------------
>
>          Key: AXIS-2119
>          URL: http://issues.apache.org/jira/browse/AXIS-2119
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: current (nightly)
>  Environment: Axis 1.2,  JDK 1.5, Tomcat 5.5.9, Windows XP
>     Reporter: Robin Taylor
>  Attachments: server-config.out
>
> I have Axis bundled up as part of a web app. When I enter the URL http://localhost:8080/RLIproject/services I see my new web service listed along with prepackaged services Version and AdminService. I can select the wsdl option for both those services but when I try to view the wsdl for my new service I get an http 500 error. I can enter the URL for my new service (http://localhost:8080/RLIproject/services/ResourceListManagementServiceSyncSoap) and get back a screen 'Hi there this is an Axis Sevice'. I am assuming Axis tries to generate the wsdl as I have made no conscious effort to tell it where the wsdl resides that I used to create the java classes. I have attached below the output from the '...AdminClient list' command. As you can see the new Service is fairly complex.  Any guidance would be greatly appreciated.
> Thanks, Robin Taylor.
> Edinburgh University.

-- 
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: (AXIS-2119) ?wsdl returns http 500 error

Posted by "Robin Taylor (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2119?page=all ]

Robin Taylor updated AXIS-2119:
-------------------------------

    Attachment: server-config.out

> ?wsdl returns http 500 error
> ----------------------------
>
>          Key: AXIS-2119
>          URL: http://issues.apache.org/jira/browse/AXIS-2119
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: current (nightly)
>  Environment: Axis 1.2,  JDK 1.5, Tomcat 5.5.9, Windows XP
>     Reporter: Robin Taylor
>  Attachments: server-config.out
>
> I have Axis bundled up as part of a web app. When I enter the URL http://localhost:8080/RLIproject/services I see my new web service listed along with prepackaged services Version and AdminService. I can select the wsdl option for both those services but when I try to view the wsdl for my new service I get an http 500 error. I can enter the URL for my new service (http://localhost:8080/RLIproject/services/ResourceListManagementServiceSyncSoap) and get back a screen 'Hi there this is an Axis Sevice'. I am assuming Axis tries to generate the wsdl as I have made no conscious effort to tell it where the wsdl resides that I used to create the java classes. I have attached below the output from the '...AdminClient list' command. As you can see the new Service is fairly complex.  Any guidance would be greatly appreciated.
> Thanks, Robin Taylor.
> Edinburgh University.

-- 
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: (AXIS-2119) ?wsdl returns http 500 error

Posted by "Robin Taylor (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2119?page=comments#action_12316880 ] 

Robin Taylor commented on AXIS-2119:
------------------------------------

I tried to view the wsdl from a browser and the only entry that appeared in the logs (stdout) was ...


Request Message type information has multiple parts than one single wrapped complexType. Use WRAPPED/LITERAL if interoping with some other soap stack becomes a problem


In case it is of any relevance, I had to use the -w flag with wsdl2java - see earlier calls 2058, 2022, 1993 (not all mine!).

If you feel this problem doesn't merit any investigation at the moment then please feel free to 'demote' it. As I mentioned earlier my concern is that it is a symptom of deeper problems. In fact I do have another outstanding call regarding the same piece of wsdl - ref 2144.

Thanks again, Robin. 

> ?wsdl returns http 500 error
> ----------------------------
>
>          Key: AXIS-2119
>          URL: http://issues.apache.org/jira/browse/AXIS-2119
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: current (nightly)
>  Environment: Axis 1.2,  JDK 1.5, Tomcat 5.5.9, Windows XP
>     Reporter: Robin Taylor
>  Attachments: server-config.out
>
> I have Axis bundled up as part of a web app. When I enter the URL http://localhost:8080/RLIproject/services I see my new web service listed along with prepackaged services Version and AdminService. I can select the wsdl option for both those services but when I try to view the wsdl for my new service I get an http 500 error. I can enter the URL for my new service (http://localhost:8080/RLIproject/services/ResourceListManagementServiceSyncSoap) and get back a screen 'Hi there this is an Axis Sevice'. I am assuming Axis tries to generate the wsdl as I have made no conscious effort to tell it where the wsdl resides that I used to create the java classes. I have attached below the output from the '...AdminClient list' command. As you can see the new Service is fairly complex.  Any guidance would be greatly appreciated.
> Thanks, Robin Taylor.
> Edinburgh University.

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