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 > october 2004 > threads for october 29 - 31, 2004

Filter by week: 1 2 3 4 5

Create BussinesObject in ASP.net
Posted by kongkong99 NO[at]SPAM yahoo.com at 10/31/2004 11:19:01 PM
Hi All, I need to open Business Objects in asp.net (vb). I added ref : Business Object 5.1 Object Lib Below are the coding i use. Dim BOApp As New busobj.Application BOApp = Server.CreateObject("BusinessObjects.Application") BOApp.LoginAs("user_name", "password", T...more >>

WEb Service Referencing Session
Posted by keith chadwick at 10/31/2004 4:16:55 PM
Is it possible to reference session within a web service or is session completely out of scope? I have imported system.web.httpContext into the service but this does not seem to do the trick. Is it possible to do this? Cheers Keith ...more >>

Web services without web server
Posted by David Gagn? via .NET 247 at 10/31/2004 3:56:07 AM
Hello, I wounder how to create and deploy a web service without using a= web server=2E All examples I can find assume there is a web server= (IIS)=2E Even Visual Studio =2ENet 2003 as only "ASP =2ENet web= service" in the new project templates=2E What about not using a= web server? May be I...more >>

WSDL & Faults
Posted by Ryan Folstad via .NET 247 at 10/31/2004 3:54:50 AM
Hello, I have been provided a wsdl file for a webservice that i would like to call with .net. Everything works fine however if the method throws an exception (fault) no SoapException is thrown and no response is visible from the generated class. 2 questions. 1. From within the wsdl gen...more >>

XMLElement Params & wsdl
Posted by Brian Conner via .NET 247 at 10/31/2004 3:49:55 AM
I've been experimenting with XMLElement params so that I can do= xsd validation, etc against an incoming web request=2E However,= changing my web method to take an XMLElement generates poor wsdl= output=2E Is there a way to use XMLElement params and still= maintain strong wsdl? Can I simply ...more >>

Unicode and newline characters in XML text sond via Web Service
Posted by Krzysztof Fink-Finowicki via .NET 247 at 10/31/2004 3:48:49 AM
Hi, I fill-in text in TEXTAREA tag on HTML page, then send its content via content of XML element parameter sent through WebService function from JavaScript. On client side, I can read my text in debugger as: <Text>?Omr?de? ?hj?lp?</Text> (with literal newline). On server side, trans...more >>

Point of using toolbox when developing web services in vs
Posted by Anders S. Willumsen at 10/29/2004 9:57:39 PM
Hi Whats the point of having a "form view" of a web services i vs.net. You can drop controls on them - ei. a textbox og checkbox - but whats the point in that? A ws has no GUI? Thanks ...more >>

How to get the SOAP envelope
Posted by Guy Barrette at 10/29/2004 3:25:29 PM
Hi For debugging purposes, I'm looking for a way to see the SOAP envelope I'm sending. I'm the client calling a WS. How can I do that ? What class or object do I need to use ? Thanks ...more >>



HttpWebRequest and HttpWebResponse
Posted by Ashish, FL at 10/29/2004 12:50:11 PM
Hi all: My old application used to POST xml to a remote server using HttpWebRequest from within an aspx page. The process worked like a charm (though sometimes I experienced delays in receiving a response). Using the .NET class similar to http://support.microsoft.com/kb/330589/EN-US/#7 ...more >>

Publish - Subscribe with Web Services
Posted by David Laub at 10/29/2004 9:00:47 AM
While we await the WS-Eventing specification to be realized, can I use the asynch call back facilities in Web Services to implement a Publish - Subscribe facility with dot net Web Services? Thanks David Laub ...more >>


DevelopmentNow Blog