Hi all,
 
I deployed a WS on AXIS and was able to consume it through AXIS client. However, .NET client seems to be having problems consuming the AXIS web service and is getting a timeout error. Your help is appreciated.
 
Attached is the WSDL for the WS, and WSDD file.
 
Thanks in advance.
 
Gary
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions 
targetNamespace="http://www2.timeicr.com/ws/services/OutdialService"; 
xmlns:apachesoap="http://xml.apache.org/xml-soap"; 
xmlns:impl="http://www2.timeicr.com/ws/services/OutdialService"; 
xmlns:intf="http://www2.timeicr.com/ws/services/OutdialService"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:tns1="urn:OutdialService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 <wsdl:types>
  <schema targetNamespace="urn:OutdialService" 
xmlns="http://www.w3.org/2001/XMLSchema";>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Order">
    <sequence>
     <element name="PIN" nillable="true" type="xsd:string"/>
     <element name="callbackPeriod" nillable="true" type="xsd:string"/>
     <element name="customerName" nillable="true" type="xsd:string"/>
     <element name="language" nillable="true" type="xsd:string"/>
     <element name="orderID" nillable="true" type="xsd:string"/>
     <element name="password" nillable="true" type="xsd:string"/>
     <element name="phoneNumber" nillable="true" type="xsd:string"/>
     <element name="propertyAddress" nillable="true" type="xsd:string"/>
     <element name="specialInstructions" nillable="true" type="xsd:string"/>
     <element name="ticketID" nillable="true" type="xsd:string"/>
     <element name="timestamp" nillable="true" type="xsd:string"/>
     <element name="username" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="processOrderResponse">

      <wsdl:part name="processOrderReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="processOrderRequest">

      <wsdl:part name="order" type="tns1:Order"/>

   </wsdl:message>

   <wsdl:portType name="OutdialService">

      <wsdl:operation name="processOrder" parameterOrder="order">

         <wsdl:input message="impl:processOrderRequest" 
name="processOrderRequest"/>

         <wsdl:output message="impl:processOrderResponse" 
name="processOrderResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="OutdialServiceSoapBinding" type="impl:OutdialService">

      <wsdlsoap:binding style="rpc" 
transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="processOrder">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="processOrderRequest">

            <wsdlsoap:body 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://centract.webservices.timeicr.com"; use="encoded"/>

         </wsdl:input>

         <wsdl:output name="processOrderResponse">

            <wsdlsoap:body 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="http://www2.timeicr.com/ws/services/OutdialService"; use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="OutdialServiceService">

      <wsdl:port binding="impl:OutdialServiceSoapBinding" name="OutdialService">

         <wsdlsoap:address 
location="http://www2.timeicr.com/ws/services/OutdialService"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>

Attachment: deploy.wsdd
Description: deploy.wsdd

Reply via email to