New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOAP Wizard #325
Comments
|
Yes. Planned |
|
+1 |
|
@grongierisc this looks like a good use case for the "objectscript.conn": {
"links": {
"SOAP Wizard": "http://${host}:${port}/isc/studio/templates/%25ZEN.Template.AddInWizard.SOAPWizard.cls?$NAMESPACE=${namespace}"
},
...And when #444 arrives in 1.0.4 there will be some more variables available. Links you specify here will appear in the Server Actions quickpick. Click on the ObjectScript connection panel in the status bar to access that.
|
|
FYI : http://${host}:${port}/isc/studio/templates/%25ZEN.Template.AddInWizard.SOAPWizard.cls?$NAMESPACE=${namespace} Is working but the generated classes aren't in ${namespace} but in %SYS. How can i report this bug ? |
|
+1, it would be great to have all the Add-In/Template links provided out of the box. Also, I investigated the direct browser access to the wizard and the appropriate URL Query parameter seems to be (case-sensitive) Namespace, not $NAMESPACE, so there is no bug and the URL used for the link definition should be: http://${host}:${port}/isc/studio/templates/%25ZEN.Template.AddInWizard.SOAPWizard.cls?Namespace=${namespace} or better now with #444 in place: ${serverUrl}/isc/studio/templates/%25ZEN.Template.AddInWizard.SOAPWizard.cls?Namespace=${namespace} |
|
This is related to Doc about links in ObjecScript.conn #667 |
Is there any plan to add support of Soap wizard like in Atelier/Studio ?
The text was updated successfully, but these errors were encountered: