Results 1 to 3 of 3

Thread: ASP.NET and wsdl request and response

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2015
    Posts
    1

    ASP.NET and wsdl request and response

    Can someone please tell me what i am doing wrong

    Dim sCode As String = "VER-VER-202"
    Dim sPassword As String = "*******"
    Dim UserRequest As New Cobas_Soap.GetUserInfoRequestBody
    Dim UserResponse As New Cobas_Soap.GetUserInfoResponseBody
    UserRequest.sCode = sCode
    UserRequest.sPassword = sPassword

    TextBox1.Text = UserResponse.GetUserInfoResult.iCode

    UserResponse.GetUserInfoResult.iCode <--- give a error , object not set

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: ASP.NET and wsdl request and response

    You'll need to post the WSDL in question for us to guess what the issue might be.

  3. #3
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: ASP.NET and wsdl request and response

    Do you ever call the webservice?
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

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