You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bilgin Ibryam (JIRA)" <ji...@apache.org> on 2009/12/03 23:54:20 UTC

[jira] Updated: (OFBIZ-3300) soap wsdl and action should be consistent

     [ https://issues.apache.org/jira/browse/OFBIZ-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bilgin Ibryam updated OFBIZ-3300:
---------------------------------

    Priority: Minor  (was: Major)

> soap wsdl and action should be consistent
> -----------------------------------------
>
>                 Key: OFBIZ-3300
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3300
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Si Chen
>            Priority: Minor
>             Fix For: Release Branch 4.0, Release Branch 9.04, SVN trunk
>
>
>  Currently, the WSDL for a soap service is obtained by http://localhost:8080/webtools/control/SOAPService/<serviceName>?wsdl, but the service is called at URL http://localhost:8080/webtools/control/SOAPService/, and the service name is inferred from the soap message, rather than from the URL.
>  It is a trivial fix for the soap event handler to get the service name from the URL as well, so that you can call the service at http://localhost:8080/webtools/control/SOAPService/<serviceName>
> Please let me know if you agree, and I will make you a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.