User Profile

Collapse

Profile Sidebar

Collapse
ajay p
ajay p
Last Activity: Apr 5 '12, 11:29 AM
Joined: Feb 24 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ajay p
    started a topic how to verify signed data in .NET2.0?

    how to verify signed data in .NET2.0?

    Hi

    My client has signed the xml in Java using private key & IAIK tool. I want to decrypt/verify the data in .NET 2.0. I have public certificate of my client. I have tried various methods but verification fails. Kindly suggest any code to verify/decrypt the data. The signed XML is as follows

    Code:
    <TrnResponse>
     <Transaction>
      <Type>TrnResponse</MessageType>
      <ReferenceNo>123456</ReferenceNo>
    ...
    See more | Go to post

  • ajay p
    started a topic How to retrieve SOAP header from AXIS web service?
    in .NET

    How to retrieve SOAP header from AXIS web service?

    Hi,

    I have web service which is .NET 2.0. My client is having web service Java AXIs web service. I am able to invoke web method of client web service by passing SOAP Header. Now i facing problem to retrieve value from SOAP header which comes in SOAP response. In following format I am receiving response.
    Code:
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    ...
    See more | Go to post
No activity results to display
Show More
Working...