[wsf-c-dev] [jira] Created: (WSFPHP-272) Non-standard HTTP port
number lost in WSDL action attribute
Emanuele Aliberti (JIRA)
jira at wso2.org
Wed May 7 11:26:17 PDT 2008
Non-standard HTTP port number lost in WSDL action attribute
-----------------------------------------------------------
Key: WSFPHP-272
URL: https://wso2.org/jira/browse/WSFPHP-272
Project: WSO2 WSF/PHP
Issue Type: Bug
Components: WSDL Generation
Affects Versions: 1.2.1
Environment: Windows 2000, Apache 2.2.8, PHP 5.2.5
Reporter: Emanuele Aliberti
Explicit TCP port for HTTP service is not quoted at all in WSDL contract that WSF generates.
For instance, calling
http://example.com:1234/service.php?wsdl
you get a contract where
action="http://example.com/service.php"
instead of
action="http://example.com:1234/service.php"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list