Hi,
Sure, here is the WSDL. Furthermore i am using Java SDK 1.5.0_08-b03 ant
Tomcat 5.0.30

<wsdl:definitions
targetNamespace="http://localhost:8080/axis/services/EpgDataService";>
<!-- WSDL created by Apache Axis version: 1.4 Built on Apr 22, 2006
(06:55:48 PDT)-->
  <wsdl:message name="getBroadcastsRequest">
  </wsdl:message>
  <wsdl:message name="getBroadcastsResponse">
        <wsdl:part name="getBroadcastsReturn" type="xsd:int"/>
  </wsdl:message>
  <wsdl:portType name="EpgDataService">
        <wsdl:operation name="getBroadcasts">
                <wsdl:input message="impl:getBroadcastsRequest"
name="getBroadcastsRequest"/>
                <wsdl:output message="impl:getBroadcastsResponse"
name="getBroadcastsResponse"/>
        </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="EpgDataServiceSoapBinding" type="impl:EpgDataService">
        <wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="getBroadcasts">
                <wsdlsoap:operation soapAction=""/>
                <wsdl:input name="getBroadcastsRequest">
                        <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
namespace="http://ws.epgdata.org"; use="encoded"/>
                </wsdl:input>
                <wsdl:output name="getBroadcastsResponse">
                        <wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
namespace="http://localhost:8080/axis/services/EpgDataService";
use="encoded"/>
                </wsdl:output>
        </wsdl:operation>
  </wsdl:binding>
        <wsdl:service name="EpgDataServiceService">
                <wsdl:port binding="impl:EpgDataServiceSoapBinding"
name="EpgDataService">
                        <wsdlsoap:address
location="http://localhost:8080/axis/services/EpgDataService"/>
                </wsdl:port>
        </wsdl:service>
</wsdl:definitions> 

-----Ursprüngliche Nachricht-----
Von: Martin Gainty [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 25. September 2006 14:14
An: [email protected]
Betreff: Re: NoSuchMethodException in Service that works fine without Axis

Alexander-
which version of Axis are you working with?
Can we see your wsdl?
M--
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to