i've webservice as follows
<ws2007HttpBinding>
<binding name="ws2007HttpBinding" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
<security mode="Message">
<transport clientCredentialType="Certificate" proxyCredentialType="None" realm="" />
<message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" />
</security>
</binding>
</ws2007HttpBinding>
i'm provided with an username,password and a X509 certificate..i'm having trouble with configuring the soap envelope.. what information to provide and what not..what the format of the envelope should be?