<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
             id="urn:B2BService" type="message">
  <isd:provider type="java"
                scope="Application"
                methods="sendMessage">
    <isd:java class="storebrand.felles.services.B2BService" static="false"/>
  </isd:provider>
  <isd:mappings>
    <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
             xmlns:x="" qname="x:stringDocument"
             javaType="org.w3c.dom.Element"
             xml2JavaClassName="org.apache.soap.encoding.soapenc.StringDeserializer"/>
  </isd:mappings>  
</isd:service>

