|
|
|
Web Service XmlDocument Parameter
Replies (1) 10 January 2006
I have a web service that takes an XmlDocument as a parameter, performs some
processing on it, and saves it to a database. The web service signature
looks similar to this:
public void SaveD...
|
|
|
|
wsdl file instead or url ?
Replies (1) 10 January 2006
can connect to a web service that have wsdl file that they sent me instead
of a web service that have a url path for their wsdl ?
I mean I want to know if I can point to a wsdl file locally instead...
|
|
|
|
The application's configuration files must contain ...
Replies (1) 10 January 2006
HI,
I have created Webservice project in Visual Studio 2005, by default it is
created the Service.asmx file with the code as
[WebMethod]
public string HelloWorld() {
return "Hel...
|
|
|
|
SAP web service and .Net standalone client issue
Replies (1) 9 January 2006
Hi all,
I have created an web service on SAP system. I have created a .net client
using Micrsoft Visual Studio 2003 and .net frame work 2.0. in Visual Basic.
In that .net client i have created ...
|
|
|
|
flash and .net web service
Replies (1) 9 January 2006
Hi all,
I am writing an application with a rich interface using flash, and a
webservice using c#.net. I was just wondering if there is anyone here who
could give me some pointers as I am new to...
|
|
|
|
Send ID and returning Value
Replies (1) 9 January 2006
Hello,
I am new in developing web services and hope you can help me. I would
like to run a web service. A client will send an id. This id should be
taken by the web service. After that the webser...
|
|
|
|
Web Method Returning Wrong Data Type
Replies (1) 9 January 2006
I have created a Web Service using visual studio that returns a custom
stongly-typed collection that I created to contain a custom class.
In order for the collection class to work, it must have a P...
|
|
|
|
consuming a webservice from internet explorer
Replies (2) 9 January 2006
I have found Ajax and webservice.htc that is not supported any more.
Is there a built in funcion for webservices in Visual Studion 2005 / .Net
2.0 ?
What is the best solution ?...
|
|
|
|
XSD validation in Web Services
Replies (1) 9 January 2006
Hello All!
I'm looking for xsd/xml validation sample for Web Services especially
for it's parameters.
Does anyone know where to find that kind sample in Web?
Cheers....
|
|
|
|
Creating arrays as unbounded elements instead of " ...
Replies (1) 9 January 2006
I have been struggling with the following: I want to create a class
that contains an array of some user-defined type. so I have the
following vb code:
Public Class Communications
Public Ph...
|
|
|
|
XmlInclude and VS2005 ... Does it work?
Replies (1) 9 January 2006
Has anyone got the XmlInclude attribute working in VS 2005?
I've done some Googling & there seems to be very little in the way of
replies to questions out there.
I basically want to expose my ...
|
|
|
|
HttpContext.Current.ApplicationInstance.CompleteRe ...
Replies (1) 9 January 2006
Hi,
I tried to bypass a webmethod invocation as I have a cached stream to
return in some occasions at the SoapMessageStage.AfterDeserialize of
ProcessMessage on a SoapExtension.
I called HttpCon...
|
|
|
|
SoapExtension and System.Configuration.Configurati ...
Replies (1) 8 January 2006
Hi All,
I've just written a small program to use a locally hosted webservice
which works fine.
However I've also written a SOAPExtension for the client and I'm having
trouble with the configur...
|
|
|
|
VB.NET and WSDL arrays
Replies (1) 6 January 2006
Hello readers,
I'm having problems with arrays in SOAP requests. The WSDL
definition below does not seem to work, i.e. the ContactList object
is not accessible in VB.NET. Contact object works cor...
|
|
|
|
Setting up HttpListener basic authentication
Replies (1) 6 January 2006
How does one set up basic authentication on an HttpListener? I know I need to
set the HttpListener.AuthenticationSchemes to AuthenticationSchemes.Basic but
then I'm unsure how and against what (us...
|
|
|
|
How to display every SOAP request in .NET 2.0
Replies (1) 6 January 2006
Hello, I want to intercept every request made to a web service in order
to be able to display the actual SOAP request in a WebBrowser control
(for documentation purposes in a test tool). I know how ...
|
|
|
|
How to access web server from Development then Pro ...
Replies (1) 6 January 2006
I am writing a consumer of a web service. The problem that I am having
is that the service has two sites, one for development and another for
production.
How can I selectively chose which refere...
|
|
|
|
filetransfer
Replies (2) 6 January 2006
I need to copy many text files (no more than 20 Kb each one) from many
clients to a single central site in a wide area network. Copies occur quite
continuously. In order to get the best solution w...
|
|
|
|
Using a webservice for product licensing
Replies (1) 6 January 2006
Hi,
Does anyone have any experience with/suggestions for using a webservice for
product licensing?
What I have in mind is something like where the client app sends their
product key to the w...
|
|
|
|
How to access GAC DLLs from WebService???
Replies (1) 6 January 2006
I have a webservice that I want to let access a class from a DLL that is
stored in the GAC. I can add a reference to the dll, but when I try to use
the 'using ' in the codebehind for the webservi...
|
|
|
|
Setting up a .Net web services on SBS 2003
Replies (2) 6 January 2006
I have created a web server to access a SQL sever database. The web
server
works fine on my XP machine but when I tried to set it up on the 2003
server
and try to access the web services I am get...
|
|
|
|
WSE 3 mutualCertificate10Security over https ???
Replies (1) 6 January 2006
I've got a web service client using mutualCertificate10Security talking
to a Tomcat/Axis/WSS4J service over http. When I tried to get it to
work over https I got the following error when trying to a...
|
|
|
|
Adding multiple Web reference dynamically
Replies (1) 5 January 2006
Hi,
I have a problem here, but I do not know how to go about it.
I'm doing a project on a website. I'm the middleman who will retrieve
informations from many different suppliers. I would be get...
|
|
|
|
dumping out soap envelope
Replies (1) 5 January 2006
Hi all,
I reference a web service and can use it, but I
would like to 'see' the SOAP enevelope that dot net
is sending to the remote service.
That is, I want to dump out (to a file):
.....
|