CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2013
    Posts
    1

    Consume a WebService written in Java by our provider from our vb.net App

    Consume a WebService written in Java by our provider from our vb.net App

    I'm trying to consume a WebService written in Java by our provider from our vb.net App. When it's time to communicate, I get this:
    WSDoAllReceiver: Incoming message does not contain required Security header
    Since a week, I'm trying to find out how to add security header to a SOAP message. I have read many articles about this but none of the suggested code works for me.
    I looked around and this seems to be a rather asked question. I wonder if I can get some help here, some pointers, some working code , to get me started.

    Note: I am using VS 2010.
    Thanks

  2. #2
    Join Date
    Apr 2012
    Posts
    43

    Re: Consume a WebService written in Java by our provider from our vb.net App

    How are you communicating with this web service ?

  3. #3
    Join Date
    Apr 2012
    Posts
    43

    Re: Consume a WebService written in Java by our provider from our vb.net App

    Nvm, I see you asked the same question over at VBForums and got some assistance.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Consume a WebService written in Java by our provider from our vb.net App

    Could a link be posted to the possible solution over at vbf?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured