WCF Client, WSIT Service, UsingAddressing

J

Jeff Jarrell

My WCF client is connecting to a Java WSIT (Sun) web service.

When I generate a proxy on the .net side, I get
Warning: The optional WSDL extension element 'UsingAddressing' from
namespace 'http://www.w3.org/2006/05/addressing/wsdl' was not handled.

When I try to use the service i get,
FaultException: A required header representing a Message Addressing Property
is not present

I have looked at a lot of stuff on the net, and I am not making sense of it.
A couple examples it appears to be a tweak to the generated proxy (I tried
to no avail), other times they are manipulating the message header.

Any ideas?

Thanks,
jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top