| .net client + Axis 1.1 server + wrapped param: null result (VIP replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have used the following settings in our web services: .net framework 1.1 web services client Axis 1.1 server (in wsdd file, set style "wrapped") Using axis client calls the server, it works fine. However, .net client always returns null, even though the soap message has the result, for example, for the simple function string getSession(string username, string password); The SOAP messages in the ... |
|
| .NET Consumer sending SOAP request to a Web Serivce on Axis/Apache returns only the first tag (VIP replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| If I hit the web service hosted on Axis/Apache server from .NET by the usual route; get WSDL, create proxy, call from a ASP.NET. A method of the WS is supposed to return a XML with data, however, the string the Web Method is returning is only the value of first element HRMErrorText in the SOAP response. However, if I hit the WS using a standalone tool that can send SOAP request, it returns all the... |
|
| Calling a web service with nillable Value Types (VIP replies) |
| microsoft.public.dotnet.framework.webservices |
| Hi! I'm calling a web service using C# and a wrapper class generated by wsdl tool. The web service specification contains some nillable parameters which types are Value Types in .NET (long, int, Decimal, ....) and I must to send them as null, and not their default value. It is possible? Is there any trick to succeed it? Thanks in advance, Marc. |
|
| Fw:Compiler Error Message: Need Help On trying to get BabelFish web service to run (VIP replies) |
| ASPFriends.com 'aspngfreeforall' list |
| Original Message From: Dennis West To: aspngxml Sent: Thursday, November 15, 2001 8:13 AM Subject: Nedd Help On trying to get BabelFish web service to run I am at this point now with this error occuring Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. C... |
|
| HTTP Authentication for web services (VIP replies) |
| microsoft.public.dotnet.framework.webservices |
| Hi, I have to use a Java web service that requires HTTP authentication, so I have to send username and password in the HTTP headers. My C# application has a client implementation that looks like this: [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name "MyServiceSoapBinding", Namespace "h... |
|
| Nedd Help On trying to get BabelFish web service to run (VIP replies) |
| ASPFriends.com 'aspngxml' list |
| I am at this point now with this error occuring Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0246: The type or namespace name 'BabelFish' could not be found (are you missing a using directive or an assembly reference?) Sour... |
|
| Properly returning a collection through a web service (VIP replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| What am I doing wrong? I have been working on this for many days, and I am almost there. I have a collection of structures, that work great when working directly with a Winform Application. They even work great in a web service, it is when I try to get the returned collection into a proper collection. I am not sure how much sense that makes. Here is the code I have: Dim objWS As New BBSStructuresW... |
|
| Proxy class not reading data returned in SOAP response (VIP replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I'm trying to create a .NET client to consume a Java web service. The company that owns the web service does not publish a WSDL, but they do publish an API document with examples of each supported request and its corresponding response. I've manually created a WSDL file based on their examples, and generated a proxy class using WSDL.EXE. The proxy class appears to send a valid request because I ca... |
|
| SOAP responses and .NET (VIP replies) |
| microsoft.public.dotnet.xml |
| I am testing a WebService by writing a client on .NET. I used the WSDL to successfully create a proxy class, and am able to send correct SOAP requests, as per the WebService. The SOAP trace utility shows that I am getting a good SOAP response. However, the .NET proxy object returns silently with null values. I am using "document" style operations and bindings. How can I begin to debug this? If .NE... |
|
| WSDL file produces useless class when imported with WSDL.exe (VIP replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I am having a problem with a WSDL file supplied by a client. When WSDL.exe is used, the WSDL file (shown later) produces the following output class. As you can see there are no methods. WSDL.exe does not raise any errors. There either something wrong with the WSDL file or WSDL.exe. Anyone know what may be wrong???? The class generated with WSDL.exe............................. // // autogenerated ... |
|
| wsdl.exe and Nillable Value Types (VIP replies) |
| microsoft.public.dotnet.framework.webservices |
| I am attempting to use wsdl.exe to generate a Web Service Client in C# from a valid WSDL file generated by Apache Axis. My application requires the ability to distinguish between an unspecified value and a specified value. For that reason, the WSDL that is generated by Apache Axis utilizes 'nillable "true"' to permit Web Services Clients to indicate a value or specify 'nil'. The problem I am havin... |
|
| Best practise to debug 2 web service that communicate together?!? |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi!! I have a proble with debuging me app! my application comunicate with a web service and this web service send a requet to another web service... the 1 web service return the data from the second web service to the application. How can I debug the 3 projects (1. windows application / 2 . web service 1 / 3. webservice 2) in 1 solution?!? How to set the refereces in this solution to hit all break... |
|
| Best practise to debug 2 web service that communicate together?!? |
| microsoft.public.dotnet.framework.webservices |
| Hi!! I have a proble with debuging me app! my application comunicate with a web service and this web service send a requet to another web service... the 1 web service return the data from the second web service to the application. How can I debug the 3 projects (1. windows application / 2 . web service 1 / 3. webservice 2) in 1 solution?!? How to set the refereces in this solution to hit all break... |
|
| Best practise to debug 2 web service that communicate together?!? |
| microsoft.public.dotnet.framework.webservices.enhancements |
| Hi!! I have a proble with debuging me app! my application comunicate with a web service and this web service send a requet to another web service... the 1 web service return the data from the second web service to the application. How can I debug the 3 projects (1. windows application / 2 . web service 1 / 3. webservice 2) in 1 solution?!? How to set the refereces in this solution to hit all break... |
|
| DIME help |
| microsoft.public.dotnet.framework.webservices.enhancements |
| Hi, when I run wsdl.exe on a wsdl file, this is the cs file generated. //////////////CS/////////////////// // // autogenerated // This code was generated by a tool. // Runtime Version: 1.1.4322.342 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // /autogenerated // // // This source code was auto generated by wsdl, Version 1.1.4322.342. // u... |
|
| How to dinamically change WebService namespace? |
| microsoft.public.dotnet.framework.webservices.enhancements |
| Hi all I'm developing a client server application which use WebServices, this application will be installed in more than a intranet network, so I'm using dynamic behaviour and it seem to work fine, but this way it uses a fixed namespace (actually my machine) I know I can put this on our company's web site, but this way customers needs a permanent internet connection which I don't like. What I'd li... |
|
| HttpSoapProtocol proxy dies |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hello, I'm trying to debug a process that makes use of several webservices (all hosted on my machine). In the area where I have trouble, I debug, line by line, stepping over each one. When I sometimes call a webservice, and I'm debugging, nothing happens, then the output window shows: The thread ' No Name ' (0x258) has exited with code 0 (0x0). When I break execution, the green arrow appears on th... |
|
| I want to specify the location of the web service on the client at run time...anyone? |
| ASPFriends.com 'aspngwebservices' list |
| I think i didnt clearly explain my last post. Here is the sample scenario that I want to accomplish. I have 3 web services. 1. http://development/default.asmx 2. http://staging/default.asmx 3. http://production/default.asmx I have one client. I have a message box on the client where i want to specify the service to use ( ie, the above web services dev, staging, or prod). I know how to set the clie... |
|
| InvalidOperationException when executing a web service |
| microsoft.public.dotnet.framework.webservices |
| I am getting a terribly vexing error from a .Net generated SOAP client. Here it is: System.InvalidOperationException: Method ServiceRequest.customService can not be reflected. System.InvalidOperationException: The XML element name 'service' references a method and a type. Change the method's message name using WebMethodAttribute or change the type's root element using the XmlRootAttribute. I've mu... |
|
| Invoke Method Returning Nothing |
| microsoft.public.dotnet.framework.webservices |
| I have had a working application using .NET 1.0 where I am calling an internet web service (Webshere hosted). The web service proxy classes were generated from a wsdl file using wsdl.exe. I have migrated my app to VS2003, and hence to .NET framework 1.1, however when I call the web service, the result (Result()) returned by the Invoke method is nothing, even though I can see the web service return... |
|
| NET CLient working with Apache SOAP server |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 1) How do you get .NET Web Service Client to send the 'Authorization: Basic' Header? 2) How do you get .NET Web Service Client to send SOAP Headers? I tried to send a SOAP header following MS example but it didn't work. The example was for a WEB Service NOT a Web Service Client. The doc says it should work for both but I didn't see it work (No SOAP headers were sent to Apache I used Apache's TCP T... |
|
| object returned but properties stay empty... |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hey everybody, My Delphi SOAP Server returns an Object of type TTypeObject (home made ; ) The object has just 1 property, and it's a STRING. That doesn't sound too hard I think. However, when I call the function that returns the object, the app. receives the object alright, but the property (STRING) stays empty. I created the client with C# out of Visual Studio.NET and the importing and creation o... |
|
| Returning a Dataset from a Client App |
| microsoft.public.dotnet.framework.aspnet.webservices |
| How do you return a dataset from a client app. I can program as label1.TEXT news feed to return a WebService but I can't figure out how to return a dataset. I declared the Namespace and Class but how do you return the Private Sub Page Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Put user code to initialize the page here Dim callback As System.AsyncCallback ... |
|
| Soap Extensions - Trying to log the soap messages (response/request). |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hello all: I have been trying to use the Soap Extensions to try out a simple logging application but it looks like the Soap Extension classes do not like File IO. Here is my code in the following sequence The issue is in the part b) Not sure why the logs are not written but it looks like the SoapExtension class "narayan" containing the abc Method is not working. if I comment out the code in the me... |
|
| SOAP Header creation |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I'm having a problem creating SOAP header in a .NET proxy call a non .NET service. The required SOAP header looks like this: soap:Header USER xsi:type "xsd:string" userNameText /USER IP ADDRESS xsi:type "xsd:string" IPAdressText IP ADDRESS /soap:Header But when I create a class derived from SoapHeader called MySoapHeader in the proxy contained two public members for the elements I want to include.... |
|