all groups > dotnet web services > january 2005 > threads for january 15 - 21, 2005
Filter by week: 1 2 3 4 5
Cannot invoke methods in the web server.
Posted by Subbu at 1/21/2005 4:29:02 PM
I have created a simple ASP.NET web server. I expose a methos helloWorld().
when I invoke this method I receive the following error message. I
definitely seems like a setting issue. Would really appreciate a solution for
this..
System.IO.FileNotFoundException: File or assembly name ktqipm7... more >>
Web service calls...
Posted by MichaelY at 1/21/2005 3:11:02 PM
Looking for some best-practice advice....
Let's say I have an W2k3 / IIS 6.0 box that is running a website with 2
vdirs (seperate applications) underneath it. Each of these vdirs is in it's
own application pool (so I have 2 w3 workers). What are the potential
problems / issues / benefits ... more >>
Installing WSE 2.0 silently
Posted by Ray Cuadra at 1/21/2005 11:13:01 AM
Is there a way to silently install WSE 2.0?... more >>
The underlying connection was closed: The request was canceled.
Posted by MrDotNet at 1/21/2005 10:49:01 AM
Hi
help.............
I am get that error in remote object host in IIS.
Server side setting is
Windows Server 2003 Frame work 1.1
IIS Virtual directory is
Basic authentication(Password is sent in clear text)
Client side.
Passing NetworkCredential.
--
-MrDotNet MCAD, MCSD
Sr. So... more >>
ODBC connect to WebServices Dataset
Posted by jkupch at 1/21/2005 9:55:02 AM
We have published a dataset through WebServices.
Our .Net developers have no problem accessing the data. However, some of
our clients use MSACCESS or EXCELL and would like to access the dataset. Is
there a way to easily connect to the WebServices from these applications?
... more >>
WS Dates off by 1, HELP
Posted by JP at 1/20/2005 4:01:01 PM
I have a WS that returns a dataset. When I serialize the data and display in
on the screen my dates always seem to be -1 or +1 of the date I exspected.
1/11/2005 10:00:00 PM
where should have returned 1/12/2005
However if I execute the WS directly the dates are correct.
<IssueDat... more >>
How to: Handle and process own url-path as webservice
Posted by Topper at 1/20/2005 11:57:24 AM
Hello all.
Standart request for webservice looks like http://127.0.0.1/service.asmx .
I wouldn't use asmx-file as http handler - how i can to process
http://127.0.0.1/service request as request to my WebService
(mywebservice.dll )?
P.S.
I use own host server like Cassini.
Thank you.
... more >>
problems deserializing response from web service
Posted by Railinc at 1/20/2005 9:47:07 AM
Hi...
I'm trying to write a web service client and am running into a problem with
getting a response back from the server. I know that a full xml message is
being returned (thanks to a tcp/ip sniffer) but in VS.NET all I get is a null
reference.
The server is a java program running on w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Bringing up the New Virtual Directory Properties dialog
Posted by Edward_j_51 at 1/20/2005 1:55:03 AM
I want to bring up the "New Virtual Directory Properties dialog" from within
the IIS Virtual Directory Management for SQLXML 3.0 snap-in. To do this I'm
suppoded to expand the <COMPUTER NAME> node in the tree view to display the
"Default Web Site" item (according to the text of Roger Jenning's... more >>
Token in soap request without WSE
Posted by was19 NO[at]SPAM gmx.de at 1/19/2005 11:23:38 PM
Hi guys,
How can I add a security token for example a saml-token (if I have
one) to a soap request without the web services enhancement? Is it
possible?... more >>
how to send and recieve objects to java web services from .net cli
Posted by Kiran at 1/19/2005 9:55:02 PM
how to send and recieve objects to java web services from .net client... more >>
Assembly not found : unhandled exception
Posted by Parag Mahajan at 1/19/2005 3:55:06 PM
Hello,
I am using VS.Net 2003 1.1 framework.
I have a VB.Net client project consuming Axis 1.1 web service.
Whenever I try to create an instance of the WebService, I get the following
unhandled exception.
Unhandled Exception: System.IO.FileNotFoundException: File or assembly name
dyz_s_41.... more >>
calling java webservice from .net
Posted by mp at 1/19/2005 12:50:59 PM
I am trying to call a java web service from c#.
can anyone direct me to a sample on this?
if i install wse 2.0 on the client would I be able to capture my soap
request to the server? i tried this but didnt work,
is there a way of capturing the soap request and response other than wse
2.0?
Th... more >>
How to call web service in client side?
Posted by Lawrenz at 1/18/2005 8:57:02 PM
Im a beginner in web service I would like to know how to call web service
method using a client side script and also how to put the returned xml into a
record set?
Can anyone help me on this and kindly give an example.
Thanks
... more >>
unauthorized Webserice call
Posted by ALI-R at 1/18/2005 1:44:09 PM
Hi All,
I have a webservice on a win 2003 server and I'm trying to call it from
another win2003 server which is hosting my sharepoint portal server.
I am trying to call that webservice from a webpart but I get this error
which says :
System.Net.WebException: The request failed with HTTP sta... more >>
Can't create web service with wizard in VS.NET
Posted by Opa at 1/18/2005 1:43:10 PM
Hi,
Been stumped for many, many hours trying to create a web service project. I
greatly appreciate any help.
I get an error everytime I try to use the Visual Studio.NET wizard to create
a Web Service. The error is:
Visual Studio.NET cannot create or open the application. Website
'htt... more >>
Tracing soap requests
Posted by Tim Mavers at 1/17/2005 11:08:48 AM
Is there an easy way to turn on soap tracing of some sort for a web service?
We have built a web service (in production) that is experiencing problems
for a client. Is there an easy way we could enable some sort of tracing so
we could view the entire HTTP request (and payload)?
I would pr... more >>
handling class declarations generated by proxy
Posted by TS at 1/17/2005 10:05:55 AM
Hi, i have some common classes that i pass from my client app through the
web services to my server side app. I have their assembly referenced in both
places. The proxy automatically creates its own class definitions for all
objects used as params to the web service. A MS professional helped set ... more >>
Login from webservice
Posted by was19 NO[at]SPAM gmx.de at 1/17/2005 8:13:30 AM
Hi guys,
I have a web service which is protected by WSE with a usernametoken.
The user is calling the web-service and the web-service should
automatically login the user to the site with the web service. But
how?
The login should not be used with http-post directly. He must use the
web servi... more >>
Unable to import binding '...' from namespace
Posted by kent.anderson NO[at]SPAM gmail.com at 1/17/2005 7:22:12 AM
I am getting the following error when attempting to generate C# proxy
code with the wsdl.exe tool:
Error: Unable to import binding '...' from namespace
'...'.
- Unable to import operation '...'.
- The element '...' is missing.
* I have removed the name of the web service, operation and eleme... more >>
Weahter forecast web service???
Posted by Selçuk Giray Özdamar at 1/16/2005 12:51:17 PM
Hi,
I'm looking for a public web service about the weather forecast ,
(for all of the cities in the world), is there any web service?
Thanks...
... more >>
System.Net.WebException: The request failed with HTTP status 400
Posted by Sean Feldman at 1/16/2005 12:53:01 AM
Hi,
I'm expiriencing something interesting with my web service & desktop client
application. When running desktop client on Windows XP or Windows 2003
everything works just fine. But when doinf the same from Windows 2000 Server,
it fails with "System.Net.WebException: The request failed with ... more >>
Prohibitors of Development and deployment of XML web services - what are they?
Posted by EmJayEm at 1/15/2005 5:49:09 PM
Prohibitors of Development and deployment of XML web services
- What are they?
... more >>
WSE 2.0 HOL Current User\Other People store not found
Posted by Bill44077 at 1/15/2005 7:39:06 AM
Hello,
I read and ran the procedures from the Hands on
Labs and it worked perfectly on my XP systems.
However, on Windows 2000, the Current UserOther people store is not visible
with the MMC snap ins. It is visible via internet explorer
(tools\options\contect). When I attempt to import th... more >>
|