Hi Folks,

I deployed Secured Math Service and start container as specified and try to
access it via Client_GSISecConv_Encrypt application. This client application
fails with given message.

[add]      ERROR: GSI Secure Conversation authentication required for "{
http://www.globus.org/namespaces/examples/MathService_instance_4op}add";
operation.
[subtract] ERROR: GSI Secure Message authentication required for "{
http://www.globus.org/namespaces/examples/MathService_instance_4op}subtract";
operation.
[multiply] ERROR: GSI Secure Conversation or GSI Secure Message
authentication required for "{
http://www.globus.org/namespaces/examples/MathService_instance_4op}multiply";
operation.
[divide]   ERROR: GSI Transport authentication required for "{
http://www.globus.org/namespaces/examples/MathService_instance_4op}divide";
operation.
[getRP]    ERROR: GSI Secure Conversation or GSI Secure Message or GSI
Transport authentication required for "{
http://www.globus.org/namespaces/examples/MathService_instance_4op}getResourceProperty";
operation.


*I observe that SOAP messages are not getting encrypted as expected when
they sent through the tcpmon. Given is such SOAP message request.
*
POST /wsrf/services/examples/security/first/MathAuthService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.2RC2
Host: 127.0.0.1:8090
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "
http://www.globus.org/namespaces/examples/MathService_instance_4op/MathPortType/addRequest";

Content-Length: 311

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>
   <soapenv:Body>
      <add xmlns="
http://www.globus.org/namespaces/examples/MathService_instance_4op";>60</add>
   </soapenv:Body></soapenv:Envelope>

*How can I find out why these messages are not getting encrypted? Is there a
way I can verify installation of a Globus?
*
I am using gt4.0.7 in a Ubuntu 8.04 machine.

Regards,
Lasantha

Reply via email to