all groups > asp.net webservices > august 2007 > threads for august 22 - 28, 2007
Filter by week: 1 2 3 4 5
I am planning to learn ASP.net and do project for my Final SEM of MCA
Posted by shiman999 at 8/28/2007 5:34:43 PM
HI,
I am planning to learn ASP.net and do project for my Final SEM of MCA,
i was looking for the software or ide where i can write this programs
and compile and execute them, where can i get the Free downloads,..
can any body help me to get the software for free.. where i could
learn and do m... more >>
Microsoft SOA
Posted by Dave T at 8/28/2007 2:16:01 PM
Can anyone point me to something that pretty clearly defines what Microsoft's
vision of Service Oriented Architecture is and how they suggest you implement
it (best pactices maybe)?... more >>
Request timed out error only when running release mode not debug
Posted by TimG at 8/27/2007 2:02:10 PM
I have a web service that performs a long running task (typically 10-20
minutes) via an async call. When I run the web service either within the
debugger or with Debug=True it works as expected. When I run it with
Debug=False it gets a HttpException, Request timed out after 5 minutes.
I h... more >>
Preventing Escapes in Post
Posted by SevDer at 8/26/2007 2:49:15 AM
Hi,
I am trying to consume the webservice which is written with Java through the
provided wsdl & xsd definitions.
However there is a slight problem.
Problem is, they are expecting a clean XML but .NET converts my query XML
into escaped form into the SOAP body which makes their service to ... more >>
XMLHTTP call to C# Webservice in Javascript passes null parameters
Posted by magister pips at 8/24/2007 9:45:32 AM
Hello, I have encountered some strange behaviour when using the
XMLHTTP Request object in Javascript to return xml from a C#
Webservice Method. I create a SOAP envelope and send it off to the
Webservice, which I have debug points in, which when hit I can see
that all the parameters are coming t... more >>
Using a Web Service call within a VB Module
Posted by Kirk at 8/24/2007 6:54:20 AM
I have a WS called "IWeb", which I define within the page class like
this:
Dim service As IWeb.WebService
I then have a button that calls the web service like this:
Dim header As IWeb.IWebAuthendicationHeader = New
IWeb.IWebAuthendicationHeader()
Dim strName As String = Request.ServerVar... more >>
Web service URL handling
Posted by sven.braem NO[at]SPAM gmail.com at 8/23/2007 3:01:54 PM
Folks, strange issue... We have a web service installed in our dev
environment and it works fine. Installed it on 2 servers for testing
and again fine. Now on production it works on 1 server and fails on
an other one!
The URL http://server/service/service.asmx works fine, it lists the
funct... more >>
Web service convert to VS2005 web service
Posted by Harry Simpson at 8/23/2007 11:16:23 AM
I've upgraded a webservice project from VS2003 to VS2005. In my VS2003
solution I created a handy msi install for the webservice that always worked
fine.
In my VS2005 solution I also created this msi install for my VS2005
Webservice app. The web service works fine in the IDE in debug run ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
exception on Response Envelope, Error in XML-document
Posted by msdnuniv at 8/22/2007 3:30:59 PM
Hello!
i am desparetely trying to consume a PHP Webservice in VB.NET 2005.
I can add the webreference, compile without errors and see the methods of
the webservice.
But on runtime it tells me {"There is an error in XML document (6, 62)."}.
Inner Exception:
{"Cannot assign object of type Sys... more >>
|