Ask a Question related to ASP.NET Web Services, Design and Development.
-
Cheung Wai Lun #1
SoapHttpClientProtocol.Invoke method problem
I have to call a web services and i only know the method name at
runtime. I create a proxy class and then modify the method:
public System.Data.DataSet GetStaffDataX() {
object[] results = this.Invoke(sMethodName, new object[] {
.....}
sMethodName is the variable to store the method name.
however when the sMethodName is not the same as the function name (i.e.
sMethodName <> GetStaffDataX), exception is throw:
[MethodName] Web Service method name is not valid
Can anyone help me?
Cheung Wai Lun Guest
-
How to publish the WebServicesClientProtocol.Invoke method
Hi: I need your help, please read the following code: * The actual WebService Dim proxy As Microsoft.Web.Services2.WebServicesClientProtocol... -
Error: Cannot invoke method
I meet such a error message when invoke a remote java object call. Any one can tell me how to deal with it? Thanks! -
Test page for ASMX (invoke method)
Is there a way to get Windows Server 2003 to loosen up on the auto-generated test page for an .ASMX file. At present I can only invoke the method... -
Problem to invoke a method of webservice from a C++ SoapClient
Hi, I used SoapClient Libray provided by SQLData to invoke a method exposed by Webservices of weblogic over HTTP.(using WSDL). I'm not successful... -
how to invoke a method in a DLL
I want to create date and return them on the fly. I wonder I I could create a DLL with some static method in it and invoke directly with an URL...



Reply With Quote

