Create WSDL at each request (ASP.net 2.0)
(3 messages)
Date: Tue, 31 Jul 2007 09:41:23 -0600
Using a SoapExtensionReflector I'm making some adjustments to some the wsdl
document auto generated by asp.net. It seems as the wsdl is being cached
thus only showing the original modifications.
How do I disable any caching ...
|
Love Taboo Forum Now Open to the Public! 5% Off
(1 messages)
Date: Mon, 30 Jul 2007 17:40:38 -0700
Hi Folks,
Is anyone sick of the junk bb's online? I found a new bb
that is amazing to say the least. They have all kinds of
adult topics that you can post to once you register. They
give you all kinds of posting options ...
|
Asynchronous Web Services calls with Impersonation
(1 messages)
Date: Sat, 28 Jul 2007 10:49:54 -0700
Hello,
I have a problem with Impersonation with ASPX pages running with
Impersonation that call Web Services Asynchonously that the
Impersonated credentials are not passed to the Web Service when called
with the Begin ...
|
Access web service using PPC emulator
(1 messages)
Date: Fri, 27 Jul 2007 02:39:21 -0700
Hi,
I noticed that some people have problems writing a Pocket PC (PPC)
program that access the web service in the same notebook. Symptoms
are: cannot contact web service, intermittent problems accessing the
web service, ...
|
How to have input for web service page
(1 messages)
Date: Fri, 27 Jul 2007 02:13:49 -0700
Dear all,
I want to create web service which will allow user to input
two values. I do not want
to create asp.net page to have form to let the user input function.
What I have seen is that
when user access ...
|
SPN Need Help
(1 messages)
Date: Thu, 26 Jul 2007 19:05:28 -0000
We have 3different webservices running on one server, lets say
Service_A
Service_B
Service_C
Each of these services run under their own Application Poll A, B and
C.
Now all the services run under the same Domain USer ...
|
Gettine Error : 'document.calcForm.from' is not null or not an object
(1 messages)
Date: Thu, 26 Jul 2007 18:10:12 +0530
Hai all
When running the a web application , i am getting error as problems with
this Web page might prevent it from being displayed properly or funcctioning
properly .In the future ,you can display this message by double ...
|
Launch signtool in a Web Service
(2 messages)
Date: Tue, 24 Jul 2007 06:54:01 -0700
Does anybody know how to launch correctly signtool.exe inside a Web Service ?
I'm having headache trying....
For security and authentication reasons I use Impersonation. (configured in
web.config file). I've create a ...
|
Website design
(1 messages)
Date: 23 Jul 2007 12:50:24 -0700
Title: Website design , Application Development ,Video and Flash
Multimedia
Clintonandbrown is a bespoke Web Site Solution Design company that has
customer service at its focal point. Our individually created, branded
web ...
|
Problem retreiving data from Soap message
(1 messages)
Date: Mon, 23 Jul 2007 13:11:52 -0000
Hello,
I've written a webservice in Asp.Net that has to retreive data from a
soap message.
See below for the example soap message:
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas ...
|
|
Server did not recognize the value of HTTP Header SOAPAction
(1 messages)
Date: Mon, 23 Jul 2007 06:00:01 -0700
Hi,
I try with the following Java code to call a .NET Webservice method:
String endpoint = lblURL.getText();
Service service = new Service();
Call call = null;
...
|
How to call a .NET WS from Java??
(4 messages)
Date: Mon, 23 Jul 2007 02:16:02 -0700
Hi,
I try to call a .NET Webservice from Java. Can anybody give me a tip how to
do this?
Christian ...
|
Application.Lock()/UnLock() or lock(Application)
(3 messages)
Date: Mon, 23 Jul 2007 00:51:45 -0700
Hello
Is there a difference between:
1.
Application.Lock();
try {
//...code
}
finally {
Application.UnLock();
}
pattern and
2.
lock(Application) {
//...code
}
?
I read on MSDN (http://support ...
|
webservice servicing multiple object instances.
(3 messages)
Date: Sat, 21 Jul 2007 23:16:58 -0700
Hi,
I have a webservice that provides access to multiple object instances.
Now from client I want to channel the calls to specific objects. I
could think of 2 options
1. The url for the service could take in the objectId ...
|
Web based timesheet application
(1 messages)
Date: Sat, 21 Jul 2007 20:08:33 +0500
http://www.livetecs.com
TimeLive Web Collaboration Suite is an integrated suite that allows you to
manage project life cycle including tasks, issues, bugs, timesheet, expense,
attendance.
TimeLive is available in two ...
|
How to send up a multi-dimensional array in a property of type system.object?
(3 messages)
Date: Thu, 19 Jul 2007 15:20:54 -0000
I have a web service that returns Field[][]. The Field object contains
Name (type string) and Val (type object).
I am using it to return back a user-defined selection of properties of
an task object, hence Val being of ...
|
web services
(2 messages)
Date: Thu, 19 Jul 2007 05:54:02 -0700
hi,
i need to check the availability of my web service....
how can i do that.
i dont want to call any of the methods present in web service to test
availability..
i just want to ping to the web service....how can i do that....
...
|
Reading CDATA with asp.net webservice
(1 messages)
Date: Thu, 19 Jul 2007 09:25:31 -0000
Hello,
I'm relatively new to webservices.
Now I've created a webservice that has to read a xml document within a
CDATA section of a soap message. See an example below:
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope ...
|
rising process time of a webservice
(6 messages)
Date: Thu, 19 Jul 2007 09:16:21 +0200
Hello NG,
I have a problem with a webservice on my server: the process time is rising
when the are multiple requests.
This means with one request the answer comes after about 500ms. When i have
5 concurrent requests ...
|
CurrencyDecimalSeparator
(1 messages)
Date: Wed, 18 Jul 2007 22:58:02 -0700
Hi,
I have webservice that return some results, some of then are numbers to
string,
When I distribute the application (webservices), some computers returs
numbers like
123.20
and some computers
123,20
I ...
|