hey guys,
wondering if anyone out there has come up with a solution for this
problem. We have an Apache SOAP server, and .NET clients. The header we
expect is:
<routing>
<destination>
<url xsi:type="xsd:string">
http://host77:8081/soap/servlet/rpcrouter
</url>
<uri xsi:type="xsd:string">urn:SoapService</uri>
</destination>
</routing>
but instead we get:
<routing>
<destination href="#id1" />
</routing>
<destination id="id1" xsi:type="types:_destination">
<url xsi:type="xsd:string">http://host77:8081/soap/servlet/rpcrouter</url>
<uri xsi:type="xsd:string">urn:SoapService</uri>
</destination>
Firstly, the spec doesn't really talk about headers that much, so I guess
there's nothing to say if this is valid or not... but does anyone
know? Secondly, does anyone have a nice way to extract the href'd
element?
-------------------------------------------------------
Regards,
Minh Kama Yie
Nuix