I am calling a Java webservice which I am trying to call from WPF client using Gateway and message inspector. The problem I am facing is -- Java webservice requires the root node of request xml as element, however my WCF request (When i am inspecting it in MessageInspector-beforeSendRequest) contains the Operation contract name as root node.
Is there any way that I can remove start and end Operation name nodes from the request and send a request with start with node directly.
Same issue is there when I get the response from Service
I just joined this community. And I did try search it. But somehow there are no pointers for me.