Author: objectiser
Date: 2011-04-28 06:21:32 -0400 (Thu, 28 Apr 2011)
New Revision: 1361
Modified:
trunk/samples/esb/bpel_helloworld_saml/bpelContent/HelloWorldWS.wsdl
Log:
RIFTSAW-380 - fix the URL pointing to the second ESB proxy service performing the
authentication.
Modified: trunk/samples/esb/bpel_helloworld_saml/bpelContent/HelloWorldWS.wsdl
===================================================================
--- trunk/samples/esb/bpel_helloworld_saml/bpelContent/HelloWorldWS.wsdl 2011-04-21
16:47:30 UTC (rev 1360)
+++ trunk/samples/esb/bpel_helloworld_saml/bpelContent/HelloWorldWS.wsdl 2011-04-28
10:21:32 UTC (rev 1361)
@@ -60,7 +60,7 @@
</binding>
<service name="HelloWorldWSService">
<port binding="tns:HelloWorldBinding" name="HelloWorldPort">
- <soap:address
location="http://127.0.0.1:8080/Quickstart_bpel_security_header_copy/HelloWorldWS"/>
+ <soap:address
location="http://127.0.0.1:8080/Quickstart_bpel_hello_world_saml/http/BPELESBSecurity/HelloWorldSecurityProxyService"/>
</port>
</service>
<plnk:partnerLinkType name="theExternalService_PartnerLinkType">
Show replies by date