[
https://wso2.org/jira/browse/MASHUP-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137#action_16137
]
Jonathan Marsh commented on MASHUP-702:
---------------------------------------
I note that it kind of defeats the purpose of loading the WSDL to have to
specify the service QName, the endpointName, and the operation qname in order
to use the service. All of these are embedded in the WSDL.
It would be nice to default as many of these as you can, esp since most WSDLs
only have a single service, and we can default the endpoint if the user doesn't
ask for a specific one. Likewise it would be nice to default the
targetNamespace of the operation in some way. That way a minimal use could
look something like this:
function foo(){
var request = new WSRequest();
request.openWSDL("http://localhost:7763/services/system/version?wsdl",false);
request.send("getVersion",null);
return request.responseXML;
}
> Enhance WsRequest to infer other details when given a WSDL and operation to
> be invoked
> --------------------------------------------------------------------------------------
>
> Key: MASHUP-702
> URL: https://wso2.org/jira/browse/MASHUP-702
> Project: WSO2 Mashup Server
> Issue Type: New Feature
> Reporter: Channa Gunawardena
> Assignee: Keith Godwin Chapman
> Priority: Minor
> Fix For: 1.1
>
>
> Enhance WsRequest to be able to infer other required details when given the
> WSDL and the operation to be invoked.
--
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
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev