all groups > dotnet web services > july 2006 > threads for july 15 - 21, 2006
Filter by week: 1 2 3 4 5
soap service in standalone app
Posted by Rob Frohwein at 7/21/2006 7:50:42 PM
Hi,
In an C# appl I need a soap service to be called by other (unix) systems.
In Visual Studio .NET it seems only possible to create a soap
service as an .asmx file to be used in IIS.
Does anybody know how to create a soap service to be run in a
application (thread) ? (thus *without* IIS)
... more >>
Webservice and Input Parameters
Posted by Anthony Biondo Jr at 7/21/2006 3:50:26 PM
Hi Everyone:
I noticed when I am debugging my web service if I do not provide it with a
value for a a input field that is a datatype Integer it throws an error like
the following. My question is, how do I trap this since it is happening on
the input? Has anyone encountered this issue?
tha... more >>
Best way to pass a Dataset to a WebService
Posted by Deecrypt at 7/20/2006 3:37:41 PM
Hi,
I'm a newbie to the Web Services topic. I have an ASP.NET website and
am trying to send a Dataset from it to a WebService which should insert
all the data from this DataSet to an Access database. Also I'm working
with untyped datasets. I have read some topics in this newsgroup. One
sugg... more >>
What is the best way to secure Web Services
Posted by Anthony Biondo Jr at 7/20/2006 11:47:03 AM
Hi Everyone:
We are looking to start writing some web services and I was wondering what
the standard practices for securing web services out there. I was thinking
that we could create a business partner id and password and authenticate
against a sql database. Can anyone tell me what they are... more >>
What could be causing this error ?
Posted by acteon at 7/20/2006 8:27:20 AM
I've sucessfully installed a web service on a colleague's computer and
it works but on another colleague's computer, looking at:
http://localhost/myCompany/myService.asmx
gives the following error:
<%@ WebService Language="c#" Codebehind="MyService.asmx.cs"
Class="MyCompany.MyService" %... more >>
How to ensure my WS will be consumable by J2EE and others
Posted by Mr.Underhill at 7/19/2006 8:15:02 PM
I'll like to build a WS that will be consumable by Java and other development
languages.
Can I use WSE 3.0? Or this is Microsoft only?
If WSE is not supported outside of Microsoft, what should I use for security
that is highly standard?
What documentation/guidance or links do you have ... more >>
2.0 Web Service Question
Posted by watte at 7/19/2006 11:11:02 AM
Hi,
I am starting to work with VS 2005 and I have created a Web Service. I want
to move the web service to my web server...but, I can't figure out where the
dll is placed when I build the project? There is no \bin folder present in
the asp.net web service project.
Is it still the same... more >>
Webservices and writing to files
Posted by morten.langer NO[at]SPAM gmail.com at 7/19/2006 5:44:44 AM
Hi NG,
It was my understanding that in order for a webservice to be able to
write to a file on the webserver, the ASPNET-user should have write
privileges on the file. Is this correct?
My problem is that I have a logfile that the webservice needs to be
able to write to. However, adding the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Upgraded Web Service from VS2003 to VS2005 and all Hell breaks loose!
Posted by Joseph Geretz at 7/18/2006 2:10:48 PM
OK, I'll admit it up front - I just don't get it.
Here's our previous VS2003 development model. Developers develop the WS
solution on their own workstations, using their own IIS web servers mapped
to the local devleopment folder. Project compiles to a subfolder .\bin. To
deploy, the asmx pa... more >>
How to expose a database from a Web Service?
Posted by MisterT at 7/18/2006 9:31:02 AM
Hello,
I have a web service that updates an SQL database thru a web service. I
would like to expose the database table so I can easily add it as a Data
Source in VS 2005 to program the web service client.
Any ideas how to do this?
Thank you,
Tom
... more >>
I set my Web application in offline mode ,but I still can not reopen this application without active network link.Who can give me any advice about it
Posted by msvs NO[at]SPAM newhua.com at 7/18/2006 4:45:51 AM
Array
Posted by Baren at 7/18/2006 12:02:01 AM
Hi!
Can we return an Array of object from a Webservice? If anyone can provide
some example that will be very nice.
Thanks in advance.
Baren... more >>
Proxy generated by VS 2005 from Java web service WSDL has camel case class and property names
Posted by Jon Miller at 7/17/2006 5:29:56 PM
Hi,
I created a web service using Java/JAX-WS. I'm able to consume this web
service using VS 2005 and .NET without a problem. However, the class and
property names that were generated for the proxy are in camel case. i.e. the
first letter is lower case rather than upper case. Does anyone kn... more >>
Webservice for J2EE & .NET application
Posted by jaydev at 7/17/2006 3:22:06 PM
Hello,
I want to create a header and footer control which will be used in
both the java and .net application. We are planning to create a
webservice for this in C#. I am familiar in creating a webservice , but
not sure how to create something compatible for java team (J2EE). Java
team needs t... more >>
.NET WS client connecting to Axis WS - credentials problem
Posted by David R at 7/17/2006 1:20:01 PM
I am writing a .NET web services client that is calling an Axis web service.
I have two questions.
1. The following code should set the authentication; when I call a method
on the web service, the call fails with "bad username/password".
// wrWorkReq is the name of the service
wrWorkR... more >>
Sending SoapEnvelope to Web Service
Posted by Anbu at 7/17/2006 3:44:24 AM
Hi All,
I have a interceptor application which intercepts the web service
called from one site to another.
Is it possible for me to send a SoapEnvelope, which was received from
the prior application to the web service? If so, how this can be
implmented?
Thanks in Advance.
... more >>
Passing a String variable to a Web Service
Posted by Deecrypt at 7/17/2006 12:32:18 AM
Hi,
Passing a string parameter to a webservice to get the dataset generated
as the result, seems to give me an error suggesting that no parameter
is being passed. However it works if I explicitly state the value as
the parameter. Code in Csharp being developed in VS2005 for ASP.NET.
Below is ... more >>
How to Add an new SOAP header envelop to a SOAP header?
Posted by Peter van der veen at 7/17/2006 12:00:00 AM
Hi
I have a problem in VB.net 2.0
We are using a third party webservice.
I have loaded the wsdl file and can access the functions the service
has.
Now this party wants that we add a SOAP header element named 'Vendor'
so that they can distinguis which vendor called the webservice.
How ... more >>
Multiple Web Services on the Same localhost
Posted by Deecrypt at 7/16/2006 8:51:21 PM
Hi,
I'm creating an ASP.NET website in Visual Studion 2005 using Csharp and
have added Web References to "two" Web Services running on my localhost
(Both WebServices and ASP.Net website are on the same machine). Even
though the Web References exist, I am unable to consume the second Web
Servic... more >>
Parsing the data from a webservice
Posted by irishdudeinusa at 7/16/2006 10:53:32 AM
Hello Everyone,
I have been working a webservice where I can use it in other
applications that I am working on. However, I am running into a problem
with the data returned and I was wondering if someone could help.
This is the code for the method that I call
<WebMethod()> Public Functio... more >>
.net 2.0 asynchronous call did not work.
Posted by kkao77 at 7/15/2006 10:36:10 AM
Someone help me please.
I've tried to write an asynchronous method, but it didn't call my web
service, do I need to do something in my webservice project to make it
work?
or if there is something wrong with the code that I have below.
Thanks..
The following are my two methods where one i... more >>
|