[ https://issues.apache.org/jira/browse/JUDDI-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14384786#comment-14384786 ]
Alex O'Ree commented on JUDDI-930: ---------------------------------- Typically, the WSDL file is available at the endpoint of a service with ?wsdl appended to the end. Example: http://localhost/service1?wsdl In the UDDI data structures, this is usually at businessEntity/businessService/bindingTemplate/accessPoint/@value where the @useType is usually either "endpoint" or "wsdlDeployment". The endpoint is the URL to execute the service. The "wsdlDeployment" is the URL to retrieve the wsdl. Auto registration: jUDDI has that feature already (automatically register service when it starts/stops) via Java and .NET annotations. There's an example here: http://svn.apache.org/repos/asf/juddi/tags/juddi-3.2.0/juddi-examples/wsdl2uddi-lifecyle/ as well as documentation here: http://juddi.apache.org/docs/3.2/juddi-client-guide/html/ch06.html > Operating, editing, downloading WSDL file from service from CLI > --------------------------------------------------------------- > > Key: JUDDI-930 > URL: https://issues.apache.org/jira/browse/JUDDI-930 > Project: jUDDI > Issue Type: Improvement > Components: juddi-client > Reporter: Kelvin Susanto > Original Estimate: 24h > Remaining Estimate: 24h > > Thanks for the previous issue. > I want to ask, can i operating, editing, deleting, and even downloading wsdl > file from the uddi because i want to download the wsdl file from another > server through CLI -- This message was sent by Atlassian JIRA (v6.3.4#6332)