all groups > asp.net webservices > february 2007 > threads for february 15 - 21, 2007
Filter by week: 1 2 3 4
MSDiscoCodegenerator Failure with Java Axis
Posted by lucius at 2/20/2007 3:13:53 PM
I have a working Java/Axis 1.4 web service running. With Visual Studio
2005, if I try to create a web reference and refresh the Axis service,
I get this error:
The custom tool 'MSDiscoCodegenerator' failes. Unabel to import
binding 'TestSvcSoapBinding' from namespace
'http://testxspace/test... more >>
Undefined Value Parameters
Posted by jeff NO[at]SPAM cumpsty.co.uk at 2/19/2007 6:39:23 AM
I have a web service, which I have written. It is being called By a
client who used Apache Axis version: 1.2alpha.
When I place a breakpoint in the web method, my parameter is
identified as "<undefined value>".
I thought it might have been the SoapParameterStyle settings but I
have tried a... more >>
Cant access ASP.NET Services
Posted by Rahul at 2/18/2007 6:58:03 PM
While i try to create new ASP.NET Web Services This message appears:-
""Visual Studio.Net has detected that the specified web server is not
running ASP.NET Version 1.1. You will be unable to run ASP.NET Web
Application or services""
Please Help me. And this is the first time i am using thi... more >>
Can any body post me some link's to start Webservices
Posted by Prasant at 2/17/2007 12:41:00 AM
hi
i am new to webservices
i wanted to start webservices ..
Can any body post me some link's to start Webservices... more >>
Missing Begin and End Methods
Posted by Jon at 2/17/2007 12:00:00 AM
I have a solution that contains a class library and a web service project
When I add a web Reference in the Web Service project I get a Begin and End
Method for Async calls.
When I add a web reference to the same service in the class library I don't
get these Begin and End methods.
Anyone k... more >>
email
Posted by Jaez at 2/17/2007 12:00:00 AM
I am new to asp.net 2 and am struggling with emailing to a list of
addresses
I can send emails OK using:
Dim MailObj As New System.Net.Mail.SmtpClient
MailObj.Send(EmFrom.Text, EmTo.Text, EmSubj.Text, EmMsg.Text)
but I seem to be unable to detect if an email fails to send ie if the
ad... more >>
CacheDuration
Posted by deja NO[at]SPAM 2bytes.co.uk at 2/16/2007 2:05:59 AM
if my webmethod parameter is an object, it doesn't seem to cache the
output even though the xml serialised version of this object is the
same as the previous call. Is this right?
if I call the same web method with two different RequestObjects(see
below) but both with the same attributes like s... more >>
WSE 3 error in InitializeSecurityTokenManagers
Posted by BigDave at 2/15/2007 3:14:18 PM
All,
In my WSE-enabled web service, I can't get past an "Object reference
not set to an instance of an object." error in
InitializeSecurityTokenManagers. I use a Policy file and certificate
authentication. I've tried running the AppPool as an admin, and I've
created and tried various certs.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|