Post New Message Display last 25 posts Display last 50 posts Display last 75 posts Display last 100 posts Display last 125 posts Display last 150 posts Display last 200 posts
шевроны мвд для военных
ANN: Web Services DevCon SeatsLeft Web Service [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
Web Services Developer's Conference
March 21-22, 2002
Beaverton, OR (10 minutes west of Portland)
Are you worried about not being able to reserve a spot at the Web Services
DevCon while y... The request failed with HTTP status 401: Access Denied [1 reply] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
Hello,
I've created a couple of web services using C# and everything seems
fine. The problem is when I reference these web services from an ASP
page, when I try to call a method on one o... How to: Running background process in webservice and pushing... [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
Hello,
I am currently working on a webservice to access a database from an
underlying network. What i need to do is access the database with a cliënt
throught a Web service, this is no big... odd speed problems with web services [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
We've got two boxes set up for remote debugging here, A and B. I
created a simple "Hello World"-type service on B, and built a web app
on A to call it. After the initial run it goes quite s... Referencing as web service [2 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
After doing a complete and i mean complete uninstall of
IIS, and VSDOTNET clean up all files left behind. I did a
reinstall, in the exact order that the readme file said.
modified the g... Skilled developpers in France [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
Hello,
Voice Video Datas, young consulting and dev company in France, is searching
for skilled developpers.
C++,
Delphi,
.NET and C# and ado.net
java
J2EE, J2ME
SQL - Oracle- SQL Se... Cannot see my local Web Services when adding a web reference [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
Hello,
I have developed a couple of web services but when I try to add a reference
to one either from another web service or from an ASP.NET application, I
cannot see the services in the l... Clients IP address [1 reply] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
Can anyone tell mw how to discover the users IP number
from with a webservice, I have tried
system.web and system.web.httprequest
and then request.userhostaddress but i get an error
"The n... Problems adding web reference [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
I'm having trouble adding a web reference. My local host is not being
displayed under web service directories and nothing is being returned when I
browse to it. Any ideas?
Typed DataSet parameter becomes null when calling WebService [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
Hi,
I'm not sure if this is a result of some obvious oversight or
something more strange.
Basic scenario:
1. Simple Web Service using ADO.NET SqlDataAdapter with Stored
Procedures to S... WSDL File Generation [2 replies] microsoft.public.dotnet.framework.aspnet.webservices , Tuesday, February 26, 2002
Does VS.NET automatically generate WSDL files? If so -
where does it put them?
Existing webservices... [2 replies] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
Do y'all know of GOOD sources of currently available webservices that are
ready for public or even commercial "consumption"? I've found only 6 -10 at
http://www.xmethods.net and that's fine.... how to set a Hello world webservice on a new server [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
Hello all.
It my first experiment with webservices.
I have created the "Hello world" web service using
visual .NET on the development comuter it works great
The I copied all the files to t... Is this C# or Web Service design limitation? [1 reply] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
I am implementing Web Services. Say if I have:
1. A class MyClass implements interface IMyInterface in the Web
Services code.
2. A WebMethod Foo() returns a MyClass object.
3. However, t... Logging Web Service Errors with IIS/Net Framework [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
Hi All,
I have been testing a .Net Web service for interoperability with other
systems by posting http messages via a httpWebMessage class. All is going
well but every once in a while I w... Custom Type Arguments [1 reply] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
How may I make VS.net generate proxies for MyType1 & MyType2 in this
situation?
public class MyService
{
public void MyMethod(MyAbstractType value)
{
// DO... Local client [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
My webservice can be consumed by remote client(same domain), but local can't
with following exception while generating the proxy:
wsdl.exe: Unhandled Exception:
System.IO.FileNotFoundExcept... How to disable debug of remote web services? [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
Hello,
I have an application calling a remote web service.
When I run the application from the debugger each call to
remote web service method take a very long time compared
to running ... Live Interest Rate [1 reply] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
I need ideas on how to create Webservice that can give me live
mortgage interest rates from some website. Yahoo has service which
gives me live stocks info in .csv format and i am able to wor... converted to decimal using VB [1 reply] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
How will i do following in VB.NET?
Following is in C#:
Amount=(decimal)((double)monthlyPmt*(tempVal-1)/(monthly*tempVal));
Also:
Payment[] payments;
payments=new Payment[numMonths... WSDL Portname location bindings [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
Newbie question here. I've been developing a few web services prototypes
with VB.NET and would like to deploy in my company them for review. As a
consequence of developing them on a single ... Webservice Attachments [1 reply] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
Is there anyone out there that has a working example
(preferably in VB) that shows how to attach documents
in webservices
SoapException [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Monday, February 25, 2002
Hello, here is a *nice* problems
I am working in a project where two companies connect thier order processing
using webservices. My counterpart can access my service without any problems
b... security in a webservice [3 replies] microsoft.public.dotnet.framework.aspnet.webservices , Sunday, February 24, 2002
Dear fellowdevelopers!
When i give my permission to somebody on the internet to
use my webservice, I want to make sure that person has
permission to use my service. If I make my webservi... Content type of 'text/xml,text/xml', but expected 'text/xml'... [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Saturday, February 16, 2002
I have a Webservice programmed with the Java Webservice Development Kit and
I can connect to this service with a Java Client, but I need to do it with
C#.
There I get the message:
Client ... Need a single assembly for multiple sites on one server [6 replies] microsoft.public.dotnet.framework.aspnet.webservices , Sunday, February 24, 2002
Environment: asp.net, c#
Working on a project with multiple virtual web sites on the same
server. Each of these web sites (about 5 so far) needs to access a
common assembly. I don't want... Passing collection or array [1 reply] microsoft.public.dotnet.framework.aspnet.webservices , Sunday, February 24, 2002
Hi Peter
Please also refer
http://www.gotdotnet.com/quickstart/aspplus/doc/webservicet
ypes.aspx
KT
>-----Original Message-----
>Peter
>
>Yes you can pass array or collection of se... DateTime Serealizer troubles [0 replies] microsoft.public.dotnet.framework.aspnet.webservices , Sunday, February 24, 2002
Hi all
the problem:
.NET XMLSerealizer serealizes my DateTime value into <date
xsi:type="xsd:dateTime">T00:00::00</date>
but Java Deserializer on the other side w...