Results 1 to 4 of 4

Thread: Client/Server Soap

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    2

    Client/Server Soap

    Purpose of project :
    Client(VB) will send the "SendContentURL" to server after "mssoapinit" the wsdl file.

    Details :
    I try to debug the program by using Step Into(F8). As client(VB) mssoapinit the wsdl file, the server will send the WSDL file through tcp connection. The client(VB) continue and stop at the "MsgBox lobj.SendContentURL", thus an error message "Application-defined or object-defined error" pop up.

    The following is the Client(VB) code,

    VB Code:
    1. Sub Main()
    2. Dim lobj As New MSSOAPLib.SoapClient
    3.    
    4.     lobj.ClientProperty("ServerHTTPRequest") = True
    5.     ' Initialization of WSDL URL using soap client tool kit
    6.     lobj.mssoapinit "http://219.94.43.6:2503/MAXIS_EWIG.WSDL"      
    7.     strTimeStamp = Format$(Now, "DDMMYYYYHHMMSS")    
    8.    
    9.     [B]MsgBox lobj.SendContentURL[/B](3177, "beta", "beta", "36322",123, "60126563277", strTimeStamp, 2999, "Message", "http://203.115.229.184/wapcontent/andy.mid?id=99999", "", "", "W")              
    10.  
    11.     If Err <> 0 Then
    12.         MsgBox "initialization failed " + Err.Description
    13.     End If
    14.    
    15. End Sub

    The following is the WSDL file located in server,
    http://219.94.43.6:2503/MAXIS_EWIG.WSDL

    Would much appreciate if anyone could state the problem and solution. Thanks in advance.

  2. #2

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    2

    Re: Client/Server Soap

    Solved.

  3. #3
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Client/Server Soap

    "Would much appreciate if anyone could state the problem and solution. Thanks in advance."

    Yet you didn't post your own solution?

  4. #4
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Client/Server Soap

    If you could show us how you solved the issue that would be great

    Pino

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