all groups > asp.net webservices > october 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 >>
Asp.Net Cache Trouble
Posted by Jay Kavimandan at 10/28/2004 7:21:28 PM
This is a multi-part message in MIME format.
------=_NextPart_000_009C_01C4BD23.5293F5F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello ,
I am having a asp.net web application to which multiple users are =
sharing same Cache Object(Data... more >>
How to send a DIME attachment with SOAP
Posted by ipsita.mohanty NO[at]SPAM gmail.com at 10/28/2004 7:19:20 PM
Hi!
I am trying SOAP with DIME attachments in web services. The web
service sends the file as attachment say "test.doc", and the client
has to read that and populate it in a textbox control. I had asked
this question earlier, and got the reply that the data is tranferred
in binary format on t... more >>
soap extensions
Posted by ivang at 10/28/2004 1:39:07 PM
SGkuDQoNCklzIGl0IHBvc3NpYmxlIGZvciBTT0FQIGV4dGVuc2lvbiB0byBiZSBjYWxsZWQgYXV0
b21hdGljYWxseSBmb3IgZXZlcnkgd2ViIHNlcnZpY2UgbWV0aG9kIG5vdCBhcHBseWluIFNvYXBF
eHRlbnNpb25BdHRyaWJ1dGUgZm9yIGV2ZXJ5IG9mIHRoZW0/DQoNClRoYW5rcy4=
... more >>
X509Certificate not passed to webservice.
Posted by matthew_glen_evans NO[at]SPAM hotmail.com at 10/28/2004 8:18:46 AM
Hi all,
I have the following scenario (XP / IIS 5, FX v1.1.4322) Both the
client app and web service are running on my local development
machine.
I am using a straightforward HTTPWebRequest, and WSE 2 to add an X509
certificate, as follows:
===============================================... more >>
modify HttpMethod or HttpRequest propertys
Posted by Andreas Schulze at 10/28/2004 7:06:47 AM
I have a web service. It works fine.
Now the incoming HttpMethod and RequestType (HttpRequest object)
is "Post" instead of "POST". This value cause an exception and I cannot
change value to "POST", the HttpMethod is readonly.
I try my own HttpModule and Request.Filter, without success.
... more >>
global.asax
Posted by mekim at 10/28/2004 7:03:01 AM
Hello,
If i have a webservices project...since I am not calling a webform...the
global.asax does not seem to be called...where r u suppose to put the "global
stuff"?
meaning...like application_start or global variables
Regards,
mekim... more >>
WebService and Proxy Server
Posted by qjchen NO[at]SPAM email.com at 10/27/2004 11:18:41 PM
I have a Client Window App access .NET WebService.
The problem I have is that my client application is used by people in
diffent organization. Some use proxy server to access internet, some
don't, some auto detect.
How can I have a generic way to handle all these senario?
My client app is... more >>
How do I use SQL 'FOR XML' with .NET?
Posted by keith chadwick at 10/27/2004 3:52:07 PM
The system I am converting use a lot of sql that makes use of the for xml
clause provided for in sql server 2000. Below is an example of how this is
done in ASP:
set dataxml=server.CreateObject("MSXML2.DOMDocument.4.0")
dataxml.setProperty "ServerHTTPRequest", false
dataxml.async=false
... more >>
DIME attachments break double-byte characters using WSE 1.0 SP1
Posted by Vaylor Trucks at 10/27/2004 3:31:27 PM
Using the .NET framework and WSE 1.0 SP1, I have built a web service
which receives data from a web service client and saves it to disk in a
text file, and it works with no problem. However, when I modify the web
service to accept an attachment and save it to disk as well (resulting
in 2 fi... more >>
WSE 2.0 SP1 unable to consume WSDL from DIME Specification
Posted by Sebastien Tardif at 10/27/2004 12:45:04 PM
Subject: Web Services Enhancements 2.0 Service Pack 1 (WSE) unable to consume
WSDL from the WSDL Extension for SOAP in DIME specification
The WSDL Extension for SOAP in DIME specification can be obtained at this
URL:
http://www.gotdotnet.com/team/xml_wsspecs/dime/WSDL-Extension-for-DIME.ht... more >>
Developing Custom ControlPanel/Paramater Interface for REPORTING SERVICES?
Posted by Matt Swift at 10/27/2004 10:12:59 AM
Anyone have experience of doing this?
My aim is thus. I'd like to supply my SP with datetime related information,
but possibly break entries down into **/**/**** and have the interface
actually offer DDLs in place of the standard TextBox fields that
ReportingServices places for paramater entr... more >>
application_start in webservices
Posted by mekim at 10/27/2004 8:49:10 AM
Hello...since application_start is not being called when u invoke a
webservice for the first time...where r u suppose to or how r u suppose to
persist "application_start" global variables?
My "work" around is to launch a webform1 that starts application_start...but
that seems silly :-)
R... more >>
RequestSoapContext is not a member of MyWebService
Posted by stephg at 10/27/2004 7:09:07 AM
Hi,
I try to send an attachment to a web service.
WSE 2 SP1 is installed.
The web service compiles successfully.
When creating the client, and I want attach the file to the proxy class like
==
Dim attachIt As New Auction
Dim attachmentToWs As New DimeAttachment("PDF", TypeFormat.MediaType, ... more >>
ServerXMLHTTPRequest
Posted by NikXML at 10/27/2004 6:51:05 AM
I'm trying to post some xml/text to an asp page. I'm sending from an aspx
page. This function works fine when submitted from the browser, but does
nothing when called by a Timer function. Any ideas why this doesn't work?
objXML = Server.CreateObject("Msxml2.SERVERXMLHTTP")objXML.open ("POST",... more >>
How to check whether web services are compliant with industry stan
Posted by Sarika Jathar at 10/27/2004 6:05:05 AM
Hi all,
I want to check whether a web services are compliant with industry
standards and implementation guidelines.
Basically I am interested in checking whether a Web service fully support
the following industry XML Web service standards when exposing or consuming
programmable functional... more >>
Authorization problem
Posted by Nikolay Petrov at 10/26/2004 4:54:41 PM
The following code doesn't produse the expected effect to only allow the
members of Administrators group to access the web method, it stops everyone.
=========
<WebMethod(), _
PrincipalPermission(SecurityAction.Demand, Role:="Administrators")> _
Public Function HelloWorld() As ... more >>
WS Consumption: CType a return value of class to original class
Posted by MisterEd at 10/26/2004 10:35:05 AM
I am a new developer in an academic environment working on a project for
graduation. I appreciate any help anyone can give me!
I have tried to use good programming techniques and split up my application
into different tiers: Win (windows client), WS (web service), DAL (data
access layer),... more >>
Web Service Problem
Posted by Luis Esteban Valencia at 10/26/2004 9:53:46 AM
The problem I have is:
I have a solution on my pc with a web application and a web service. It
works perfect on my PC.
When I try to migrate to the INTERNET server I do the following.
1. I copied the WEBSERVICE proyect to the destintation folder of the server.
(NO PROBLEM)
2. SO I must cha... more >>
Call a webservice with out using proxy class
Posted by Madjid Nasiri at 10/26/2004 8:49:28 AM
Hi,
I need call a webservice without using proxy class, How i can it?
Thanks for help
Madjid Nasiri
... more >>
several responses from same webservice?
Posted by david.mcshane NO[at]SPAM terminalfour.com at 10/26/2004 1:51:29 AM
hi there
Im new to webservices and I think they can help solve a communication
problem.
We are designing a system that will have a core server type
application and several client applications.
The core application will have a webserver bolted on so all the client
apps can communicate with it.
... more >>
Doubt in SOAP with DIME attachments!
Posted by ipsita.mohanty NO[at]SPAM gmail.com at 10/25/2004 10:16:43 PM
Hi!
I was going through the WSE 2.0 documentation to try SOAP with DIME
attachments. The example shows the server sending an image file and
the client displaying it in a picture box control. How do I do it, if
the server has to say eg a doc/text/pdf file and the client has to
read that and sh... more >>
Anonymous & Authenticated Access (Together?)
Posted by Gary K at 10/25/2004 9:13:03 PM
I'm trying to create a web service that contains functions available to both
Anonymous & Authenticated access. Now I am having problems with security
access. The plan was to allow anonymous access to the web service, and
control user credentials through code impersonation. (It's the webservice... more >>
Why lose xml headers? Xml declaration and xsl instruction
Posted by Piculo at 10/25/2004 4:49:23 PM
Hi,
I have a WebServices in ASP.NEt VisualBasic, the declaration of the method
is :
Public Function saveDocumentXML(ByVal pvXmlDocument As Xml.XmlDocument) As
String
And i call to this method with a webreference in this way:
Dim myString as String = myWS.saveDocumentXML(myXMlDocument)
W... more >>
ConfigurationException while using WSE 2.0
Posted by djain NO[at]SPAM solers-dot-com.no-spam.invalid at 10/25/2004 1:55:25 PM
I am trying to write a client for a webservice. I've configured
app.config to have the following inside the configuration section:
<configSections>
<section name="microsoft.web.services2"
type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration,
Microsoft.Web.Services2, Versio... more >>
Secure Connection HTTPWebrequest.
Posted by matthew_glen_evans NO[at]SPAM hotmail.com at 10/25/2004 11:10:34 AM
Hi!
Hoping for some help here re client certificates and SSL The following
method:
========================================================================
Public Sub SimpleXMLSendReceive()
Try
m_StartTime = Now
Dim FileName As String
D... more >>
Remote Debugging question ?
Posted by Shailendra Batham at 10/25/2004 10:29:08 AM
Hey gurus,
I have a question about remote debugging in .Net.
I have a Windows XP Machine with Visual Studio .Net 2003, where I have a web
service application, everything works fine but now I have to deploy this on
another machine.
The other machine is a Windows 2000 Machine where the we... more >>
Hello Error with Web Services. No se puede serializar el miembro System.ComponentModel.MarshalByValueComponent.Site de tipo System.ComponentModel.ISit
Posted by Luis Esteban Valencia at 10/25/2004 9:30:39 AM
Hello I have a solution iwth a web project and web service project I made a
project and I compiled it and it has no errors. But when I try to add the
web reference in the webproject I have this error.
The code of the WebService is this:
using System;
using System.Collections;
using Syste... more >>
Cant connect to webservice
Posted by Roland Wolters at 10/24/2004 11:29:45 PM
Hi,
My app uses a webservice to get data from the database. The webservice
itself is already placed on the production webserver, and connecting
with my develop machine over the internet it works fine. The webservice
uses wse2 very basic authentication by simply sending a username token
in... more >>
Urgent!!..regarding Session management in WebService
Posted by sunnyz NO[at]SPAM lycos-dot-com.no-spam.invalid at 10/24/2004 11:54:50 AM
hi
I wanted to know whether we can store something in Session objects in
webservice.My windows application calls the webservice and i want the
data to be stored in Session object so that each user can get its own
data.Is this possible in webservice?coz i think it seems to lose the
data each ti... more >>
IIS 6.0 do not run .asp pages under Windows 2003 server standart e
Posted by Edinson at 10/24/2004 9:21:05 AM
Hi
When I tried run .asp pages appear this message:
No se puede mostrar la página
Hay un problema con la página solicitada y no puede ser mostrada..
HTTP 500 - Error interno del servidor
Internet Explorer
Thanks for your colaboration
Edinson
edinsone@sprbun.com... more >>
Server did not recognize the value of HTTP Header Soapaction
Posted by dino.antonelli NO[at]SPAM gmail.com at 10/24/2004 3:14:05 AM
Hi,
I've got the following problem:
I've written an application that is built as a peer to peer
application. So, every "instance" deployed talks with another
"instance" of the same type. In this way every instance is both a web
service consumer and web service producer and the protocol used... more >>
Urgent question regarding Session state in webservice
Posted by sunnyz NO[at]SPAM lycos-dot-com.no-spam.invalid at 10/23/2004 1:55:20 PM
hi
I wanted to know whether we can store something in Session objects in
webservice.My windows application calls the webservice and i want the
data to be stored in Session object so that each user can get its own
data.Is this possible in webservice?coz i think it seems to lose the
data each ti... more >>
How to copy n paste .asp files to Solution Explorer and have it show up there?
Posted by Jason Robertson at 10/23/2004 12:07:42 PM
Hi,
I have just installed Visual Studio.net 2003 Enterprise Architect.
I have been using Visual Interdev so far, and I am used to be able to select
from a desktop bunch of .asp files, drag and drop them into a Project
Explorer window and have it show there as a tree of files. Is there some
se... more >>
SOA Question
Posted by r_vijay_fl NO[at]SPAM yahoo.com at 10/23/2004 8:19:21 AM
Hi All,
I was reading the below article from web about SOA Architecture .
By reading this , i couldn't figure out the Difference between a Customer
Class and a Customer Service.
For me , even the Customer Class can process a request to add a customer,
check his or her credit history etc, usin... more >>
difference between .Net web application and .Net web service
Posted by Eddie Leung at 10/22/2004 11:56:19 PM
HI All,
I am beginer of ASP.NET, I have simple question, would anyone help me?
I am not familiar on the difference between .Net web application and .Net
web service.
Thanks,
Eddie
... more >>
javascript
Posted by Chris_P at 10/22/2004 4:29:03 PM
i m having a trouble with javascript. i can t access links detailed with
javascript. ie. windows update, launch.com, picchange. i click the links
using java but i can t open them. i m not sure what s going with it. i tried
about 3 things, and nothing worked. i m its spyware. can anyone help me... more >>
XmlDocument Web method returns type XmlNode
Posted by John Bailo at 10/22/2004 10:54:22 AM
I developed a web method that returns type XmlDocument.
But a client calling the web method will only accept the return value as
datatype XmlNode.
Why?
--
http://antimeme.texeme.com... more >>
Cant run ASP.NET Web Apps
Posted by wayne calvert at 10/22/2004 10:52:27 AM
Trying to understand SOAP over HTTP
Posted by Anders S. Willumsen at 10/21/2004 10:48:08 PM
Can anyone explain to me how SOAP can be send and received over HTTP?
As I understand it there are tree ways:
HTTP/SOAP
HTTP POST
HTTP GET
I know about POST (data in headers) and GET (data in URL) but I can't figure
out what the difference is between HTTP/SOAP and HTTP POST.
When I l... more >>
web service and collections
Posted by Vincenzo Milazzo at 10/21/2004 4:19:41 PM
Hi,
my web service must return 2 values.
How can I do it ?
Web service can return a sortedList ?
Can I pass a ref value to a wev service ?
Tanks to all
... more >>
|