You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pa...@nordea.com on 2007/10/18 13:35:13 UTC

Changing the SOAP header of the code generated by WDSL2Java?

Hello,

 

The request header looks like follows:

 

<ns3:metadata soapenv:mustUnderstand="0"
xmlns:ns3="http://metadata.ntpsoa.nordea.com/object">

 

However, the server requires the following header:

 

<mo:metadata schemaVersion="String"
xsi:schemaLocation="http://metadata.ntpsoa.nordea.com/object/Metadata.xs
d" xmlns:mo="http://metadata.ntpsoa.nordea.com/object"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

 

What can I do to resolve the problem?

 

Thanks,

Patrik