Ask a Question related to ASP.NET Web Services, Design and Development.
-
Franck #1
Call to my webservice fail if not with port 80
Hi,
I've generated my SoapHttpClientProtocol class with the help of
wsdl.exe.
If I use the following URL (which is the good one)
Me.URL = "http://MyIISServer:8094/MyWebService.asmx"
Calls failed
If I set my webservice port to default 80 and use the following URL
Me.URL = "http://MyIISServer/MyWebService.asmx"
Calls are successfull.
How can I set the port in my Soap message when class is generated with
wsdl ?
Thks for help.
Franck Guest
-
Flex 3 webservice fail
Hello, I have an app i've been creating over the last couple months using Flex 2. Yesterday i upgraded to FB 3 Pro, and imported my previous... -
WebService port usage
Thanks, Chris. That does work when developing a .Net client, however I forgot to mention that I am calling the web service from a html page using... -
Webservice API Call
I get the following error below upon attempts to access a webservice that attempts to call advapi32.dll I believe this to be a security issue yet... -
Call COM from .NET WebService Help
We are trying to access a COM object from our .NET WebService, but we get System.RunTime.Interopservices.COMException 0x80010105 everytime. We also... -
what system call do I get the port number?
Hello.. all. I could get the port number at accetp system call in solaris. But, I can't get the port number at "accept" system call in AIX. ...



Reply With Quote

