Hi,

I have attached new wsdl file, which is validated with XMLSPY. Still
WSDL2Java gives error. Any thoughs!!

C:\apache\axis2v1night\bin>wsdl2Java -uri
D:\sbaronia\workspace\test\corporateac
tion.wsdl -o c:\test1 -l java -d adb -a -s -t -ss -sd -g -u -ssi
Using AXIS2_HOME:   C:\apache\axis2v1night
Using JAVA_HOME:    C:\j2sdk1.4.2_12
Sep 21, 2006 10:51:15 AM org.apache.axis2.schema.SchemaCompiler writeElement
WARNING: Could not find any schema type associated with the Element
'{http://www
.nexa.com/corporateaction/}GetCorporateActionsByActionTypeAndSymbolResponse'
Sep 21, 2006 10:51:15 AM org.apache.axis2.schema.SchemaCompiler writeElement
WARNING: Could not find any schema type associated with the Element
'{http://www
.nexa.com/corporateaction/}GetCorporateActionsByExDateResponse'
Sep 21, 2006 10:51:15 AM org.apache.axis2.schema.SchemaCompiler writeElement
WARNING: Could not find any schema type associated with the Element
'{http://www
.nexa.com/corporateaction/}GetCorporateActionsBySymbolResponse'
Sep 21, 2006 10:51:15 AM org.apache.axis2.schema.SchemaCompiler writeElement
WARNING: Could not find any schema type associated with the Element
'{http://www
.nexa.com/corporateaction/}GetCorporateActionsBySymbolAndExDateResponse'
Sep 21, 2006 10:51:15 AM org.apache.axis2.schema.SchemaCompiler writeElement
WARNING: Could not find any schema type associated with the Element
'{http://www
.nexa.com/corporateaction/}GetCorporateActionsByActionTypeAndSymbolAndExDate
Resp
onse'
Sep 21, 2006 10:51:15 AM org.apache.axis2.schema.SchemaCompiler writeElement
WARNING: Could not find any schema type associated with the Element
'{http://www
.nexa.com/corporateaction/}GetCorporateActionsByActionTypeResponse'
Sep 21, 2006 10:51:15 AM org.apache.axis2.schema.SchemaCompiler writeElement
WARNING: Could not find any schema type associated with the Element
'{http://www
.nexa.com/corporateaction/}GetCorporateActionsByActionTypeAndExDateResponse'
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException
: org.apache.axis2.wsdl.codegen.CodeGenerationException:
java.lang.RuntimeExcept
ion: Element QName is null for CorporateActionExceptionFault!
        at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
ationEngine.java:224)
        at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
        at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException:
java.lang.Runt
imeException: Element QName is null for CorporateActionExceptionFault!
        at
org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
itter.emitSkeleton(AxisServiceBasedMultiLanguageEmitter.java:769)
        at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
ationEngine.java:206)
        ... 2 more
Caused by: java.lang.RuntimeException: Element QName is null for
CorporateAction
ExceptionFault!
        at
org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
itter.getFaultParamElements(AxisServiceBasedMultiLanguageEmitter.java:1763)
        at
org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
itter.getFaultElement(AxisServiceBasedMultiLanguageEmitter.java:1713)
        at
org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
itter.loadOperations(AxisServiceBasedMultiLanguageEmitter.java:1430)
        at
org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
itter.createDOMDocumentForSkeletonInterface(AxisServiceBasedMultiLanguageEmi
tter
.java:1352)
        at
org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
itter.writeSkeletonInterface(AxisServiceBasedMultiLanguageEmitter.java:1297)
        at
org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
itter.emitSkeleton(AxisServiceBasedMultiLanguageEmitter.java:733)
        ... 3 more


Thanks,

/Sharad

-----Original Message-----
From: Spies, Brennan [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 21, 2006 8:54 AM
To: axis-user@ws.apache.org; [EMAIL PROTECTED]
Subject: RE: CodeGeneration error while using commandline batch file
WSDL2Java

Darn, this "delegation" thing never works for me... ;)

Will do.


-----Original Message-----
From: Davanum Srinivas [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 20, 2006 6:25 PM
To: axis-user@ws.apache.org
Subject: Re: CodeGeneration error while using commandline batch file
WSDL2Java

Brennan,

Please file a JIRA bug with *your* wsdl :)

-- dims

On 9/20/06, Spies, Brennan <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Sharad,
>
>
>
> This is definitely a bug (I can reproduce using similar WSDL on the latest
> nightly). It throws a RuntimeException complaining that "Element QName is
> null for [/message/name/text()]!"
>
>
>
> You should file a JIRA issue on this:
> https://issues.apache.org/jira/browse/AXIS2.
>
>
>
>
>
> -----Original Message-----
>  From: Sharad Baronia [mailto:[EMAIL PROTECTED]
>  Sent: Wednesday, September 20, 2006 5:32 PM
>  To: axis-user@ws.apache.org
>  Subject: RE: CodeGeneration error while using commandline batch file
> WSDL2Java
>
>
>
>
>
>
> Hi,
>
>
>
> After removed the Fault Exception, and then it generates the classes. But
it
> doesn't generate classes for each operation, and classes for input, &
output
> of an operation.
>
> I thing I am missing something. !!!!! It misses the objective of code
> generation.!!!!
>
>
>
> Can anyone help me....
>
>
>
> /Sharad
>
>
>
>  ________________________________
>
>
> From: Sharad Baronia [mailto:[EMAIL PROTECTED]
>  Sent: Wednesday, September 20, 2006 4:40 PM
>  To: axis-user@ws.apache.org
>  Subject: RE: CodeGeneration error while using commandline batch file
> WSDL2Java
>
>
>
> Hi All,
>
>
>
>   Sorry for causing confusion in my previous. This is my first to email to
> this user group.
>
>
>
>   I am using Axis2 nightly build (Sept-20)
>
>
>
>   When using WSDL2Java, it generates runtime error :
java.lang.RuntimeExcept
>
> ion: Element QName is null for CorporateActionExceptionFault
[<wsdl:message
> name="CorporateActionExceptionFault">
>
>  <wsdl:part name="fault"
> type="tns:CorporateActionException"/>
>
> </wsdl:message>].
>
>
>
>  I have attached wsdl file in my previous email.
>
>
>
> /Sharad
>
>
>
>  ________________________________
>
>
> From: Sharad Baronia [mailto:[EMAIL PROTECTED]
>  Sent: Wednesday, September 20, 2006 4:13 PM
>  To: axis-user@ws.apache.org
>  Subject: CodeGeneration error while using commandline batch file
WSDL2Java
>
>
>
> Hi,
>
>
>
> I was using Axis2 1.0 WS2DL2Java was working fine, but I was getting some
> runtime error. So I decided to download nightly build which is giving me
> runtime error.
>
> I have attached the wsdl file for reference.
>
> !!!!Help need!!!!!!
>
>
>
>
>
> Thanks,
>
>
>
> /Sharad
>
>
>
>
>
> C:\apache\axis2v1night\bin>wsdl2Java -uri c:\
> test1\corporateaction.wsdl -o c:\test1 -l java -a -s -t -ss -sd -g -u -ssi
>
> Using AXIS2_HOME:   C:\apache\axis2v1night
>
> Using JAVA_HOME:    C:\j2sdk1.4.2_12
>
> Exception in thread "main"
> org.apache.axis2.wsdl.codegen.CodeGenerationException
>
> : org.apache.axis2.wsdl.codegen.CodeGenerationException:
> java.lang.RuntimeExcept
>
> ion: Element QName is null for CorporateActionExceptionFault!
>
>         at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
>
> ationEngine.java:224)
>
>         at
> org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
>
>         at
> org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
>
> Caused by:
> org.apache.axis2.wsdl.codegen.CodeGenerationException:
> java.lang.Runt
>
> imeException: Element QName is null for CorporateActionExceptionFault!
>
>         at
> org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
>
> itter.emitSkeleton(AxisServiceBasedMultiLanguageEmitter.java:769)
>
>         at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
>
> ationEngine.java:206)
>
>         ... 2 more
>
> Caused by: java.lang.RuntimeException: Element QName is null for
> CorporateAction
>
> ExceptionFault!
>
>         at
> org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
>
>
itter.getFaultParamElements(AxisServiceBasedMultiLanguageEmitter.java:1763)
>
>         at
> org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
>
> itter.getFaultElement(AxisServiceBasedMultiLanguageEmitter.java:1713)
>
>         at
> org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
>
> itter.loadOperations(AxisServiceBasedMultiLanguageEmitter.java:1430)
>
>         at
> org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
>
>
itter.createDOMDocumentForSkeletonInterface(AxisServiceBasedMultiLanguageEmi
t
ter
>
> .java:1352)
>
>         at
> org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
>
>
itter.writeSkeletonInterface(AxisServiceBasedMultiLanguageEmitter.java:1297)
>
>         at
> org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEm
>
> itter.emitSkeleton(AxisServiceBasedMultiLanguageEmitter.java:733)
>
>         ... 3 more
>
>
>
___________________________________________________________________________
>
>  All outbound Email is scanned by Nexa Technologies Email Security
Systems.
>
___________________________________________________________________________
>
>
___________________________________________________________________________
>
>  Inbound Email has been scanned by Nexa Technologies Email Security
Systems.
>
___________________________________________________________________________
>
>
>
___________________________________________________________________________
>
>  All outbound Email is scanned by Nexa Technologies Email Security
Systems.
>
___________________________________________________________________________
>
>
___________________________________________________________________________
>
>  Inbound Email has been scanned by Nexa Technologies Email Security
Systems.
>
___________________________________________________________________________
>
>
>
___________________________________________________________________________
>
>  All outbound Email is scanned by Nexa Technologies Email Security
Systems.
>
___________________________________________________________________________
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

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


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


___________________________________________________________________________

Inbound Email has been scanned by Nexa Technologies Email Security Systems.
___________________________________________________________________________


___________________________________________________________________________

All outbound Email is scanned by Nexa Technologies Email Security Systems.
___________________________________________________________________________
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp2 (http://www.altova.com) by Sharad Baronia (Nexa) -->
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:tns="http://www.nexa.com/corporateaction/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; targetNamespace="http://www.nexa.com/corporateaction/"; name="corporateaction">
	<wsdl:types>
		<xsd:schema xmlns:ns1="http://schemas.xmlsoap.org/soap/encoding/"; targetNamespace="http://www.nexa.com/corporateaction/";>
			<xsd:complexType name="CorporateActionDate">
				<xsd:sequence>
					<xsd:element name="record-date" type="xsd:date"/>
					<xsd:element name="ex-date" type="xsd:date" minOccurs="0"/>
					<xsd:element name="payment-date" type="xsd:date" minOccurs="0"/>
				</xsd:sequence>
			</xsd:complexType>
			<xsd:complexType name="CorporateActionGeneralData">
				<xsd:sequence>
					<xsd:element name="symbol" type="xsd:string"/>
					<xsd:element name="symbolName" type="xsd:string"/>
					<xsd:element name="instrument-type" type="xsd:string"/>
					<xsd:element name="exchange" type="xsd:string"/>
					<xsd:element name="action-date" type="tns:CorporateActionDate"/>
					<xsd:element name="action-type" type="xsd:int"/>
				</xsd:sequence>
			</xsd:complexType>
			<xsd:complexType name="CorporateActionDetailInfo">
				<xsd:sequence>
					<xsd:element name="cash-amt" type="xsd:float" minOccurs="0"/>
					<xsd:element name="dividend-type" type="xsd:string" minOccurs="0"/>
					<xsd:element name="stock-amt" type="xsd:string" minOccurs="0"/>
					<xsd:element name="discard-fraction" type="xsd:boolean" minOccurs="0"/>
					<xsd:element name="new-symbol" type="xsd:string"/>
					<xsd:element name="old-symbol" type="xsd:string"/>
				</xsd:sequence>
			</xsd:complexType>
			<xsd:complexType name="CorporateActionInfo">
				<xsd:sequence>
					<xsd:element name="general" type="tns:CorporateActionGeneralData"/>
					<xsd:element name="detail" type="tns:CorporateActionDetailInfo"/>
				</xsd:sequence>
			</xsd:complexType>
			<xsd:complexType name="ArrayOfCorporateActionInfo">
				<xsd:sequence>
					<xsd:element name="CorporateActionInfo" type="tns:CorporateActionInfo" minOccurs="0" maxOccurs="unbounded"/>
				</xsd:sequence>
			</xsd:complexType>
			<!-- fault element -->
			<xsd:complexType name="CorporateActionException">
				<xsd:sequence>
					<xsd:element name="cause" type="xsd:int"/>
					<xsd:element name="msgtxt" type="xsd:string"/>
				</xsd:sequence>
			</xsd:complexType>
		</xsd:schema>
	</wsdl:types>
	<wsdl:message name="GetCorporateActionsResponse">
		<wsdl:part name="calist" type="tns:ArrayOfCorporateActionInfo"/>
	</wsdl:message>
	<wsdl:message name="GetCorporateActionsByExDateRequest">
		<wsdl:part name="exDate" type="xsd:date"/>
	</wsdl:message>
	<wsdl:message name="GetCorporateActionsByActionTypeRequest">
		<wsdl:part name="actionType" type="xsd:int"/>
	</wsdl:message>
	<wsdl:message name="GetCorporateActionsByActionTypeAndExDateRequest">
		<wsdl:part name="actionType" type="xsd:int"/>
		<wsdl:part name="exDate" type="xsd:date"/>
	</wsdl:message>
	<wsdl:message name="GetCorporateActionsBySymbolRequest">
		<wsdl:part name="symbol" type="xsd:string"/>
		<wsdl:part name="exchange" type="xsd:string"/>
	</wsdl:message>
	<wsdl:message name="GetCorporateActionsBySymbolAndExDateRequest">
		<wsdl:part name="symbol" type="xsd:string"/>
		<wsdl:part name="exchange" type="xsd:string"/>
		<wsdl:part name="exDate" type="xsd:date"/>
	</wsdl:message>
	<wsdl:message name="GetCorporateActionsByActionTypeAndSymbolRequest">
		<wsdl:part name="actionType" type="xsd:int"/>
		<wsdl:part name="symbol" type="xsd:string"/>
		<wsdl:part name="exchange" type="xsd:string"/>
	</wsdl:message>
	<wsdl:message name="GetCorporateActionsByActionTypeAndSymbolAndExDateRequest">
		<wsdl:part name="actionType" type="xsd:int"/>
		<wsdl:part name="symbol" type="xsd:string"/>
		<wsdl:part name="exchange" type="xsd:string"/>
		<wsdl:part name="exDate" type="xsd:date"/>
	</wsdl:message>
	<wsdl:message name="CorporateActionExceptionFault">
		<wsdl:part name="fault" type="tns:CorporateActionException"/>
	</wsdl:message>
	<wsdl:portType name="corporateaction">
		<wsdl:operation name="GetCorporateActions">
			<wsdl:output name="GetCorporateActionsResponse" message="tns:GetCorporateActionsResponse"/>
			<wsdl:fault name="CorporateActionExceptionFault" message="tns:CorporateActionExceptionFault"/>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByExDate">
			<wsdl:input name="GetCorporateActionsByExDateRequest" message="tns:GetCorporateActionsByExDateRequest"/>
			<wsdl:output name="GetCorporateActionsByExDateResponse" message="tns:GetCorporateActionsResponse"/>
			<wsdl:fault name="CorporateActionExceptionFault" message="tns:CorporateActionExceptionFault"/>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByActionType">
			<wsdl:input name="GetCorporateActionsByActionTypeRequest" message="tns:GetCorporateActionsByActionTypeRequest"/>
			<wsdl:output name="GetCorporateActionsByActionTypeResponse" message="tns:GetCorporateActionsResponse"/>
			<wsdl:fault name="CorporateActionExceptionFault" message="tns:CorporateActionExceptionFault"/>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByActionTypeAndExDate">
			<wsdl:input name="GetCorporateActionsByActionTypeAndExDateRequest" message="tns:GetCorporateActionsByActionTypeAndExDateRequest"/>
			<wsdl:output name="GetCorporateActionsByActionTypeAndExDateResponse" message="tns:GetCorporateActionsResponse"/>
			<wsdl:fault name="CorporateActionExceptionFault" message="tns:CorporateActionExceptionFault"/>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsBySymbol">
			<wsdl:input name="GetCorporateActionsBySymbolRequest" message="tns:GetCorporateActionsBySymbolRequest"/>
			<wsdl:output name="GetCorporateActionsBySymbolResponse" message="tns:GetCorporateActionsResponse"/>
			<wsdl:fault name="CorporateActionExceptionFault" message="tns:CorporateActionExceptionFault"/>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsBySymbolAndExDate">
			<wsdl:input name="GetCorporateActionsBySymbolAndExDateRequest" message="tns:GetCorporateActionsBySymbolAndExDateRequest"/>
			<wsdl:output name="GetCorporateActionsBySymbolAndExDateResponse" message="tns:GetCorporateActionsResponse"/>
			<wsdl:fault name="CorporateActionExceptionFault" message="tns:CorporateActionExceptionFault"/>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByActionTypeAndSymbol">
			<wsdl:input name="GetCorporateActionsByActionTypeAndSymbolRequest" message="tns:GetCorporateActionsByActionTypeAndSymbolRequest"/>
			<wsdl:output name="GetCorporateActionsByActionTypeAndSymbolResponse" message="tns:GetCorporateActionsResponse"/>
			<wsdl:fault name="CorporateActionExceptionFault" message="tns:CorporateActionExceptionFault"/>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByActionTypeAndSymbolAndExDate">
			<wsdl:input name="GetCorporateActionsByActionTypeAndSymbolAndExDateRequest" message="tns:GetCorporateActionsByActionTypeAndSymbolAndExDateRequest"/>
			<wsdl:output name="GetCorporateActionsByActionTypeAndSymbolAndExDateResponse" message="tns:GetCorporateActionsResponse"/>
			<wsdl:fault name="CorporateActionExceptionFault" message="tns:CorporateActionExceptionFault"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="corporateactionSOAP" type="tns:corporateaction">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="GetCorporateActions">
			<soap:operation soapAction="urn:#GetCorporateActions"/>
			<wsdl:output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:output>
			<wsdl:fault name="CorporateActionExceptionFault">
				<soap:fault name="CorporateActionExceptionFault" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByExDate">
			<soap:operation soapAction="http://www.nexa.com/corporateaction/GetCorporateActionsByExDate"/>
			<wsdl:input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:output>
			<wsdl:fault name="CorporateActionExceptionFault">
				<soap:fault name="CorporateActionExceptionFault" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByActionType">
			<soap:operation soapAction="http://www.nexa.com/corporateaction/GetCorporateActionsByActionType"/>
			<wsdl:input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:output>
			<wsdl:fault name="CorporateActionExceptionFault">
				<soap:fault name="CorporateActionExceptionFault" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByActionTypeAndExDate">
			<soap:operation soapAction="http://www.nexa.com/corporateaction/GetCorporateActionsByActionTypeAndExDate"/>
			<wsdl:input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:output>
			<wsdl:fault name="CorporateActionExceptionFault">
				<soap:fault name="CorporateActionExceptionFault" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsBySymbol">
			<soap:operation soapAction="http://www.nexa.com/corporateaction/GetCorporateActionsBySymbol"/>
			<wsdl:input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:output>
			<wsdl:fault name="CorporateActionExceptionFault">
				<soap:fault name="CorporateActionExceptionFault" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsBySymbolAndExDate">
			<soap:operation soapAction="http://www.nexa.com/corporateaction/GetCorporateActionsBySymbolAndExDate"/>
			<wsdl:input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:output>
			<wsdl:fault name="CorporateActionExceptionFault">
				<soap:fault name="CorporateActionExceptionFault" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByActionTypeAndSymbol">
			<soap:operation soapAction="http://www.nexa.com/corporateaction/GetCorporateActionsByActionTypeAndSymbol"/>
			<wsdl:input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:output>
			<wsdl:fault name="CorporateActionExceptionFault">
				<soap:fault name="CorporateActionExceptionFault" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetCorporateActionsByActionTypeAndSymbolAndExDate">
			<soap:operation soapAction="http://www.nexa.com/corporateaction/GetCorporateActionsByActionTypeAndSymbolAndExDate"/>
			<wsdl:input>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:output>
			<wsdl:fault name="CorporateActionExceptionFault">
				<soap:fault name="CorporateActionExceptionFault" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.nexa.com/corporateaction/"/>
			</wsdl:fault>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="corporateaction">
		<wsdl:port name="corporateactionSOAP" binding="tns:corporateactionSOAP">
			<soap:address location="http://www.nexa.com/"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>

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

Reply via email to