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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|