Hi there,
Is there anyway to set a Content-ID when using swaRef ? The swaRef has been set as below in wsdl: <xs:element minOccurs="1" maxOccurs="1" name="UniformResourceIdentifier type="ref:swaRef"/> At the moment Content-ID is generated automatically SOAP: <UniformResourceIdentifier>[email protected]</ UniformResourceIdentifier> which refer to --uuid:89cef9f8-4384-4fc6-b9dd-ada5d8a0bd13 Content-Type: application/xml Content-Transfer-Encoding: binary Content-ID: [email protected] I'm expecting to setup manually like below: SOAP: <UniformResourceIdentifier>foo.xml</UniformResourceIdentifier> Content-ID: foo.xml <mailto:[email protected]> I'm using ClientProxy btw: Client client = ClientProxy.getClient(proxy); Kind Regards, Ivanto
