all groups > dotnet web services > october 2005 > threads for october 1 - 7, 2005
Filter by week: 1 2 3 4 5
HTTP status 401
Posted by KenL at 10/7/2005 3:20:02 PM
I am trying to programtically execute an MS SQL Server Reports Server Service
in a web application. "http://<Server>/ReportServer/ReportService.asmx"
I am receiving an "The request failed with HTTP status 401: Access Denied."
I have tried using "DefaultCredentials" and Network Credentials that h... more >>
Client trying to retrieve complete <soapenv:Fault> from Tomcat/Axi
Posted by TryinCatchin at 10/7/2005 12:58:01 PM
Hi,
I'm writing a C# client which subscribes to a Tomcat/Axis service. Now this
task has been relatively easy, up to this point and I’m hoping you might be
able to provide some input, or a pointer to some input. Up to this point
I've written Java code almost exclusively, hence my ignora... more >>
Error retrieve data returned from Web Service
Posted by Wing Chan at 10/7/2005 12:26:03 PM
Hello,
I am having a runtime error when automating the following process:
-Make a connection to a web service that returns a recordset of data (which
is a lot more than 80,000 rows and with lots of columns)
-Then insert all these records into an access table
-Refresh the pivot table in exc... more >>
Idiomatic way to change web service endpoint at runtime.
Posted by Andy at 10/7/2005 12:00:00 AM
If I use Visual Studio.Net 2003 to generate "web references" for clients
using either sproxy.exe (for C++) client or wsdl.exe (for C#) clients, the
web service endpoint gets "baked" into the generated code, making it
difficult, if not impossible, to change the server that the client connects
to ... more >>
Using a WebService from VC++
Posted by AliR at 10/6/2005 10:46:44 AM
Hi Everyone,
I have a Visual C++ MFC program, and I am trying to use a webservice written
in C#. When I add the webservice to my project using Add Web Reference the
sproxy compiler complains about one of the object wanting to extend
MarshalByRefObject object, and I get an error SDL1030.
I ... more >>
Serializing a collection (IList) in a web service on .NET 2.0
Posted by RandomEngineer at 10/6/2005 7:45:32 AM
So here's the challenge...
How can a collection (System.Collections.Generic.IList) of some custom type
be serialized in a web service using .NET 2.0?
Below are the class and the web methods in question. The interesting thing
is that at each step of the way, DAL & Biz, the someType class is... more >>
WSE3.0 Installation problem
Posted by Mahalax at 10/6/2005 7:08:52 AM
Hi All,
Greetings.
While installaing WSE3.0 I get the below error and the installation fails:
Error 1722. There is a problem with this Windows Installer package. A
program run as a part of the setup did not finish as expected.
I redownloaded the msi and and tried again, but got the sam... more >>
Capture Outbound XML Stream
Posted by John Rossitter at 10/6/2005 6:10:02 AM
Hi Everybody,
I’m looking for a way to capture the outbound XML stream of a web service
call.
I need to be able to save these communications to SQL Server.
Is there any way to do this within the framework?
Thanks,
John Rossitter
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Serializing Complex Objects in Web Services
Posted by JEB at 10/6/2005 5:47:10 AM
I have an object that wrote the serialization for to use with Remoting and
now I would like to use it with Web Services. The object consist of a short
and a string value (lets call it Item). This object is then contained in an
array that constains at string (lets call it Column). Then this ... more >>
Soap Faults
Posted by JRey at 10/5/2005 8:35:13 AM
Does .Net generate the classes for Faults when they are specified in the WSDL.
I tried defining them and then generating a proxy, and it did not appear to
do it.
On the Java side it did generate the class and the ability to serialize that
class when putting it on the wire.
I was hoping ... more >>
File access problems
Posted by Duffman at 10/4/2005 12:49:03 PM
Hi,
I have what seems to be a common problem, but the solutions I've found don't
seem to work. I would like to use a web service to create a file at a UNC
location in a shared file. Currently I'm just running it locally and saving
the file locally using my machines UNC path.
I have giv... more >>
Parameter being an attribute, not an element
Posted by grantmarcus NO[at]SPAM gmail.com at 10/4/2005 7:20:28 AM
Hello All,
How do you make a C# Web Service use an attribute of an XML request as
a parameter instead of an element?
I need to write an interface for a third party where the XML request
will be in the form of:
<MyRequest MyParameter="Value />
When I make a WebMethod in my Web Service, ... more >>
Get the requested WebMethod name in Global.asax
Posted by Roland Dick at 10/4/2005 12:00:00 AM
Hi,
surely simple enough, but I got stuck on this one:
I want to use the Global.asax file to log every call to a webservice
method. For this, I'm using the Application_BeginRequest method. The
problem now is: how can I get the name of the method the client
requested? All properties of the ... more >>
Consume Axis Web Service with DataHandler Type
Posted by Tom_B at 10/3/2005 9:26:03 AM
Trying to consume with a VB.Net client a Java Axis web service that returns a
DataHandler type.
After much searching on the internet -- no clues found.
Any ideas on how to do this?
Thanks. TomB... more >>
|