There's only one service definition in my WSDL though. Do I still need to use 
service-qname?


  | <wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl"
  |                   xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind"
  |                   xmlns="http://schemas.xmlsoap.org/wsdl/";
  |                   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
  |                   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
  |                   xmlns:intf="urn:oasis:names:tc:wsrp:v1:intf"
  |                   xmlns:tns="urn:oasis:names:tc:wsrp:v1:wsdl">
  | 
  |    <import namespace="urn:oasis:names:tc:wsrp:v1:bind" 
location="wsrp_v1_bindings.wsdl"/>
  | 
  |    <wsdl:service name="WSRPService">
  |       <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" 
name="WSRPMarkupService">
  |          <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
  |       </wsdl:port>
  | 
  |       <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" 
name="WSRPServiceDescriptionService">
  |          <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
  |       </wsdl:port>
  | 
  |       <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" 
name="WSRPRegistrationService">
  |          <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
  |       </wsdl:port>
  | 
  |       <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" 
name="WSRPPortletManagementService">
  |          <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
  |       </wsdl:port>
  |    </wsdl:service>
  | </wsdl:definitions>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104317#4104317

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104317
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to