all groups > dotnet web services > march 2006 > threads for march 15 - 21, 2006
Filter by week: 1 2 3 4 5
Passing large arguments to web services
Posted by Matt B at 3/21/2006 5:31:27 PM
Hi all -
I am going to implement a web service using .NET. It's a service that
attributes authorship of a document to one of two authors, based on
the training data provided. I am going to produce a basic web page
that allows the data to be uploaded, before displaying the results.
The web s... more >>
Dotnet Client fails to deserialize message from AXIS web service if the message maps two elements to the same multiRef element. What do I do?
Posted by GT at 3/21/2006 10:16:22 AM
I have a .NET client that consumes an Axis web service. A change was
made recently to the AXIS web service, and ever since then my .NET
proxy class has been throwing an InvalidCastException. The proxy class
was auto-generated by Visual Studio from WSDL provided by people who
provide the Axis s... more >>
Empty DataSet in Client
Posted by Steven Livingstone at 3/21/2006 12:00:00 AM
Folks - i have a WebMethod that returns a List<> of "Person" objects. I
implement IXmlSerializable to write the xml for the object.
I don't touch SOAP or web services within any of my objects.
My client doesn't have a typed proxy so it just gets back an array[] of
plain datasets apparently.... more >>
ATL Web service (client)
Posted by philip89 NO[at]SPAM canada.com at 3/20/2006 10:07:20 AM
Hi There,
We have a working web service that is deployed on CFMX 6.1. Our Dev
Server has CFMX 7.0 and the client that interacts with the webservice
now returns an error. Nothing has been changed. I compared the two WSDL
files and they have quote a few differences.
for example:
in CFMX 6.1 ... more >>
Axis Web Service, .Net Client - Interop issue with SOAP Header
Posted by vthakur at 3/20/2006 8:10:27 AM
Hello:
I have a Axis Web Service that sets the sessionid in the SOAP header for
persisting the session. The client is a .Net client that processes the header
as an Unknown Header. It sets the session id received from the Service
request on subsequent requests to the service. However the Axi... more >>
Stopping transaction through client in web method
Posted by archana at 3/20/2006 2:22:20 AM
Hi all,
I am having web method which is inserting some heavy data into
database. Everytime client call this method i am generating some unique
transaction.
Client know that transaction ID.
What i want to to provide method to client so that he can rollback that
transaction.
And as soon... more >>
Using a DLL in a web service
Posted by d.barile NO[at]SPAM gmail.com at 3/19/2006 11:53:50 PM
Hi guys,
I'm trying to use a DLL of third part using P/Invoke in a web service.
I've always an exception: access denied.
The DLL is in the bin directory of the project.
I'm using VS .NET 2003, WSE 2.0 and .NET Framework 1.1. I'm trying the
code using the address http://loalhost/webservice and... more >>
using the [WebMethod(MessageName="...")] attribute
Posted by Andy Fish at 3/16/2006 12:00:00 AM
Hi,
I have discovered that if I use this syntax:
[WebMethod(MessageName="foo")]
public string bar() {
return "hello, world";
}
then it is not possible to call the web service using the MS soap toolkit.
Trying to invoke the service with either the name foo or bar gives an error.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Desperate SProxy problem consuming an ASP.NET Web Service
Posted by quortex NO[at]SPAM hotmail.com at 3/15/2006 1:59:06 PM
Hi all,
I have written a web service using the .net framework 2 and Visual
Studio 2005. I consume the managed service by native C++ using the "add
web reference" feature. This obviously shells out sproxy.exe to
generate the proxy code.
All well and good despite the fact sproxy seems serious... more >>
Problem converting webservice from VS 2003 to VS 2005
Posted by Symon at 3/15/2006 8:31:23 AM
I've got a web service project that was built under VS 2003 which has a
SoapExtension in the project. The SoapExtension is registered in the
<soapExtensionTypes> element of the web.config and has worked fine for some
time.
Recently we tryed to update the project to VS 2005 and run it under... more >>
Map nework drive
Posted by Luc at 3/15/2006 7:08:30 AM
Hi,
I want to acces à map network drive and/or a local drive from à web service.
I was wondering if that was a possible thing to do and if so, where would I
find documentation on that subjet.
--
Thanks,
Luc... more >>
Failed to write to Access data in webserice
Posted by hulinning at 3/15/2006 5:19:29 AM
Hi
I use webservice to read/write data to Access database using
System.Data.OleDb with a connection string =
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source;User Id=admin;Password="
I can read/write on my developed computer without any problem.
However, When I install my webservice on oth... more >>
|