all groups > dotnet web services > april 2005 > threads for april 22 - 28, 2005
Filter by week: 1 2 3 4 5
Basic Web Service Created by VS 2003 Problem
Posted by JJ at 4/28/2005 1:22:52 PM
Hi,
Ok I uninstalled WSE2.0 sp3 and still get the same error in proxy file from
web service.
I have a web service thats local and created a web ref called lh1.
At the top of my win form where I call the web ref is this:
using EMS.lh1;
private static lh1.EMS1 wsHrs = new lh1.EMS1();
Wh... more >>
Webservice on port other than 80
Posted by Suresh at 4/28/2005 9:50:04 AM
Hi all,
I have a webservice that's running on a specific port (8003) in webserver
behind a firewall.
The service accesses a CC authorization service on the internet. We use a
proxy to get out to the internet.
We have a domain name registered for this webservice. So my WSDL gives me
the ... more >>
Error: System.ArgumentException: Cannot convert to System.Int32.
Posted by Simon Harris at 4/27/2005 5:20:31 PM
I have created a web service, which when I call in my browser presents the
text form etc. When I click the button, I get this error:
System.ArgumentException: Cannot convert to System.Int32.
Parameter name: type ---> System.FormatException: Input string was not in
a
correct format.
at Sy... more >>
ows_FSObjType - what does it mean?
Posted by jwindberg at 4/27/2005 1:37:11 PM
I'm attempting to write code that consumes the web services from sharepoint.
The SDK describes the method's clearly enough, but fails to describe the
meaning of the attributes returned. Where do I find these meanings?
For example, GetListItems returns things that are both folders and files.
I... more >>
Object Serialization
Posted by Brian at 4/26/2005 10:23:09 AM
Hi,
I'm a newbie to XML Web Services I have a class written in C# with a few
string properties that i want to expose as xml from a web service.
Whenever i try this i just get something like this:
<?xml version="1.0" encoding="utf-8" ?>
<CLASSNAME xmlns:xsd="http://www.w3.org/2001/XMLSch... more >>
Problems sending emails
Posted by Srinivas at 4/26/2005 12:00:00 AM
Hi,
I am using ASP.NET SmtpMail to send email using the following code
public void SendEmail(string From, string To, string Subject, StringBuilder
Message, string Attachment, string mailFormat)
{
MailMessage mailMessage = new MailMessage ();
mailMessage.From = From;
mailMessag... more >>
smartclient test
Posted by Fairweather at 4/25/2005 5:44:58 PM
smartclient test... more >>
Test
Posted by Fairweather at 4/25/2005 12:25:35 PM
public.dotnet.framework.webservices... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WSE 2.0 SP3 Certificate Tool with Securing the Username Token with
Posted by Mark Goosen at 4/25/2005 2:28:03 AM
Hi ive installed wse 2.0 SP3 and was running throught the demo downlaoded on
the Securing the Username Token with WSE 2.0 page the Securing the Username
Token with WSE 2.0.
Im spose to change the access type for "SYSTEM and "ASPNET" to "READ" for
the certificate in the certificate tool by c... more >>
Calling webservice using proxy authentication
Posted by jonathan NO[at]SPAM erars.demon.co.uk at 4/24/2005 9:44:04 AM
I have written a .NET client which calls a webservice. I've added
functionality in which allows authentication through a proxy. When
sending a GET request this works but when I do a POST I get a
connection time out. I've run a trace and the authentication side of
things is working I think. I get... more >>
Modifying the http/soap/xml after WS has created it, before it is
Posted by Anders at 4/24/2005 8:14:01 AM
Hi all,
I wish to intercept the http/soap/xml message being send back from a web
service - is this possible?
I've been asked to make a simple front to mimic business systems to enable
test of the client side. Correct responses already have been created in text
files to correspond to test... more >>
Accessing Java Web Service
Posted by srpatna at 4/23/2005 7:19:01 AM
I am trying to access Web Service of a Vendor. Its built using Java on
Weblogic.
Connection is restricted to users with client certificate provided by them
and
NOT from any recognised authority.
The Web Service setup at the vendor does not allow us to browse the wsdl or
xsd. They have... more >>
How can I list web services on local machine?
Posted by Thanapol R. at 4/23/2005 3:48:01 AM
Hello all,
I try to listing all web services on local machine like a Microsoft Visual
Studio does in "Add Web Reference" window.
Thanks,
Thanapol R.
... more >>
My WebService Seems to be Loading Everytime it is invoked
Posted by Harry Whitehouse at 4/22/2005 6:42:27 PM
I'm coming from an ISAPI background and migrating code to Webservices.
In the ISAPI world, there are sections of code that are invoked only once
when the DLL is loaded by IIS. It's a place where you can do time-consuming
resource loading once and only once.
In .NET Webservices, I figured ... more >>
Programmatically add / remove web reference in C#
Posted by TC at 4/22/2005 3:13:37 PM
Hello All,
I have winforms app that accesses a webservice and the WSDL is referenced
dynamically.
I was wondering 2 things:
First, if one parses the .config file and changes the URL pointing to the
WSDL, I take it that these changes would not take effect until the user
closes and res... more >>
Web service session in winform client
Posted by Kevin Yu at 4/22/2005 11:07:05 AM
hi all
got a questoin here, I have a winform client to call web service and the web
service functions have EnableSession =ture, use IE to test the web service
session, it works, but how to get it to work in winform? it seems like every
call to the service will start a new session even if the w... more >>
Hosting a web service with out IIS
Posted by Tony at 4/22/2005 12:59:02 AM
Is there a way to host a ,NET web service without using IIS?
Looking for a small process that could be started that can host a local web
service that does not require an IIS installation.
Tony
... more >>
|