all groups > dotnet web services > april 2006 > threads for april 22 - 28, 2006
Filter by week: 1 2 3 4 5
Sending data over internet using web service
Posted by Jonathan Woods at 4/28/2006 9:29:07 PM
Hi there,
I have encountered problem of losing data sending over internet using
web service. I consume web service that connected Oracle Database. I
submit 687 SOAP Messages to 1 Web Method concurrently. (With
synchronize method)
[WebMethod]
public bool SubmitDPSuccessResult(string dpNo,... more >>
Wati for SOAP response
Posted by Sagaar at 4/28/2006 2:04:01 PM
Hi
I want to wait for SOAP response for 10 sec if it doesnt come up I want to
cancel and notify the user...
how to do this in asp.net using c#..any ideas?
Any pointers, links
Thn in advace
Sagar... more >>
Access web service from a COM dll
Posted by eric.kirkham NO[at]SPAM gmail.com at 4/28/2006 1:15:52 PM
Hi,
I'm new to posting on this group so I'm sorry if this post should be
directed to another, more appropriate, group. In any case, I've been
working on adapting a COM dll developed by someone else to access a web
service.
It works like this...a program (that I can't modify) calls a COM dl... more >>
WinFX Download
Posted by salman.rahmat NO[at]SPAM gmail.com at 4/28/2006 11:26:20 AM
Hi there,
I have faced a problem in instailling hte WinFX. I have downloaded the
original file but when it begins downloading the call to the server
fails several times before it ends. Anyone faced the same problem?
Regards
... more >>
Forcing single in-line web service execution?
Posted by eross NO[at]SPAM cots.com at 4/28/2006 8:12:56 AM
Noob here,
I am trying to manage calls from multiple clients to my web service by
only letting one execute at a time and forcing the others to wait.
Code is as follows:
------------------------------
<WebMethod()> Public Function myFunction(ByVal sXMLData As String) As
String
Static D... more >>
How to write a webservice that only uses http and xml(no soap) and require client authentication?
Posted by jens Jensen at 4/28/2006 12:00:00 AM
Hello,
I need to write a webservice. That can be posted to the webservice using
http post.
the data is only xml. The user must provide a username and paswword.
where can i see example of such a scenario?
Many Thanks
JJ
... more >>
Problem adding a web reference - VS.Net 2005
Posted by Monty at 4/27/2006 12:35:10 PM
VS.Net 2005 on Win XP SP2
I'm trying to add a web reference to an external SOAP application written in
RemObjects, but when I attempt to add the reference I get an error message
saying "The proxy settings on this computer are not configured correctly for
web discovery. Press F1 for more inform... more >>
How to map XML to .NET class?
Posted by Zean Smith at 4/27/2006 11:24:25 AM
I was given an XML (see below) already in string format, is it possible to
map the data to an Array of a .NET class? I read some article about
XMLDataDocument and XMLReader, but never talk about mapping... help.
It would be cool if I can get data fill out like this from XML..
((myclass)... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Cheap .NET hosting??
Posted by David++ at 4/26/2006 6:26:01 AM
Hi folks,
Anyone know of any cheap(ish) Web hosting packages out there for hosting
..NET web services?
Thanks for any tips!
David... more >>
How to generate web service code from wsdl?
Posted by Sek at 4/26/2006 1:33:31 AM
Folks,
>From my understanding of web services, an ASP.net C# web service is
written first and .wsdl file is made available to the client.
The client generates the proxy class code using the .wsdl file.
In my situation, i have a .wsdl file alone. Is it possible to create
the signature of w... more >>
Webservices and TableAdapters
Posted by William Buchanan at 4/26/2006 12:00:51 AM
Hi folks
There is lots of information on how to work with table adapters and Windows
forms, but very little for web services.
Can anyone point me in the direction of the best way to create a web service
which will use the new table adapters, etc, and a client which will consume
the servi... more >>
help with service on win 2003 server x64
Posted by Sedgehog at 4/25/2006 3:39:01 AM
hi
I am having a problem getting my web service to run on server 2003 x64. The
web service uses some dlls and these are 32-bit dlls. When running the web
method which uses these dlls, I get the follwing error
An attempt was made to load a program with an incorrect format.
Does anyone h... more >>
Web Service Proxy -- Begin/End pattern?
Posted by D.J. Heap at 4/24/2006 5:43:02 PM
Is there a way to get VS2005 to generate the Begin/End pattern (as VS2003
always did) for async web service calls rather than the
MethodAsync/MethodCompleted pattern when adding web references?
The MSDN documentation seems schizophrenic and references both patterns, but
I can't find a way t... more >>
Problem with Web services
Posted by salman.rahmat NO[at]SPAM gmail.com at 4/24/2006 2:43:19 PM
hi there
I am using MapPoint Webservices in my navigation application using
VS2003 and some others using VS2005. The problem is that when I call a
web service sometimes it gives me the results (rarely) and often it
gives me the error of time-out.
I searched about the probelm and found in some r... more >>
How to compress a soap message?
Posted by Fariba at 4/24/2006 1:14:02 PM
Is there a way that I can compress my binary data inside my soap message?
Thanks ... more >>
VS2005 WebService Debug against VS2003
Posted by Craig at 4/24/2006 10:46:02 AM
Hi All,
Not too long ago, I posted a question about any known issues of a VS2005
application calling a VS2003 web service. We narrowed it down to an issue
with VS2005. If our customer runs their application outside of VS2005, it
works. If he runs it in VS2005, the webservice call will ti... more >>
SQL XML Bulk Load VB Web Service Error
Posted by Andy Hunt at 4/24/2006 5:31:01 AM
Hi,
I am having a problem with SQLXML Bulk Load inside of a web service ( also
inside of a basic aspx page). I have a WebMethod in a web service that
makes a call to bulk load. This works perfectly on my local test machine (it
has VS 2005, SQL Server 2005 Ent, SQLXML 4.0 Libs and standa... more >>
Keepalive = false 401 Access Denied
Posted by okaminer at 4/23/2006 11:34:51 PM
Hi
This is for the experts
I have override the GetWebRequest method and set the keepalive property
to false in order to overcome a certain in .NET web service problem.
My problem now is that when I set keepalive property to false I always
get 401 exception access denied.
It seems that the ... more >>
|