Attached the WSDL of primary WS. /Andy
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns0="http://aufg2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://aufg2"> <wsdl:types> <xs:schema xmlns:xsd="http://aufg2" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://aufg2"> <xs:element name="SendMailByAge"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="info" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="startAge" type="xs:int"/> <xs:element minOccurs="0" name="endAge" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="SendMailByAgeResponse"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="SendMailByGender"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="info" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="gender" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="SendMailByGenderResponse"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="main"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="args" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> </wsdl:types> <wsdl:message name="SendMailByAgeRequest"> <wsdl:part name="parameters" element="ns0:SendMailByAge"/> </wsdl:message> <wsdl:message name="SendMailByAgeResponse"> <wsdl:part name="parameters" element="ns0:SendMailByAgeResponse"/> </wsdl:message> <wsdl:message name="SendMailByGenderRequest"> <wsdl:part name="parameters" element="ns0:SendMailByGender"/> </wsdl:message> <wsdl:message name="SendMailByGenderResponse"> <wsdl:part name="parameters" element="ns0:SendMailByGenderResponse"/> </wsdl:message> <wsdl:message name="mainRequest"> <wsdl:part name="parameters" element="ns0:main"/> </wsdl:message> <wsdl:portType name="MailingWSPortType"> <wsdl:operation name="SendMailByAge"> <wsdl:input message="ns0:SendMailByAgeRequest" wsaw:Action="urn:SendMailByAge"/> <wsdl:output message="ns0:SendMailByAgeResponse" wsaw:Action="urn:SendMailByAgeResponse"/> </wsdl:operation> <wsdl:operation name="SendMailByGender"> <wsdl:input message="ns0:SendMailByGenderRequest" wsaw:Action="urn:SendMailByGender"/> <wsdl:output message="ns0:SendMailByGenderResponse" wsaw:Action="urn:SendMailByGenderResponse"/> </wsdl:operation> <wsdl:operation name="main"> <wsdl:input message="ns0:mainRequest" wsaw:Action="urn:main"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="MailingWSSOAP11Binding" type="ns0:MailingWSPortType"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <wsdl:operation name="SendMailByAge"> <soap:operation soapAction="urn:SendMailByAge" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMailByGender"> <soap:operation soapAction="urn:SendMailByGender" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="main"> <soap:operation soapAction="urn:main" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> </wsdl:operation> </wsdl:binding> <wsdl:binding name="MailingWSSOAP12Binding" type="ns0:MailingWSPortType"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <wsdl:operation name="SendMailByAge"> <soap12:operation soapAction="urn:SendMailByAge" style="document"/> <wsdl:input> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMailByGender"> <soap12:operation soapAction="urn:SendMailByGender" style="document"/> <wsdl:input> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="main"> <soap12:operation soapAction="urn:main" style="document"/> <wsdl:input> <soap12:body use="literal"/> </wsdl:input> </wsdl:operation> </wsdl:binding> <wsdl:binding name="MailingWSHttpBinding" type="ns0:MailingWSPortType"> <http:binding verb="POST"/> <wsdl:operation name="SendMailByAge"> <http:operation location="MailingWS/SendMailByAge"/> <wsdl:input> <mime:content type="text/xml" part="SendMailByAge"/> </wsdl:input> <wsdl:output> <mime:content type="text/xml" part="SendMailByAge"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMailByGender"> <http:operation location="MailingWS/SendMailByGender"/> <wsdl:input> <mime:content type="text/xml" part="SendMailByGender"/> </wsdl:input> <wsdl:output> <mime:content type="text/xml" part="SendMailByGender"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="main"> <http:operation location="MailingWS/main"/> <wsdl:input> <mime:content type="text/xml" part="main"/> </wsdl:input> </wsdl:operation> </wsdl:binding> <wsdl:service name="MailingWS"> <wsdl:port name="MailingWSSOAP11port_http" binding="ns0:MailingWSSOAP11Binding"> <soap:address location="http://localhost:8080/axis2/services/MailingWS"/> </wsdl:port> <wsdl:port name="MailingWSSOAP12port_http" binding="ns0:MailingWSSOAP12Binding"> <soap12:address location="http://localhost:8080/axis2/services/MailingWS"/> </wsdl:port> <wsdl:port name="MailingWSHttpport" binding="ns0:MailingWSHttpBinding"> <http:address location="http://localhost:8080/axis2/services/MailingWS"/> </wsdl:port> </wsdl:service> </wsdl:definitions>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
