You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by James Cooper <jw...@us.ibm.com> on 2001/01/30 14:20:37 UTC

Help in deployment

I edited the following simple deployment script from the getAddress one.
However, it is being flagged as not well formed.
I think it is probable that I do not understand the xmlns:x line.
If I did, I could probably use the UI to deploy the soap object.

<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
             id="urn:soapGetxy">
  <isd:provider type="java"
                scope="Application"
                methods="getXY">
    <isd:java class="XYGetter" static="false"/>
  </isd:provider>
  <isd:mappings>
    <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
             xmlns:x="urn:soapGetXY" qname="x:XYGetter"
             javaType="XYGetter"
             java2XMLClassName
="org.apache.soap.encoding.soapenc.BeanSerializer"
             xml2JavaClassName
="org.apache.soap.encoding.soapenc.BeanSerializer"/>
  </isd:mappings>
</isd:service>

Comments or help anyone?

James W. Cooper
Advanced Information Retrieval and Analysis
IBM T J Watson Research Center
jwcnmr@watson.ibm.com
http://flahdo.watson.ibm.com/
http://www.research.ibm.com/people/j/jwcnmr/