Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a web service which I can't modify. This service expects 'ds:signature' tag in the incoming message. I'm using WSE 3.0 to connect to this service. Unfortunately it renders XML tag 'signature' without "ds" preffix. So I can't get access to the service. Does anybody know how can I change output XML?

Thank you in advance
Posted
Updated 7-Feb-12 22:01pm
v2
Comments
Sergey Alexandrovich Kryukov 8-Feb-12 4:04am    
What is "incoming"? "Server expect" means: from client to server, that is, HTTP request. But if it comes from the client, this is something you can modify. So -- not clear.
--SA

1 solution

Here is XML which was rendered by WSE library. I need to change it on the client side before sending request to the service. Is it possible?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900