Please can someone help me understand where (in complete webservice call) and what for Provider Webservice end point alias is used.
If we select any alias while creating the webservice descriptor, the WSDL (xml we pass on to consumer) shows IP:port in 'location=' filed. Though if I don't do so, it has hostname:port for same field.
This suggests the alias isn't used while consumer makes a call to our provider webservice, hence back to my original question....where and how is it used.
It should be associated with a Binder..Refer [url=http://documentation.softwareag.com/webmethods/wmsuites/wmsuite8_ga/Developer/Guides/8-0-SP1_Web_Services_Developers_Guide.pdf]WSD Developers guide[/url]
The endpoint alias is usually created for one or more reasons:
[b]Dynamic endpoint addressing[/b]:
Using an endpoint alias saves you from having to specify or change the server information each time you use the Web service, because the actual value of the endpoint is looked up at run time.
[b]Security[/b]:
An endpoint alias is required in order to configure WS-Security for Web service providers and consumers.
For information about implementing this Refer [url=http://documentation.softwareag.com/webmethods/wmsuites/wmsuite8-2_sp2/Integration_Server/8-2-SP2_Administering_Integration_Server.pdf]IS Admin guide page[/url] 217..218
Leave a Reply
Guest User
Not sure what course is right for you?
Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.
Akshat Singhal
Hi,
Please can someone help me understand where (in complete webservice call) and what for Provider Webservice end point alias is used.
If we select any alias while creating the webservice descriptor, the WSDL (xml we pass on to consumer) shows IP:port in 'location=' filed. Though if I don't do so, it has hostname:port for same field.
This suggests the alias isn't used while consumer makes a call to our provider webservice, hence back to my original question....where and how is it used.
Any pointers are appreciated.
Regards
Akshat Singhal
Pia
It should be associated with a Binder..Refer [url=http://documentation.softwareag.com/webmethods/wmsuites/wmsuite8_ga/Developer/Guides/8-0-SP1_Web_Services_Developers_Guide.pdf]WSD Developers guide[/url]
The endpoint alias is usually created for one or more reasons:
[b]Dynamic endpoint addressing[/b]:
Using an endpoint alias saves you from having to specify or change the server information each time you use the Web service, because the actual value of the endpoint is looked up at run time.
[b]Security[/b]:
An endpoint alias is required in order to configure WS-Security for Web service providers and consumers.
For information about implementing this Refer [url=http://documentation.softwareag.com/webmethods/wmsuites/wmsuite8-2_sp2/Integration_Server/8-2-SP2_Administering_Integration_Server.pdf]IS Admin guide page[/url] 217..218