all groups > dotnet web services enhancements > recent posts
Strange ResponseProcessingException
Posted by voivod at 4/18/2008 2:26:18 AM
Hi,
we have a very strange problem occurring in our desktop application
when a web service (written in java) is called. This is happening only
from a few clients. From other clients in the same network the
application just works fine with no exception.
We have two clients (A with the error, B... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by stcheng@online.microsoft.com at 4/17/2008 6:23:25 AM
Thanks for your followup Rich,
Yes, it's really a tiny issue but raised large effort of troubleshooting.
Anyway, I'm glad that you've got the issue resolved.
Have a good day!
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority.... more >>
Re: How to set deafult proxy credentials in WSE3
Posted by Michael_vb at 4/17/2008 6:12:46 AM
On Apr 14, 2:16=A0am, Gilad <gilad.ka...@gmail.com> wrote:
> Hi,
>
> when using WebRequest, in order to over come the proxy server I set:
>
> Req.Proxy =3D new WebProxy();
>
> This takes the default proxy configuration from the system (the same
> one you can configure in the internet explore... more >>
How to send additional data with the UsernameToken
Posted by Michael_vb at 4/17/2008 5:58:01 AM
I want to send additional data with my token. I want to send the
username,group,webmethod name in the token. and then i will override
the AuthenticateToken method and perform my custom authorization. Any
ideas on how to do this?... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/16/2008 10:43:18 AM
Steven,
Ok, I found the issue. When I originally implemented this (a couple of years
ago), I included DATWebService in the type attribute for the
securityTokenManager. This was the strong name from the sample code I was
using. .NET 1.1 seemed to ignore this error and resolved to the local ... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/16/2008 9:59:42 AM
I'll work on this some more to see if I can get the process to recognize the
assembly.
The specific question at this time is why is the error identifying a null
for the assembly name. I believe that is what the inner exception message is
stating:
{"The given assembly name or codebase was... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by stcheng@online.microsoft.com at 4/16/2008 7:28:07 AM
Thanks for your reply Rich,
Yes, WSE 2.0 SP3 is documented to be supported on .NET framework 2.0.
However, that means if you have an .NET 1.1 application that use WSE 2.0
SP3, you can move it to a machine that has only .NET 2.0 installed(also WSE
2.0 SP3 runtime components) and run it corre... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/15/2008 11:56:59 PM
Steven,
Ok, I've been doing some further research based on your reply. WSE 2.0 SP3
is supported and runs under .NET 2.0 (3.5). That is it is an (one or more)
..NET 1.1 assemblies that will run under .NET 2.0. So the .NET 2.0 framework
is running the WSE 2.0 SP3 processes. That is, only one ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Re: DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/15/2008 8:31:07 PM
Steven,
I guess I'm a little confused. It is documented that WSE 2.0 SP3 works in
..NET 2.0. I've seen posts (on other sites that this works). This implies
that the WSE 2.0 SP3 .NET 1.1 assemblies can be referenced with a .NET 2.0
application. I can understand that a single assembly (projec... more >>
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?
Posted by DR at 4/15/2008 2:04:13 PM
GC.Collect() not cleaning memory, how to find out what references to lots of
memory still exist?
When all my processign is done i set everything to null and then:
GC.Collect();
and then
GC.WaitForPendingFinalizers();
but it still shows that my process takes 400 MB of memory. Is there any ea... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by stcheng@online.microsoft.com at 4/15/2008 4:47:04 AM
Thanks for your reply.
Yes, it is pity that WSE 3.0 no longer support DIME. Actually the reason
DIME is removed is because WSE is an .NET based implementation of the WS-*
secuirty specs. And according to the new version, binary attachment is also
improved by the MTOM format which is more ef... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/14/2008 8:17:31 AM
Yes, I installed the Full WSE 2.0 SP3 on the new development system. The
..NET 1.1 application worked fine on the new development system. The .NET 3.5
version still receives the exception at runtime.
Yes, I found more information about the schema validation errors displayed
in VS.NET and th... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by stcheng@online.microsoft.com at 4/14/2008 6:36:55 AM
Thanks for your reply Rich,
So you've installed the Full WSE 2.0 SP3 runtime on the new dev box but
still got the exception at runtime when try running the project?
The "schema validation error" just means the IDE can not find the built-in
xml schema for the WSE 2 configurations, that does... more >>
RE: Quetion about WSE UsernameTakenManager
Posted by stcheng@online.microsoft.com at 4/14/2008 4:19:47 AM
Hi Jason,
As for the Username(or other custom) security TokenManager, the WSE runtime
will reuse it for multiple requests(it will cache it in a security token
collection at the server-side). This does be a by design behavior based on
the implementation of WSE runtime. Therefore, I think we ... more >>
Using Web 2.0 Tools To Augment Your Sales
Posted by susani87ujk@googlemail.com at 4/14/2008 3:30:43 AM
It has almost been established now that aggressive marketing fails to
do the trick for entrepreneurs. Hardcore sales tactics repel more
customers than they attract. It is time for a change. You can use the
business networking sites, social networking sites and blogs to
advertise your products. T... more >>
How to set deafult proxy credentials in WSE3
Posted by Gilad at 4/13/2008 11:16:32 PM
Hi,
when using WebRequest, in order to over come the proxy server I set:
Req.Proxy = new WebProxy();
This takes the default proxy configuration from the system (the same
one you can configure in the internet explorer) and use it in the
request.
Now that I'm attpempting to move to... more >>
Is the consumer invoke the webservice applied WSE3.0 limited?
Posted by tdh at 4/13/2008 1:26:00 AM
when the webservice has published, the consumer maybe is
asp,php,jsp,javascript, windows application etc. i want to know that the
consumer invoke the webservice applied WSE3.0 is limited program language?
thanks!... more >>
Quetion about WSE UsernameTakenManager
Posted by Jason at 4/11/2008 11:38:02 AM
it look like WSE 3.0 is reusing the TokenManager instance between calls to
the webservice. Is this by design?
I created a custom tokenManager by extending UsernameTokenManager and added
a private field for my custom user object.
This field seems to get corrupted when mutliple calls try to... more >>
Digital Signature Verification
Posted by patelnikhil30@hotmail.com at 4/10/2008 8:41:29 PM
Hi There,
I am a fairly new to web services and WSE 3.0. I am connecting to a remote
web
service using Web Proxy and the remote service required the soap message to
be only digitaly signed(X509 Certificate) and not encrypted that is what i
am able to do with my
code using WSE 3.0, But i... more >>
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Posted by DR at 4/10/2008 12:26:00 PM
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/10/2008 11:47:57 AM
Steven,
One further piece of information that may be helpful. When compiling, I get
a message (not error or warning):
Message 6 Could not find schema information for the element
'microsoft.web.services2'.
D:\Form990Development\Form990DevelopmentSoftware\FedStateBackend\App.config
14 4 ... more >>
Re: DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/10/2008 9:21:26 AM
Hi Steven,
After installing the WSE 2.0 SP 3 runtime (full developer install), I copied
the .NET 1.1 application over to the new development system and everything
worked correctly (ie. WSE is installed correctly).
I was able to get more information wrt the error message.
InnerException ... more >>
RE: DIME WSE 2.0 in .NET 2.0
Posted by stcheng@online.microsoft.com at 4/10/2008 9:15:36 AM
Hi Rich,
From your description, you have a WSE 2.0 webservice client used in a
converted VS 2008 .NET 3.5 project(winform). When you try running the
application, it report an exception indicate that the configuration can not
be loaded, correct?
Since the error indicate the configuration ... more >>
DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/9/2008 2:48:36 PM
I know this is an old question but I cannot find any of the previous posting
wrt this issue.
We are finally upgrading to VS 2008 and .NET 3.5 from VS 2003 and .NET 1.1.
We have Windows forms, ASP.Net code and Windows services that interface with
3rd party web services that require the DIME ... more >>
How to get client certificate info on the soap header by using WSE
Posted by dev2 at 4/1/2008 7:29:00 PM
I'm using WSE 3.0 to enable client authentication by using certificate
authentication method. However, I don't know how to retrieve client
certificate information such CN, e-mail, etc on the server site. I need to
log the detail of client calling the service.
Does anyone give me an example ... more >>
allure and look better naked kendra wilkenson naked pictures babes naked and beatiful
Posted by revista0gratis@gmail.com at 3/27/2008 4:48:35 AM
http://adult-dating-in-mccool-junction-nebraska.you-aint.nx.cn/map.html
Adult dating in mccool junction nebraska
http://adult-dating-in-orland-hills-illinois.you-aint.nx.cn/map.html
Adult dating in orland hills illinois
http://macintosh-music-polka-dot-bikini.careywas.nx.cn/map.html
Macintosh m... more >>
Re: vs2008 and wse3
Posted by Sheng Jiang[MVP] at 3/21/2008 5:07:18 PM
see http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2482026&SiteID=1
--
Sheng Jiang
Microsoft MVP in VC++
"dgator" <dgator@discussions.microsoft.com> wrote in message
news:1E386D52-FF16-4408-BE5C-CB308FD5A9BF@microsoft.com...
> We have a website that was created initially in vs2005. ... more >>
vs2008 and wse3
Posted by dgator at 3/20/2008 12:07:16 PM
We have a website that was created initially in vs2005. I had downloaded the
wse3.0 package and installed on my development machine and all worked fine.
I have changed machines recently and went to vs2008 .net 3.5. In trying to
convert the previously mentioned website, it gave me errors s... more >>
Trading Forex
Posted by preet at 3/16/2008 11:17:41 PM
WHO WE ARE?
We are a partnership based in India and USA. We have a collective FOREX
trading experience of 4 years.We decided to start this venture with the
intent of helping people in India and other countries take advantage of
immense potential profits from the FOREX markets. We act as L... more >>
Extracting Attachments from a dime message
Posted by trihanhcie at 3/10/2008 6:13:44 AM
Hi,
Any one can help me in extracting DIME attachment from Response SOAP
message from Web Service.
I created a class from the wsdl. The method I use return a
Datahandler. However, on the client side, the response I have is the
following.
it is giving me Error :Client found response conte... more >>
|