-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a WSDL file and I am trying to create a web service that conforms to the WSDL.
I've created clients using WSDL files that consume an existing service, but I've never created a web service that needed to follow a specific WSDL.
I've gone as far as using:
wsdl.exe mywsdl.wsdl /l:VB /serverInterface
Now…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
is it better to declare Webservice class object instances as static as the .asmx webservice classes have only static methods.
what i want is that i declare and instantiate webservice asmx class as static in aspx Page Behind Class.
and on every event call on that page i could perform operation…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Every new web service you create using visual studio comes with a predefined namespace like this:
[WebService(Namespace = "http://tempuri.org/")]
My web service will run at different clients, and on different domains, so because of this I don't know the domain upfront during development, also I…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I migrated a site from IIS6 to Windows Server 2008 R2 IIS7.5. It has an asmx web service, which is working fine locally, but returns this 500 error when called from another machine:
Request format is unrecognized for URL
unexpectedly ending in /myMethodName
The solution in previous versions…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We have a handfull of ASMX web service hosted on two identical Windows Server 2003 boxes. The virtual directory for the web services is loaded in a DFS share, both servers point to the same share. We have a load balancer between the internet and the two web servers.
At a seemingly random interval…
>>> More