<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WS-SecurityPolicy With PHP</title>
	<atom:link href="http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/</link>
	<description>Waiting for your comments</description>
	<lastBuildDate>Thu, 01 Dec 2011 06:50:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-16788</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Wed, 23 Dec 2009 01:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-16788</guid>
		<description>Hi,
Looks like some elements missing in your payload (probably elements you have declared to sign or encrypt may have been missing in your payload). Can you please double check that.

Thanks,
Dimuthu</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Looks like some elements missing in your payload (probably elements you have declared to sign or encrypt may have been missing in your payload). Can you please double check that.</p>
<p>Thanks,<br />
Dimuthu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier Lizarazo</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-16309</link>
		<dc:creator>Javier Lizarazo</dc:creator>
		<pubDate>Mon, 14 Dec 2009 15:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-16309</guid>
		<description>I have a wsdl which I create a service in which you invoke the php with a certificate and do not bring me anything, I think also a client invoking a webservice. net but I did not repond asmx.wsdl against the calling of the webservice wsdl is declared well and wsf_php.cliente.log log in I get the following:

[error] ..\..\src\omxmlsec\error.c(94) OXS ERROR [..\..\src\omxmlsec\axiom.c:301 in oxs_axiom_get_first_child_node_by_name] invalid data , Cannot find child ReferenceList of 2009-12-14T15:04:32.588Z2009-12-14T15:09:32.588Z
[error] ..\..\src\omxmlsec\error.c(94) OXS ERROR [..\..\src\omxmlsec\axiom.c:301 in oxs_axiom_get_first_child_node_by_name] invalid data , Cannot find child Signature of 2009-12-14T15:04:32.588Z2009-12-14T15:09:32.588Z    
[error] ..\..\src\core\transport\http\sender\http_sender.c(1419) Error occurred in transport                                                                [error] ..\..\src\core\engine\engine.c(179) Transport sender invoke failed                                                                   [error] wsf_client.c(1649) [WSF/PHP] Response Payload NULL( Error number and code) =&gt; : 74 :: Error occurred in transport                                                                [info]  [rampart][rampart_mod] rampart_mod shutdown                                                                 [info]  [rahas] Rahas module shutdown</description>
		<content:encoded><![CDATA[<p>I have a wsdl which I create a service in which you invoke the php with a certificate and do not bring me anything, I think also a client invoking a webservice. net but I did not repond asmx.wsdl against the calling of the webservice wsdl is declared well and wsf_php.cliente.log log in I get the following:</p>
<p>[error] ..\..\src\omxmlsec\error.c(94) OXS ERROR [..\..\src\omxmlsec\axiom.c:301 in oxs_axiom_get_first_child_node_by_name] invalid data , Cannot find child ReferenceList of 2009-12-14T15:04:32.588Z2009-12-14T15:09:32.588Z<br />
[error] ..\..\src\omxmlsec\error.c(94) OXS ERROR [..\..\src\omxmlsec\axiom.c:301 in oxs_axiom_get_first_child_node_by_name] invalid data , Cannot find child Signature of 2009-12-14T15:04:32.588Z2009-12-14T15:09:32.588Z<br />
[error] ..\..\src\core\transport\http\sender\http_sender.c(1419) Error occurred in transport                                                                [error] ..\..\src\core\engine\engine.c(179) Transport sender invoke failed                                                                   [error] wsf_client.c(1649) [WSF/PHP] Response Payload NULL( Error number and code) =&gt; : 74 :: Error occurred in transport                                                                [info]  [rampart][rampart_mod] rampart_mod shutdown                                                                 [info]  [rahas] Rahas module shutdown</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-4455</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Tue, 10 Mar 2009 05:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-4455</guid>
		<description>Hey,
If you have a client side policy saying to encrypt body then the server side policy should have a compliant policy to accept the messages with encrypted. If you put the policy file in the complete sample, it expect to have all encryption, timestamp, signature, username token from the client side.

What you can do is use ExactlyOne construct if you expect one among several policy assertion. Please go through &lt;a href=&quot;http://wso2.org/library/3132#policyConstruct&quot; rel=&quot;nofollow&quot;&gt;http://wso2.org/library/3132#policyConstruct&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
If you have a client side policy saying to encrypt body then the server side policy should have a compliant policy to accept the messages with encrypted. If you put the policy file in the complete sample, it expect to have all encryption, timestamp, signature, username token from the client side.</p>
<p>What you can do is use ExactlyOne construct if you expect one among several policy assertion. Please go through <a href="http://wso2.org/library/3132#policyConstruct" rel="nofollow">http://wso2.org/library/3132#policyConstruct</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wunder_y</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-4429</link>
		<dc:creator>wunder_y</dc:creator>
		<pubDate>Mon, 09 Mar 2009 13:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-4429</guid>
		<description>Hi Dimuthu, I tried a no. of options but with no luck..! Is there
anyway that I can make the server give a generic policy ?</description>
		<content:encoded><![CDATA[<p>Hi Dimuthu, I tried a no. of options but with no luck..! Is there<br />
anyway that I can make the server give a generic policy ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-4064</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-4064</guid>
		<description>Hey,
No, AFAIK you don&#039;t need to normalize the policy file, neethi (policy engine inside wsf/php) will do it for you.
Anyway if possible try normalize it yourself and try.

Thanks
Dimuthu</description>
		<content:encoded><![CDATA[<p>Hey,<br />
No, AFAIK you don&#8217;t need to normalize the policy file, neethi (policy engine inside wsf/php) will do it for you.<br />
Anyway if possible try normalize it yourself and try.</p>
<p>Thanks<br />
Dimuthu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wunder_y</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-3858</link>
		<dc:creator>wunder_y</dc:creator>
		<pubDate>Fri, 20 Feb 2009 11:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-3858</guid>
		<description>Using wsf/php on both sides. Does ws02 required normalized policy files ?</description>
		<content:encoded><![CDATA[<p>Using wsf/php on both sides. Does ws02 required normalized policy files ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-3837</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Fri, 20 Feb 2009 01:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-3837</guid>
		<description>Are you using WSF/PHP for both sides or one side .NET or Java and only the other side is PHP?</description>
		<content:encoded><![CDATA[<p>Are you using WSF/PHP for both sides or one side .NET or Java and only the other side is PHP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wunder_y</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-3792</link>
		<dc:creator>wunder_y</dc:creator>
		<pubDate>Thu, 19 Feb 2009 10:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-3792</guid>
		<description>sample runs fine !!!</description>
		<content:encoded><![CDATA[<p>sample runs fine !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-3782</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Thu, 19 Feb 2009 08:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-3782</guid>
		<description>Can you run the sample itself?
If so, it is a problem in your code. First try running the sample and check</description>
		<content:encoded><![CDATA[<p>Can you run the sample itself?<br />
If so, it is a problem in your code. First try running the sample and check</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wunder_y</title>
		<link>http://www.dimuthu.org/blog/2008/11/19/ws-securitypolicy-with-php/comment-page-1/#comment-3781</link>
		<dc:creator>wunder_y</dc:creator>
		<pubDate>Thu, 19 Feb 2009 08:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=647#comment-3781</guid>
		<description>Hi Dimuthu, for the client i used a policy file for encryption and for the server i used the policy file from the complete example.It does not
work ! how can i make this happen ?</description>
		<content:encoded><![CDATA[<p>Hi Dimuthu, for the client i used a policy file for encryption and for the server i used the policy file from the complete example.It does not<br />
work ! how can i make this happen ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

