Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net webservices > august 2007

Filter by week: 1 2 3 4 5

Debug
Posted by Harry Simpson at 8/31/2007 9:29:48 AM
Please refresh my memory. I've written a web service years ago and now trying to debug it so I've added my smart device project to the solution containing my webservice.....If I set the project to start with the smart device project shouldn't I be able to put breakpoints in both projects and ...more >>


What has changed in Debug?
Posted by SideView1 at 8/30/2007 8:54:00 PM
I've created a webservice in VS 2005. I have vista installed and IE 7. It used to be I could run hte webpage, get my form variables hit submit and the break points would work, and let me step through my service. This no longer is the case. has some setting changed? Please help...more >>

How can I process an input parameter of a given "type"?
Posted by C. at 8/30/2007 9:36:03 AM
Hello, I have a Web Service that receives an XmlDocument of a given type. But I can not get the contents of what is being passed other than extracting it from the HttpContext.Current.Request.InputStream and this requires removing the SOAP envelope manually and using the nsManager and a lot ...more >>

I am planning to learn ASP.net and do project for my Final SEM of MCA
Posted by shiman999 at 8/28/2007 5:34:43 PM
HI, I am planning to learn ASP.net and do project for my Final SEM of MCA, i was looking for the software or ide where i can write this programs and compile and execute them, where can i get the Free downloads,.. can any body help me to get the software for free.. where i could learn and do m...more >>

Microsoft SOA
Posted by Dave T at 8/28/2007 2:16:01 PM
Can anyone point me to something that pretty clearly defines what Microsoft's vision of Service Oriented Architecture is and how they suggest you implement it (best pactices maybe)?...more >>

Request timed out error only when running release mode not debug
Posted by TimG at 8/27/2007 2:02:10 PM
I have a web service that performs a long running task (typically 10-20 minutes) via an async call. When I run the web service either within the debugger or with Debug=True it works as expected. When I run it with Debug=False it gets a HttpException, Request timed out after 5 minutes. I h...more >>

Preventing Escapes in Post
Posted by SevDer at 8/26/2007 2:49:15 AM
Hi, I am trying to consume the webservice which is written with Java through the provided wsdl & xsd definitions. However there is a slight problem. Problem is, they are expecting a clean XML but .NET converts my query XML into escaped form into the SOAP body which makes their service to ...more >>

XMLHTTP call to C# Webservice in Javascript passes null parameters
Posted by magister pips at 8/24/2007 9:45:32 AM
Hello, I have encountered some strange behaviour when using the XMLHTTP Request object in Javascript to return xml from a C# Webservice Method. I create a SOAP envelope and send it off to the Webservice, which I have debug points in, which when hit I can see that all the parameters are coming t...more >>



Using a Web Service call within a VB Module
Posted by Kirk at 8/24/2007 6:54:20 AM
I have a WS called "IWeb", which I define within the page class like this: Dim service As IWeb.WebService I then have a button that calls the web service like this: Dim header As IWeb.IWebAuthendicationHeader = New IWeb.IWebAuthendicationHeader() Dim strName As String = Request.ServerVar...more >>

Web service URL handling
Posted by sven.braem NO[at]SPAM gmail.com at 8/23/2007 3:01:54 PM
Folks, strange issue... We have a web service installed in our dev environment and it works fine. Installed it on 2 servers for testing and again fine. Now on production it works on 1 server and fails on an other one! The URL http://server/service/service.asmx works fine, it lists the funct...more >>

Web service convert to VS2005 web service
Posted by Harry Simpson at 8/23/2007 11:16:23 AM
I've upgraded a webservice project from VS2003 to VS2005. In my VS2003 solution I created a handy msi install for the webservice that always worked fine. In my VS2005 solution I also created this msi install for my VS2005 Webservice app. The web service works fine in the IDE in debug run ...more >>

exception on Response Envelope, Error in XML-document
Posted by msdnuniv at 8/22/2007 3:30:59 PM
Hello! i am desparetely trying to consume a PHP Webservice in VB.NET 2005. I can add the webreference, compile without errors and see the methods of the webservice. But on runtime it tells me {"There is an error in XML document (6, 62)."}. Inner Exception: {"Cannot assign object of type Sys...more >>

No "fault" element in generated WSDL
Posted by Robbo at 8/21/2007 6:32:09 PM
I wonder if anyone can help regarding webservices and exceptions? I have given the WSDL generated from my webservice to my integration team and they are saying it needs a "fault" element in order for them to publish it, as it will be called by non .net clients. I.e: they are saying it need...more >>

Streams
Posted by valentin tihomirov at 8/19/2007 6:44:59 PM
Noramlly, we have methods like: void execute(string login, string password, Stream inputStream) { if (login:password is wrong) throw new Exception("login failed"); // forward or process the stream in chunks } The WS framework does allow transferrin...more >>

System Architecture Question
Posted by Chris L at 8/17/2007 6:10:03 PM
I have a client who is building a Human Resources web application on SQL Server 2000, C#, and .Net 1.1. It is a single system for internal company use only and does not actively interoperate with any other systems. There are hundreds of users with an average of approx. 50 concurrent. The app...more >>

Getting malformed XML from a web service interface
Posted by Erik Alsmyr at 8/17/2007 12:56:12 PM
I am seeing a quite intermittent problem in a system where calls to a .NET web service throws the exception below: System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1. The call is never logged anywhere on the server and the next call goes through without any pr...more >>

Problem with my Published web service
Posted by John Wright at 8/17/2007 8:41:11 AM
I have created a web service that will validate a username/password combination against LDAP. I encrypt the username/password, send it to my web service which decrypts the username/password, validates the user against LDAP and returns some properties about the user to the client. When I test...more >>

le
Posted by TBATravel at 8/16/2007 6:03:10 PM
Hi, Ours is an ASP.NET 2.0 web application interacting with a third-party web service hosted on Tomcat servers. When client application submits the web request to the web service from the Production servers, we observe the frequent occurrence of the error 'The request was aborted: The re...more >>

TCP/IP port exhaustion - Unable to connect to the remote server
Posted by Gaetan at 8/16/2007 6:01:27 PM
I have a web service client application that works fine when the requests rate is moderate. But when I crank up the request rate, I eventually receive an "Unable to connect to the remote server" exception. Running the "netstat -n" command at that point, I determined that all the TCP/IP ports in...more >>

Accessing a .NET Webservice via JavaScript
Posted by AlBruAn at 8/14/2007 3:24:00 PM
I have a need for a Web Service to retrieve values from a SQL Server database to populate a dropdown list. That, without any further explanation, sounds quite simple. The problem is the dropdown list is in FCKeditor, an open-source WYSIWYG HTML editor written entirely in JavaScript. When th...more >>

Can't access web service via browser
Posted by Ricardo Luceac at 8/14/2007 3:41:57 AM
Hi all... I'm having a problem... I can't access my web service via browser on remote computers... It display a message saying that it is only avaliable on local machine... Is there some configuration to do??? Thx... *** Sent via Developersdex http://www.developersdex.com ***...more >>

Webservice error
Posted by shantanu at 8/9/2007 9:23:07 PM
Server was unable to process request. --> Access to the path "\ \172.21.142.228\Downloaded Software\Downloads\VersionServer.txt" is denied. ...more >>

Web Service Pound sign encoding
Posted by Ethan Strauss at 8/9/2007 3:16:26 PM
Hi, I am consuming a web service (http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl) using C#.Net 2 and in general it works just fine. But recently I have had trouble getting a specific method to work whenever I put a pound sign ("#") in a query string. When I added a backslash...more >>

SoapExtensionReflector
Posted by shell77 at 8/8/2007 4:28:02 AM
Hi I am trying to use SoapExtensionReflector class to remove the output message from the wsdl:operation element from my WSDL. I need the web service's wsdl to have just this: <wsdl:operation name="ASyncGetData"> <wsdl:input message="tns:ASyncGetDataSoapIn" /> </wsdl:operation> ...more >>

asp.net 2.0 and sql 2005 Express aspnetdb.mdf
Posted by DB at 8/7/2007 7:10:02 PM
I have a web application that I have a dilema in trying to publish it to my isp. The problem stands as is... the database is created in the default aspnetdb.mdf file on my local machine and I can not create a database using the same name (I guess for security reasons) on the shared hosting ser...more >>

Need some help reading instructions
Posted by Gustaf at 8/7/2007 5:05:55 PM
I found what appears to be the solution to my problem in this old thread: http://groups.google.se/group/microsoft.public.dotnet.framework.aspnet.webservices/browse_thread/thread/147cb18619cc937/ Dan Rogers of Microsoft writes: [...] share the assembly that you use on the client and on th...more >>

can't access a webservice setup as a file share in IIS
Posted by hs at 8/7/2007 1:22:09 PM
Hi all I'm having a few setup problems. If the IIS/home directory tab of my webservice is "a directory located on this computer" everythings okay. However, if I change the home directory/tab to "a share located on another computer" it no longer works. I know i'm connecting to this c...more >>

Publish HelloWorld Web Service Site from Visual Studio Express 200
Posted by Peter at 8/3/2007 5:28:02 AM
Hi folks, I experienced problem to depoly the HelloWorld web service from the Visual Studio Express 2005 to IIS 6. The following is my workflow: step-1: in Studio 2005, created the HelloWorld web service step-2: under websites folder, my application is as below: folder ws1...more >>

Stream from vb.net Webservice to java client
Posted by Filipe Marcelino at 8/3/2007 3:14:02 AM
hi, i have a webservice written in vb.net with this method: <WebMethod()> _ Public Function GetBinaryFile() As Byte() 'Open a file stream. Dim pobjFileStream As System.IO.FileStream = New System.IO.FileStream("C:\Inetpub\wwwroot \WebService1\DPackSetup2003.exe", IO...more >>

Start, Stop, Console
Posted by valentin tihomirov at 8/2/2007 10:02:11 PM
The Web services are nice but they are hard to debug -- I need to observe the trace messages in the console (I do not like to have a special debug application to see the output window.) Additionally, I do not undesrtand the lifetime cycle -- when the service starts and stops. I would like to c...more >>

Web Services client software has substantial delay on startup
Posted by David J. Berman at 8/2/2007 6:26:01 AM
Hello, I'm using Visual Studio .NET 2005 with .NET framework v2.0, Windows 2003 Server. As a consultant I am developing client software on the above platform for several different clients. All software that I'm creating that makes any web services calls whatsoever have a substantial client...more >>

Returning custom type
Posted by Robbo at 8/1/2007 8:33:01 PM
Hi, I am creating a webservice which will be consumed by a 3rd party, non dotnet client. I want to return a custom datatype from my webservice. It's a relatively simple Customer object which just contains strings. eg: [WebMethod] public Customer GetCustomer(int custId) { retu...more >>

General questions about WebServices
Posted by AlBruAn at 8/1/2007 3:22:05 PM
By way of introduction, I have an application utilizing three AJAX CascadingDropDown lists whose contents are served up by one of three WebMethods. The first two of these three dropdowns are for Entity Type and Entity Groups. The Entity Group gets populated based on the Entity Type selecte...more >>

What <Field Name> does webservice accept?
Posted by raydio NO[at]SPAM gmail.com at 8/1/2007 1:51:49 AM
Hi. This is probably a daft question, but for the life of me I am unable to find out what fields a webservice accepts. The service is wss Lists.UpdateListItems How do I find out what <Field Name=""> it or any other service accepts? Example xml sent: <Method ID="1" Cmd="New"> <Field...more >>


DevelopmentNow Blog