WCF Client, WSIT Service, UsingAddressing

  • Thread starter Thread starter Jeff Jarrell
  • Start date Start date
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
 
Back
Top