有一合作伙伴给出他的java做的webserver服务地址:
http://192.168.1.1:9999/fmm4cs给出其中一个方法:
String IfService(String ifUser,String ifPass,String ifCode,String ifEvent,String info)请问在vb6.0中应该怎么写代码调用这个服务?
我的代码如下:
    Dim sc As SoapClient           '调用SOAP客户端
    Set sc = New SoapClient           '进行实例化    
    On Error Resume Next         '出错时转到下一条语句 
    sc.mssoapinit “这部分代码怎么写。”    
    If Err Then
        MsgBox Err.Description, vbExclamation
        Err.Clear
        Exit Function
    End If分数不多,望见谅