Tagged Questions
14
votes
6answers
10k views
Getting RAW Soap Data from a Web Reference Client running in ASP.net
I'm trying to trouble shoot a web service client in my current project. I'm not sure of the platform of the Service Server (Most likely LAMP). I believe there is a fault on their side of the fence ...
1
vote
2answers
34 views
ASP.NET - Calling a Web Service with SOAP
I've been doing .NET and C# programming for quite some time, but this is my first attempt at doing anything web-based with it. I need to call a SOAP web service, which I know the URL for, and call ...
0
votes
1answer
102 views
Consume WCF service using add web reference and add a soap header
I have a WCF 4 web service that checks for a soap header. This works fine with a WCF client but I have a customer that needs to use the old web reference from their app. How do you consume a WCF ...