You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Eric Jain <ja...@gmx.net> on 2002/05/15 11:56:05 UTC

access$i

What are all those access$i entries doing in my auto-generated WSDL file?
The underlying Java class doesn't have any 'access' methods or fields. I
actually have to cut them out before I can use the file with SOAP::Lite...


--
Eric Jain


  <wsdl:message name="access$0Request">
  </wsdl:message>

  <wsdl:message name="access$1Request">
  </wsdl:message>

  <wsdl:message name="access$0Response">
    <wsdl:part name="return" type="tns2:Connection"/>
  </wsdl:message>

  <wsdl:message name="access$1Response">
    <wsdl:part name="return" type="tns4:Log"/>
  </wsdl:message>

    <wsdl:operation name="access$0">
      <wsdl:input message="intf:access$0Request"/>
      <wsdl:output message="intf:access$0Response"/>
    </wsdl:operation>
    <wsdl:operation name="access$1">
      <wsdl:input message="intf:access$1Request"/>
      <wsdl:output message="intf:access$1Response"/>
    </wsdl:operation>

    <wsdl:operation name="access$0">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input>
        <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="access$0" use="encoded"/>
      </wsdl:input>
      <wsdl:output>
        <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://trillian/axis/services/mass" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="access$1">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input>
        <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="access$1" use="encoded"/>
      </wsdl:input>
      <wsdl:output>
        <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://trillian/axis/services/mass" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>