all groups > dotnet web services enhancements > march 2007
System. Web. Services. Protocols. SoapException: Server was unable to process request.---> Object reference not set to an instance of an object.
Posted by Florencio Laso at 3/27/2007 12:42:34 PM
Hola to all:
We have created a service web that works perfectly while is invoked in the
localhost of the machine of development or from the IE of the servant where
we have published it. Nevertheless, if we create an application client who
does a call to the same one, it returns the following ... more >>
WSE 3.0 usernametoken config error
Posted by scham at 3/22/2007 10:10:49 AM
have a web service using wse 3.0, usernameforCertificateSecurity, and a
custom usernametokenmanager. If I run the web service and a client on my dev
machine it works fine, but now I have moved the web service to another
machine and wse is puking on me.
I have the certificate set up corr... more >>
WSE2 SP3 and VS 2005 - tips please!
Posted by chrisexentra NO[at]SPAM newsgroups.nospam at 3/21/2007 3:48:05 PM
Hi,
Someone else asked the same question, but received no replies.
I am about to embark on updating an existing .NET 1.1 Smart Client
application that uses WSE2 SP3 to .NET 2.0 in VS2005. At this stage I cannot
update to WSE3 as all webservice endpoints are WSE2 SP3.
Does anyone that ha... more >>
Hands on Lab 301: Advanced WSE 3.0 Messaging: SMTP Transport
Posted by rmgalante NO[at]SPAM yahoo.com at 3/11/2007 8:25:20 AM
I was working with Lesson 1 of the Hands on Lab 301, Advanced WSE 3.0
Messaging. This lesson describes how to implement an soap smtp
transport for messaging. It advises you to use your smtp and pop
servers. It works.
But be careful. When the soap smtp service reads your pop account, it
delete... more >>
WSE Settings 3.0 problems (Soap protocol factory)
Posted by Alec MacLean at 3/8/2007 1:32:24 PM
Hi,
I'm very new to the WSE subject, but I seem to be having an issue which so
far as I can tell shouldn't be happening.
Dev PC and Visual Studio config:
- XP Pro on an AD network
- Office 2003 Pro
- VS 2005, with SP1
- WSE 3.0
- VSTO 2005, with SP1
- VSTO 2005 SE
- Dundas Charting (A... more >>
Creating MTOM attachment from small text file
Posted by yewen at 3/6/2007 2:56:10 PM
I'm writing a .NET 2.0/WSE 3.0 client to Apache Axis2 v.1. web service server.
(the server may not be relevant to the problem I'm having) here.
I found a problem which MTOM attachment support of .NET 2.0/WSE 3.0. If the
attachment is a text file and the size of the attachment file is small tha... more >>
Not able to configure web service to use WSE 3.0
Posted by shruti.dabhade NO[at]SPAM gmail.com at 3/6/2007 7:29:58 AM
Hi
I am working on Windows XP SP2 m/c. I'm trying to configure the "hello
world" web service to use WSE 3.0 following the instructions as given
below -
To specify that a Web service is WSE enabled
- In the Web.config file for the Web application that is hosting the
Web service, include a <... more >>
|