[wsf-c-dev] [jira] Created: (WSFPHP-62) Service returns nothing for
the request of encrypt_client.php
Dushshantha Chandradasa (JIRA)
jira at wso2.org
Wed Jul 18 01:25:41 PDT 2007
Service returns nothing for the request of encrypt_client.php
-------------------------------------------------------------
Key: WSFPHP-62
URL: http://www.wso2.org/jira/browse/WSFPHP-62
Project: WSO2 WSF/PHP
Issue Type: Bug
Components: WS-Security Support
Affects Versions: 1.0.0beta
Environment: Linux
Reporter: Dushshantha Chandradasa
Service returns nothing for the request of encrypt_client.php.
Following is the request of the client
POST /samples/security/encryption/encrypt_service.php HTTP/1.1
User-Agent: Axis2/C
Content-Length: 2187
Content-Type: application/soap+xml;charset=UTF-8;action="http://php.axis2.org/samples/echoString"
Host: 127.0.0.1:9090
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:To>http://localhost:9090/samples/security/encryption/encrypt_service.php</wsa:To>
<wsa:Action>http://php.axis2.org/samples/echoString</wsa:Action>
<wsa:MessageID>d9cbaa90-3507-1dc1-2ee3-001302c29070</wsa:MessageID>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"></xenc:EncryptionMethod>
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<wsse:SecurityTokenReference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:KeyIdentifier EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">Xeg55vRyK3ZhAEhEf+YT0z986L0=</wsse:KeyIdentifier>
</wsse:SecurityTokenReference>
</ds:KeyInfo>
<xenc:CipherData>
<xenc:CipherValue>mOsFJyrKjRxlJI8Vt685GGU8Q1Fp8eeUoBg1QMAdVZov9ABlfxP/Osb1XPLtZ8d9uKLw0ikhHpaTjk1Qo+nsCj3txCYBWeyDIgkvb0GSmzYqL+x34/UqdTjWsNcvdepLkmRdF6Cm36i9LruHzmSHuCYXOJcqrfmeqcapqpPh6Kk=</xenc:CipherValue>
</xenc:CipherData>
<xenc:ReferenceList xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<xenc:DataReference URI="#EncDataID-d9cbc0d4-3507-1dc1"></xenc:DataReference>
</xenc:ReferenceList>
</xenc:EncryptedKey>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<xenc:EncryptedData Type="http://www.w3.org/2001/04/xmlenc#Element" Id="EncDataID-d9cbc0d4-3507-1dc1" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc"></xenc:EncryptionMethod>
<xenc:CipherData>
<xenc:CipherValue>4PLt6FOriI8GWNftpVZFKh2hA3vtc7u6FwRgvlV6T3US9aYz0PamvOMf8FZtdWat8utF/oATO2s7r1Soe3ucBZ2GJ2J3VoG5q0i0cNzpQfyeFy8rrTyh1xyH4OR3jjszoWvmGSFcqm3tM/hMywAPgg==</xenc:CipherValue>
</xenc:CipherData>
</xenc:EncryptedData>
</soapenv:Body></soapenv:Envelope>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list