Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 2nd, 2007, 07:39 PM
Registered User
 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default DIME Attachments with WSE 2.0

Our service had to incorporate WSE 2.0 in order to allow us to accept DIME attachments from a GSoap client. We've finally (through many trials and failures) accomplished this, however the message acknowledgments are failing on the clients end. I believe this may be due to the soapHeader information added through WSE.
Is it possible to turn off the security portion of WSE so that it will not add the extra soapHeader information?
I've attempted to remove the security information through two different approaches (ResponseSoapContext and SoapOutputFilterCollection) in the webservice method, however, those are bound to fail as the security information is not added until the WSE SoapExtension.
If I can't turn off the WSE Security appending, is it possible to have two seperate soapExtensions, and if so, how do you specify the correct order that these need to be called?

 
Old August 5th, 2007, 04:27 PM
Registered User
 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok, I'm getting a lot of really good feedback. I think the issue may actually be a wsa:action namespace mismatch. The Namespace for the server is not matching the namespace added to the <wsa:Action> tag.
Since I've received an overwhelming number of replies for the first post, I'm sure this is in vain, but is there any way to modify the namespace contained in the wsa:Action tag?

Thanks in advance.






Similar Threads
Thread Thread Starter Forum Replies Last Post
How to implement WSE 3.0 with code only nitinp .NET Web Services 0 October 24th, 2007 01:53 AM
Send DIME Attachment from .Net Client(C#) to J2EE( Sunshine C# 1 June 28th, 2007 07:01 AM
WSE 2.0 sabansingh .NET Web Services 0 May 15th, 2006 02:19 AM
VB 6 and WSE 2.0 ramkumars .NET Web Services 0 May 9th, 2006 04:52 AM
WSE 2.0 trouble sabansingh C# 0 February 21st, 2006 07:54 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.