Hi Paul,
Here is the services.xml
<service name="ConfirmationProcessService" scope="application">
<description>Order processing web service. Currently implemented for
Engen.</description>
<parameter
name="ServiceClass">za.co.cxchange.soap.business.ConfirmationProcessService</parameter>
<operation name="processConfirmation">
<messageReceiver
class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver" />
<actionMapping>urn:processConfirmation</actionMapping>
</operation>
</service>
WSDL
<wsdl:definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:types="http://localhost:8080/cxws/types"
xmlns:ns="http://localhost:8080/cxws/services/ConfirmationProcessService"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
targetNamespace="http://ws.myrelease.info">
<wsdl:types />
<wsdl:message name="processConfirmationMessage" />
<wsdl:portType name="ConfirmationProcessServicePortType">
<wsdl:operation name="processConfirmation">
<wsdl:input message="ns:processConfirmationMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ConfirmationProcessServiceSOAP11Binding"
type="ns:ConfirmationProcessServicePortType">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
<wsdl:operation name="processConfirmation">
<soap:operation soapAction="urn:processConfirmation"
style="document" />
<wsdl:input>
<soap:body use="literal"
namespace="http://localhost:8080/cxws/services/ConfirmationProcessService" />
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="ConfirmationProcessServiceSOAP12Binding"
type="ns:ConfirmationProcessServicePortType">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
<wsdl:operation name="processConfirmation">
<soap12:operation soapAction="urn:processConfirmation"
style="document" />
<wsdl:input>
<soap12:body use="literal"
namespace="http://localhost:8080/cxws/services/ConfirmationProcessService" />
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ConfirmationProcessService">
<wsdl:port name="ConfirmationProcessServiceSOAP11port"
binding="ns:ConfirmationProcessServiceSOAP11Binding">
<soap:address
location="http://localhost:8080/axis2/services/ConfirmationProcessService" />
</wsdl:port>
<wsdl:port name="ConfirmationProcessServiceSOAP12port"
binding="ns:ConfirmationProcessServiceSOAP12Binding">
<soap12:address
location="http://localhost:8080/axis2/services/ConfirmationProcessService" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
--
Open WebMail Project (http://openwebmail.org)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]