[Users] Why to put the endpoint as the wsdl port name?

fgardes petals-use at ebmwebsourcing.com
Wed Mar 16 10:27:56 CET 2011


Hi!
Today, PEtALS search the Endpoint name here:


Code:
<wsdl:service name="NotificationBrokerService">
  	<wsdl:port name="[b][size=18]NotificationBrokerEndpoint[/size]/b]" binding="tns:NotificationBrokerBinding">
  		<soap:address location="" />
  	</wsdl:port>
  </wsdl:service>



Note:we have to add <soap:address to be WS-I compliant :a wsdl:port need an address (mandatory on Validate test under Eclipse for example).

So we've the endpoint name 2 times...
Why doesn't  put the endpoint like this:


Code:
<wsdl:service name="NotificationBrokerService">
  	<wsdl:port name="NotificationBrokerPort" binding="tns:NotificationBrokerBinding">
  		<soap:address location="urn:[b][size=18]NotificationBrokerEndpoint[/size][/b]" />
  	</wsdl:port>
  </wsdl:service>



It's to change (again) the mechanism (the topic isn't into "Features ;) ...just to understand ;)
Any idea?




-------------------- m2f --------------------

Read this forum topic online here:
http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=574#574

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/79ecc114/attachment.htm>


More information about the Users mailing list