Click here to Skip to main content
       

Web Development

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Contact me Web pagememberflinchy324 Jul '12 - 3:06 
GeneralRe: Contact me Web page Need Helpmemberflinchy326 Jul '12 - 4:35 
QuestionInner Exception while creating an instance of java web service in .net clientmemberAnuradhaanu18 Jul '12 - 19:01 
AnswerRe: Inner Exception while creating an instance of java web service in .net clientmvpSandeep Mewara18 Jul '12 - 19:52 
QuestionRebinding Problem with Jquery knockout.js with MVCmemberVuyiswa Maseko18 Jul '12 - 5:08 
AnswerRe: Rebinding Problem with Jquery knockout.js with MVCmemberVuyiswa Maseko18 Jul '12 - 22:37 
Generalinstance of a soap web service not creatingmemberAnuradhaanu18 Jul '12 - 2:40 
java method  
 
@WebMethod(operationName="security", action="WsAuthentication")
   // @WebResult(name="answer")
   public String security(@WebParam(header=true,   mode=Mode.IN, name="user" ) String user, @WebParam(header=true, mode=Mode.IN, name="password") String password) {
         WsAuthentication secure = new WsAuthentication(user, password);
        
         if (user.equals("IDS")&& password.equals("YES"))
         {
         return   "true";
         }
         else
         {
               return "false";
         }
      }
 

By adding the reference   to .net client
 
Iam not able able to instantiate the service
 
Method WsAuthentication.security can not be reflected. Exception is raising , how to access the function or use the other functions in the web service. please help me.
Questionjava soap webservice and .net client validating service using soap headersmemberAnuradhaanu17 Jul '12 - 18:42 
SuggestionRe: java soap webservice and .net client validating service using soap headers - RepostmvpRichard MacCutchan17 Jul '12 - 21:54 
Questiontracingmemberhossam jarrah16 Jul '12 - 23:18 
GeneralRe: tracingmvpSandeep Mewara16 Jul '12 - 23:33 
GeneralRe: tracingmemberAlbert Holguin18 Jul '12 - 16:03 
QuestionHow to Bind Data with KnockoutmemberVuyiswa Maseko16 Jul '12 - 7:22 
QuestionREST and WCFmemberXarzu15 Jul '12 - 20:34 
QuestionSystem.Web.UI.WebControls.FileUploadmembersheemap12 Jul '12 - 20:41 
AnswerRe: System.Web.UI.WebControls.FileUploadmvpRichard MacCutchan12 Jul '12 - 22:11 
AnswerRe: System.Web.UI.WebControls.FileUploadmvpSandeep Mewara12 Jul '12 - 23:12 
QuestionAutomatic Login to Another DomainmemberKyudos11 Jul '12 - 15:31 
QuestionGridView preselectfirstrow and move to the next after button click eventmemberbyka11 Jul '12 - 2:53 
Generalerror at download files in php [modified]memberMember 915215611 Jul '12 - 2:43 
QuestionCaching html pages - no thanks - but how?memberlvq68410 Jul '12 - 20:11 
AnswerRe: Caching html pages - no thanks - but how?memberGerben Jongerius10 Jul '12 - 23:22 
GeneralRe: Caching html pages - no thanks - but how?memberlvq68410 Jul '12 - 23:28 
GeneralRe: Caching html pages - no thanks - but how?memberGerben Jongerius10 Jul '12 - 23:35 
GeneralRe: Caching html pages - no thanks - but how?memberlvq68410 Jul '12 - 23:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 23 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid