[mashup-dev] [jira] Closed: (MASHUP-52) address and whttp:location
in generated WSDL don't combine well.
Jonathan Marsh (JIRA)
jira at wso2.org
Mon Jun 4 14:28:02 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-52?page=all ]
Jonathan Marsh closed MASHUP-52.
--------------------------------
Verified fixed in 4-Jun build.
> address and whttp:location in generated WSDL don't combine well.
> ----------------------------------------------------------------
>
> Key: MASHUP-52
> URL: http://www.wso2.org/jira/browse/MASHUP-52
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Reporter: Jonathan Marsh
> Assigned To: Keith Godwin Chapman
>
> Given a service named "foo" the generated WSDL will contain endpoints for "http://[ip]/services/foo". The whttp location for an operation "bar" is simply "bar". Thus when you combine the address and location you get http://[ip]services/bar, instead of http://[ip]services/foo/bar as you would expect.
> I think the solution is to add a "/" to all of the endpoint addresses. Another solution would be to prefix the whttp:locations with ? (http:[ip]/services/foo?bar) but that puts us in danger of conflicting with our ?stub syntax...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Mashup-dev
mailing list