Look at this also...it may provide some help ..
http://www.kbalertz.com/Fe
R.K
Main Topics
Browse All TopicsHi,
I have a webservice made in Java which i want to consume in .NET i have made the WSDL and when i try to complile it with the CS compiler i am getting this error:
Error: Unable to import binding 'HierarchySynchronizerSoap
om/cgi-bin/WebObjects/Work
- Unable to import operation 'requestBatch'.
- Specified cast is not valid.
------------------WSDL----
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns="http://schemas.xmls
<wsdl:types>
<schema targetNamespace="http://
<import namespace="http://schemas.
<complexType name="HierarchyBatch">
<sequence>
<element name="locations" nillable="true" type="impl:ArrayOf_tns2_an
<element name="positions" nillable="true" type="impl:ArrayOf_tns2_an
<element name="offices" nillable="true" type="impl:ArrayOf_tns2_an
<element name="timestamp" nillable="true" type="xsd:dateTime"/>
<element name="entities" nillable="true" type="impl:ArrayOf_tns2_an
<element name="employees" nillable="true" type="impl:ArrayOf_tns2_an
<element name="dsus" nillable="true" type="impl:ArrayOf_tns2_an
<element name="registeredInvestment
<element name="mailCodes" nillable="true" type="impl:ArrayOf_tns2_an
<element name="units" nillable="true" type="impl:ArrayOf_tns2_an
<element name="lifeCompanies" nillable="true" type="impl:ArrayOf_tns2_an
<element name="brokerDealers" nillable="true" type="impl:ArrayOf_tns2_an
<element name="states" nillable="true" type="impl:ArrayOf_tns2_an
</sequence>
</complexType>
<element name="HierarchyBatch" nillable="true" type="tns1:HierarchyBatch"
</schema>
<schema targetNamespace="http://wo
<import namespace="http://schemas.
<complexType name="ArrayOf_tns2_anyType
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyTyp
</restriction>
</complexContent>
</complexType>
</schema>
</wsdl:types>
<wsdl:message name="requestBatchRequest"
<wsdl:part name="timestamp" type="xsd:dateTime"/>
</wsdl:message>
<wsdl:message name="requestBatchResponse
<wsdl:part name="requestBatchReturn" element="tns1:HierarchyBat
</wsdl:message>
<wsdl:portType name="HierarchySynchronize
<wsdl:operation name="requestBatch" parameterOrder="timestamp"
<wsdl:input name="requestBatchRequest"
<wsdl:output name="requestBatchResponse
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="HierarchySynchronize
<wsdlsoap:binding style="document" transport="http://schemas.
<wsdl:operation name="requestBatch">
<wsdlsoap:operation/>
<wsdl:input>
<wsdlsoap:body use="literal" namespace="http://workflow
</wsdl:input>
<wsdl:output>
<wsdlsoap:body use="literal" namespace="http://workflow
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="HierarchySynchronize
<wsdl:port name="HierarchySynchronize
<wsdlsoap:address location="http://workflow.
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
--------------------------
Any ideas what i'm missing out!
Thanks
Zulu
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Look at this also...it may provide some help ..
http://www.kbalertz.com/Fe
R.K
Hi,
have a look at this KB http://support.microsoft.c
Hope that this helps you
Regards,
Venki
Business Accounts
Answer for Membership
by: rama_krishna580Posted on 2004-05-25 at 00:28:38ID: 11149450
Hi,
You may get more info on Binding..and this link provides the info...
http://www.w3.org/TR/wsdl
R.K