| Thread | Last Post | Replies |
|
| Calling a WebMethod returns HTTP Status 417: Expectation failed | 07 May 2004 17:22 GMT | 15 |
We have an ASP.NET webservice hosted on a server. We have also developed a windows forms application which calls methods in this webservice using the webservice proxy created using WSDL The windows forms application is a program executable which is installed in various environments ...
|
| Set request parameters for web services | 07 May 2004 16:37 GMT | 1 |
My .net application is to consume a Java web services exposed using AXIS. The web service will extract the user name and password to perform some custom authentication.
|
| Exception when invoking web service from asp .net form | 07 May 2004 10:37 GMT | 3 |
When creating the instance to invoke a web service method, I always get the exception shown at the bottom. The .dll file changes randomly, although the error always occurs at the System.Reflection.Assembly.nLoad() method.
|
| webservice/webmethod test page sort order | 07 May 2004 09:13 GMT | 1 |
Dear friends Is it possible to manipulate the test page to put the webmethods in a certain order (alfabethical, ...)? I created a webservice with about 50 webmethods, I get sick of searching through the list to find the desired .method I am a C# developer
|
| XML File 5 MB | 07 May 2004 06:43 GMT | 2 |
I have an xml file of size 5 MB. I want to send this XML file to a WebService. Any ideas Regards
|
| Forbidden Deployment? | 07 May 2004 02:18 GMT | 2 |
Hello. I have built a web service and C# client to access, which work correctly when the client is launched from visual studio. Now I tried to deploy the client using the information in the article:
> Walkthrough: Deploying a Web Solution |
| Consuming a SOAP Vector Type from .Net | 06 May 2004 18:00 GMT | 1 |
I am new to web services. I am not sure if this problem should be posted in a .Net forum or Java forum because it involves a ASP.Net applicaton consuming a Java web service
|
| HOWTO: Deploy my Web Service (VB .NET) | 06 May 2004 10:42 GMT | 1 |
I have created a web service that access an AS/400 server and return a set of data through XML. Now I want to deploy that web service onto a server in our enterprise so other application can use it. What do I have to do exactly? Anyone can give me instructions or point me to ...
|
| Implementing an existing WSDL in ASP.NET? | 06 May 2004 10:39 GMT | 1 |
Can I also implement an existing WSDL definition in .NET? Normally, I write my interface in C# which will be mapped to the WSDL by .NET automatically. Are there any information how this mapping is defined and how I can have an impact on this mapping?
|
| logging soap req./resp. while invoking webservices | 06 May 2004 07:08 GMT | 9 |
I have a problem invoking my .Net webservice from behind a particular web proxy setup.( the setup being physically inaccessible to me I get the erro The request failed with HTTP status 417: Expectation Failed. StackTrace:
|
| Connecting to SQL Server from Web Service | 06 May 2004 05:02 GMT | 4 |
I am trying to connect to SQL Server 2000 ( actually MSDE ) from my Web Service, but when I try to connect, I get an exception saying Login failed for user IWAM_MachineName I know for MS Access, I can give IWAM account read/write perms on the DB folder. Is there some analogous thing ...
|
| Remote Administration | 06 May 2004 03:15 GMT | 2 |
I am writing webform applications and successfully running them on my local machine. I have available two remote servers (from two different ISPs) running IIS 5. Is there documentation available that tells me how to copy my applications
|
| Web reference/Proxy class problems with custom objects | 05 May 2004 22:52 GMT | 1 |
I have built a webservice which consumes and returns a custom object/class which was generated using XSD.exe from an XML schema. When WSDL.exe generates a proxy class describing the webservice the autogenerated proxy code (generated by WSDL.exe) leaves the namespace and root ...
|
| Changing xml-encoding for webservice response | 05 May 2004 22:43 GMT | 1 |
How do I go about changing the xml-encoding for my webservice responses? It defaults to UTF-8 and changeing responseEncoding in the web.config file doesn't do me any good. Neither does setting Context.Response.ContentEncoding to System.Text.Encoding.Unicode.
|
| consuming web service in asp.net application - authorization problem | 05 May 2004 22:40 GMT | 1 |
I have an authentication problem when trying to access web services on my local intranet. The web service requires windows authentication. I want to use asp.net with c# to do this, but every time I try I allways get
|