I am trying to make a simple java webservice client that can access Dynamics AIF-webservices.
It works fine if the service has basicHttpBinding but I need WS-addressing and therefor need a WsHttpBinding or a customBinding that allows WS-addressing.
I have tried every idea I can think of without success, anyone who knows how to do this?
Comments
I am trying to make a simple
by hallerman - 2010-04-18 13:29
I am trying to make a simple java webservice client that can access Dynamics AIF-webservices. It works fine if the service has basicHttpBinding but I need WS-addressing and therefor need a WsHttpBinding or a customBinding that allows WS-addressing. I have tried every idea I can think of without success, anyone who knows how to do this?