|
-
Feb 21st, 2005, 10:54 PM
#1
Thread Starter
New Member
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:
Sub Main()
Dim lobj As New MSSOAPLib.SoapClient
lobj.ClientProperty("ServerHTTPRequest") = True
' Initialization of WSDL URL using soap client tool kit
lobj.mssoapinit "http://219.94.43.6:2503/MAXIS_EWIG.WSDL"
strTimeStamp = Format$(Now, "DDMMYYYYHHMMSS")
[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")
If Err <> 0 Then
MsgBox "initialization failed " + Err.Description
End If
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.
-
Feb 23rd, 2005, 12:24 AM
#2
Thread Starter
New Member
-
Mar 8th, 2005, 12:29 AM
#3
Fanatic Member
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?
-
Mar 8th, 2005, 05:42 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|