all groups > dotnet web services > december 2006 > threads for december 1 - 7, 2006
Filter by week: 1 2 3 4 5
Web Service Software Factory Problem
Posted by Nilkanth Desai at 12/7/2006 8:29:00 PM
Hi,
I am using Web Service Software Factiry July 2006 edition. I have
succflly created one small project with Client side imlementation. But While
Calling a service methid on pressing Save button on Client Form I am
receiving exceotuin as below.
System.Web.Services.Protocols.SoapExc... more >>
2.0 web service msi
Posted by phaniva NO[at]SPAM gmail.com at 12/7/2006 1:53:32 PM
I have a 2.0 web service. When I do a direct copy solution folder to a
different machine the web service works. I have created a web
deployment project and web setup project in VS 2005 to create a msi.
When I install web service through msi I get the below error
Binary format of the specified ... more >>
Slow web service response times
Posted by lowlyscrub at 12/7/2006 8:24:52 AM
I have an ASP.NET application that makes 12 different web service calls
from a single method call. Each of the web services themselves don't
do much more than run a small query (I've run the queries elsewhere and
they complete virtually instantaneously) on some database and return a
dataset. ... more >>
SSL Webservices through Proxy Server : Does anyone have a definite answer on whether it is possible or not ?
Posted by pthomet NO[at]SPAM gmail.com at 12/6/2006 3:35:06 PM
Another formulation of the message tittle could be :
is it really "safe" (in the business sense) to embed a SSL webservice
consumer into any given software, given that any time a proxy server
will be encountered, then the call will fail (based on my knowledge) ?
....Different Player, shoot ag... more >>
SOAP Webservice C# / Axis2
Posted by Florian Grousset at 12/5/2006 4:17:52 PM
Hi,
I'm trying to code a simple C# SOAP client wich query an Axis2 Java SOAP
Server.
Server side code has been generated from a WSDL file.
SOAP requests and responses must both contain a simple String array (not
very diffucult I think !).
What I've done :
1. WSDL file writing (see at ... more >>
Webservice Installation
Posted by Samuel Shulman at 12/5/2006 3:29:27 PM
Does webservice require a separate installation or it can run as another
page within the website
Thanks,
Sam
... more >>
Ticket persistence
Posted by Max André Bündchen at 12/5/2006 3:08:52 PM
In a custom application the web methods receive a user ticket in Soap
Headers. This web methods call many bussiness methods to access database,
validate user rights and so on. Today I must pass the ticket from web
methods to all this bussiness methods as a parameter. How include this
ticket ... more >>
Web services accessibility
Posted by Samuel Shulman at 12/5/2006 1:36:01 PM
Hi all
I need to implement functionality for a wide range of user (which I can't
anticipate at this point who are they going to be and what technologies they
will be using)
The question is whether web services are accessible to all development
environments or only to some.
Thank you f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Handling DOT in Method Name
Posted by Microsoft Newsgroups at 12/4/2006 2:02:21 PM
I am trying to consume a web service where there is a dot in the method name
as defined in the portType and binding section of the WSDL file. Here is an
example:
<operation name="soapserver.login">
The WSDL.EXE tool correctly removes the dot when creating the C# method
name, resulting i... more >>
Web Service Security
Posted by romeel_k NO[at]SPAM yahoo.co.uk at 12/4/2006 7:51:51 AM
Hello,
I am designing a web service which is to be consumed from a external
web site.
Now i have a problem. The web service is to provide certain information
required by the external party/website. Now i currently have a Web
application
that provides pages that provide the data this new web ... more >>
resend: How to call Web Service from AIX
Posted by deRun Chin at 12/3/2006 10:13:00 PM
Hi,
I want to call .net web service from my AIX C application,not using gSOAP.
The web service is developed in VS.Net and running on Windows server2003;
Now I want to call the web service form C application on AIX 5.
How to do it and is there any tool kits for this problem?
... more >>
WebService Problem on Windows Server 2003
Posted by Mahesh Devjibhai Dhola at 12/3/2006 12:00:00 AM
Hi,
Scenario:=20
The webservice was developed on windows 2000 Pro and deployed previously =
on windows XP pro for testing. We have tested for many days. The client =
for that service was 30+ and accessing the webservice each min. It was =
working 100% fine.
Problem:=20
But now in actual dep... more >>
|