Webservice Strange "=" at webservice message
Hello i seem to be having a strange "=" in my soap header i am sending this
<SOAP-ENV:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://webservice.mks.com/10/2/Integrity" xmlns:ns2="http://webservice.mks.com/10/2/Integrity/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<ns0:Body>
<ns1:createItem>
<arg0 Type="Issue">
<ns2:Username>username</ns2:Username>
<ns2:Password>password</ns2:Password>
<ns2:ItemField Name="project=/ZI/O/project.pj"/>
<ns2:ItemField Name="Summary=Quick Summary"/>
<ns2:ItemField Name="Description=Quick description"/>
<ns2:ItemField Name="Issue Type=Change Package"/>
</arg0>
</ns1:createItem>
</ns0:Body>
</SOAP-ENV:Envelope>

