W
wakeup
Hi,
I have to use Java (axis) webservice that will be called with my .net
client. Now they gave me the specification on what their common soap header
will look like, listed below:
<sec:autentication>
<sec:username>user</sec:username>
<secassword>pass</secassword>
</sec:autentication>
I have modified the .net generated proxy clases (references.cs) for send
soap header, but I send this:
<autentication>
<username>user</username>
<password>pass</password>
</autentication>
How can I set the "sec" prefix in tags when send from my .net client?
Thanks in advance
I have to use Java (axis) webservice that will be called with my .net
client. Now they gave me the specification on what their common soap header
will look like, listed below:
<sec:autentication>
<sec:username>user</sec:username>
<secassword>pass</secassword>
</sec:autentication>
I have modified the .net generated proxy clases (references.cs) for send
soap header, but I send this:
<autentication>
<username>user</username>
<password>pass</password>
</autentication>
How can I set the "sec" prefix in tags when send from my .net client?
Thanks in advance