hi all
i have converted java files to c# files. in java inputstream class is there , read method reads byte by byte.
int i=inputstream.read() is working fine in java.
but in c# readbyte() method is there...which says it reads byte by byte...but i am getting
int i=stream.readbyte()
returning -1....even it has buffer data in it....
could u please help me out.
thanks
request.
Answers (7)
0
Please refer the following links to get a solution:https://dzone.com/articles/signing-soap-messages
https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.1.0/com.ibm.cics.ts.webservices.doc/wsSecurity/dfhws_soapmsg_signed.html
0
Refer the following Link : https://msdn.microsoft.com/en-us/library/ms824699.aspx
https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.2.0/com.ibm.cics.ts.webservices.doc/wsSecurity/dfhws_soapsigning.html