473,394 Members | 2,160 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

wsdl use

Hi

I have a problem, I have a wsdl file, I try this import(c#) ->
error.

but this file is good in wsdl to php, and wsdl to java


<?xml version='1.0' encoding='UTF-8'?>
<!--generated by GLUE-->
<definitions name='hdi.services.gfb2004.IGfb2004'
targetNamespace='http://www.themindelectric.com/wsdl/hdi.services.gfb2004.IGfb2004/'
xmlns:tns='http://www.themindelectric.com/wsdl/hdi.services.gfb2004.IGfb2004/'
xmlns:electric='http://www.themindelectric.com/'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:http='http://schemas.xmlsoap.org/wsdl/http/'
xmlns:mime='http://schemas.xmlsoap.org/wsdl/mime/'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
xmlns='http://schemas.xmlsoap.org/wsdl/'>
<types>
<schema xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:tns='http://www.themindelectric.com/package/java.lang/'
targetNamespace='http://www.themindelectric.com/package/java.lang/'>

<complexType name='ArrayOfstring'>
<complexContent>
<restriction base='soapenc:Array'>
<attribute ref='soapenc:arrayType'
wsdl:arrayType='string[]'/>
</restriction>
</complexContent>
</complexType>
</schema>
<schema xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:tns='http://xml.apache.org/xml-soap'
targetNamespace='http://xml.apache.org/xml-soap'>
<complexType name='Map'>
<sequence>
<element name='item' minOccurs='0'
maxOccurs='unbounded'>
<complexType>
<sequence>
<element name='key' type='anyType'/>
<element name='value' type='anyType'/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
</schema>
</types>
<message name='calculate10SoapIn'>
<part name='arg0' type='xsd:string'/>
<part name='arg1' type='xsd:string'/>
<part name='arg2' type='xsd:boolean'/>
<part name='arg3' type='xsd:string'/>
<part name='arg4' type='xsd:boolean'/>
<part name='arg5' type='xsd:string'/>
<part name='arg6' type='xsd:string'/>
<part name='arg7' type='xsd:string'/>
<part name='arg8' type='xsd:int'/>
<part name='arg9' type='xsd:int'/>
</message>
<message name='calculate10SoapOut'>
<part name='Result'
xmlns:ns1='http://xml.apache.org/xml-soap'
type='ns1:Map'/>
</message>
<message name='calculate21SoapIn'>
<part name='arg0' type='xsd:string'/>
<part name='arg1' type='xsd:string'/>
<part name='arg2' type='xsd:boolean'/>
<part name='arg3' type='xsd:string'/>
<part name='arg4' type='xsd:boolean'/>
<part name='arg5' type='xsd:string'/>
<part name='arg6' type='xsd:string'/>
<part name='arg7' type='xsd:string'/>
<part name='arg8' type='xsd:int'/>
<part name='arg9' type='xsd:int'/>
</message>
<message name='calculate21SoapOut'>
<part name='Result'
xmlns:ns1='http://xml.apache.org/xml-soap'
type='ns1:Map'/>
</message>
<message name='getTowns2SoapIn'/>
<message name='getTowns2SoapOut'>
<part name='Result'
xmlns:ns1='http://www.themindelectric.com/package/java.lang/'
type='ns1:ArrayOfstring'/>
</message>
<message name='getCarTypes3SoapIn'/>
<message name='getCarTypes3SoapOut'>
<part name='Result'
xmlns:ns1='http://www.themindelectric.com/package/java.lang/'
type='ns1:ArrayOfstring'/>
</message>
<portType name='hdi.services.gfb2004.IGfb2004Soap'>
<operation name='calculate1' parameterOrder='arg0 arg1 arg2
arg3 arg4 arg5 arg6 arg7 arg8 arg9'>
<input name='calculate10SoapIn'
message='tns:calculate10SoapIn'/>
<output name='calculate10SoapOut'
message='tns:calculate10SoapOut'/>
</operation>
<operation name='calculate2' parameterOrder='arg0 arg1 arg2
arg3 arg4 arg5 arg6 arg7 arg8 arg9'>
<input name='calculate21SoapIn'
message='tns:calculate21SoapIn'/>
<output name='calculate21SoapOut'
message='tns:calculate21SoapOut'/>
</operation>
<operation name='getTowns' parameterOrder=''>
<input name='getTowns2SoapIn'
message='tns:getTowns2SoapIn'/>
<output name='getTowns2SoapOut'
message='tns:getTowns2SoapOut'/>
</operation>
<operation name='getCarTypes' parameterOrder=''>
<input name='getCarTypes3SoapIn'
message='tns:getCarTypes3SoapIn'/>
<output name='getCarTypes3SoapOut'
message='tns:getCarTypes3SoapOut'/>
</operation>
</portType>
<binding name='hdi.services.gfb2004.IGfb2004Soap'
type='tns:hdi.services.gfb2004.IGfb2004Soap'>
<soap:binding style='rpc'
transport='http://schemas.xmlsoap.org/soap/http'/>
<operation name='calculate1'>
<soap:operation soapAction='calculate1' style='rpc'/>

<input name='calculate10SoapIn'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</input>
<output name='calculate10SoapOut'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</output>
</operation>
<operation name='calculate2'>
<soap:operation soapAction='calculate2' style='rpc'/>

<input name='calculate21SoapIn'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</input>
<output name='calculate21SoapOut'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</output>
</operation>
<operation name='getTowns'>
<soap:operation soapAction='getTowns' style='rpc'/>
<input name='getTowns2SoapIn'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</input>
<output name='getTowns2SoapOut'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</output>
</operation>
<operation name='getCarTypes'>
<soap:operation soapAction='getCarTypes' style='rpc'/>

<input name='getCarTypes3SoapIn'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</input>
<output name='getCarTypes3SoapOut'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</output>
</operation>
</binding>
<service name='hdi.services.gfb2004.IGfb2004'>
<port name='hdi.services.gfb2004.IGfb2004Soap'
binding='tns:hdi.services.gfb2004.IGfb2004Soap'>
<soap:address
location='https://www.ahbrt.hu/hdiservices/urn:gfb2004'/>

</port>
</service>
</definitions>
please help me

Thanks

Nov 16 '05 #1
1 2405
Sorry... I don't have the time to attempt your import on my system at the
moment... could you share the actual error message you are getting so I can
help you target what might be the problem?

--- Nick

"easoft" <ea****@freemail-dot-hu.no-spam.invalid> wrote in message
news:41**********@Usenet.com...
Hi

I have a problem, I have a wsdl file, I try this import(c#) ->
error.

but this file is good in wsdl to php, and wsdl to java


<?xml version='1.0' encoding='UTF-8'?>
<!--generated by GLUE-->
<definitions name='hdi.services.gfb2004.IGfb2004'
targetNamespace='http://www.themindelectric.com/wsdl/hdi.services.gfb2004.IG
fb2004/' xmlns:tns='http://www.themindelectric.com/wsdl/hdi.services.gfb2004.IGfb2004
/' xmlns:electric='http://www.themindelectric.com/'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:http='http://schemas.xmlsoap.org/wsdl/http/'
xmlns:mime='http://schemas.xmlsoap.org/wsdl/mime/'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
xmlns='http://schemas.xmlsoap.org/wsdl/'>
<types>
<schema xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:tns='http://www.themindelectric.com/package/java.lang/'
targetNamespace='http://www.themindelectric.com/package/java.lang/'>

<complexType name='ArrayOfstring'>
<complexContent>
<restriction base='soapenc:Array'>
<attribute ref='soapenc:arrayType'
wsdl:arrayType='string[]'/>
</restriction>
</complexContent>
</complexType>
</schema>
<schema xmlns='http://www.w3.org/2001/XMLSchema'
xmlns:tns='http://xml.apache.org/xml-soap'
targetNamespace='http://xml.apache.org/xml-soap'>
<complexType name='Map'>
<sequence>
<element name='item' minOccurs='0'
maxOccurs='unbounded'>
<complexType>
<sequence>
<element name='key' type='anyType'/>
<element name='value' type='anyType'/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
</schema>
</types>
<message name='calculate10SoapIn'>
<part name='arg0' type='xsd:string'/>
<part name='arg1' type='xsd:string'/>
<part name='arg2' type='xsd:boolean'/>
<part name='arg3' type='xsd:string'/>
<part name='arg4' type='xsd:boolean'/>
<part name='arg5' type='xsd:string'/>
<part name='arg6' type='xsd:string'/>
<part name='arg7' type='xsd:string'/>
<part name='arg8' type='xsd:int'/>
<part name='arg9' type='xsd:int'/>
</message>
<message name='calculate10SoapOut'>
<part name='Result'
xmlns:ns1='http://xml.apache.org/xml-soap'
type='ns1:Map'/>
</message>
<message name='calculate21SoapIn'>
<part name='arg0' type='xsd:string'/>
<part name='arg1' type='xsd:string'/>
<part name='arg2' type='xsd:boolean'/>
<part name='arg3' type='xsd:string'/>
<part name='arg4' type='xsd:boolean'/>
<part name='arg5' type='xsd:string'/>
<part name='arg6' type='xsd:string'/>
<part name='arg7' type='xsd:string'/>
<part name='arg8' type='xsd:int'/>
<part name='arg9' type='xsd:int'/>
</message>
<message name='calculate21SoapOut'>
<part name='Result'
xmlns:ns1='http://xml.apache.org/xml-soap'
type='ns1:Map'/>
</message>
<message name='getTowns2SoapIn'/>
<message name='getTowns2SoapOut'>
<part name='Result'
xmlns:ns1='http://www.themindelectric.com/package/java.lang/'
type='ns1:ArrayOfstring'/>
</message>
<message name='getCarTypes3SoapIn'/>
<message name='getCarTypes3SoapOut'>
<part name='Result'
xmlns:ns1='http://www.themindelectric.com/package/java.lang/'
type='ns1:ArrayOfstring'/>
</message>
<portType name='hdi.services.gfb2004.IGfb2004Soap'>
<operation name='calculate1' parameterOrder='arg0 arg1 arg2
arg3 arg4 arg5 arg6 arg7 arg8 arg9'>
<input name='calculate10SoapIn'
message='tns:calculate10SoapIn'/>
<output name='calculate10SoapOut'
message='tns:calculate10SoapOut'/>
</operation>
<operation name='calculate2' parameterOrder='arg0 arg1 arg2
arg3 arg4 arg5 arg6 arg7 arg8 arg9'>
<input name='calculate21SoapIn'
message='tns:calculate21SoapIn'/>
<output name='calculate21SoapOut'
message='tns:calculate21SoapOut'/>
</operation>
<operation name='getTowns' parameterOrder=''>
<input name='getTowns2SoapIn'
message='tns:getTowns2SoapIn'/>
<output name='getTowns2SoapOut'
message='tns:getTowns2SoapOut'/>
</operation>
<operation name='getCarTypes' parameterOrder=''>
<input name='getCarTypes3SoapIn'
message='tns:getCarTypes3SoapIn'/>
<output name='getCarTypes3SoapOut'
message='tns:getCarTypes3SoapOut'/>
</operation>
</portType>
<binding name='hdi.services.gfb2004.IGfb2004Soap'
type='tns:hdi.services.gfb2004.IGfb2004Soap'>
<soap:binding style='rpc'
transport='http://schemas.xmlsoap.org/soap/http'/>
<operation name='calculate1'>
<soap:operation soapAction='calculate1' style='rpc'/>

<input name='calculate10SoapIn'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</input>
<output name='calculate10SoapOut'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</output>
</operation>
<operation name='calculate2'>
<soap:operation soapAction='calculate2' style='rpc'/>

<input name='calculate21SoapIn'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</input>
<output name='calculate21SoapOut'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</output>
</operation>
<operation name='getTowns'>
<soap:operation soapAction='getTowns' style='rpc'/>
<input name='getTowns2SoapIn'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</input>
<output name='getTowns2SoapOut'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</output>
</operation>
<operation name='getCarTypes'>
<soap:operation soapAction='getCarTypes' style='rpc'/>

<input name='getCarTypes3SoapIn'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</input>
<output name='getCarTypes3SoapOut'>
<soap:body use='encoded'
namespace='http://tempuri.org/hdi.services.gfb2004.IGfb2004'
encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
</output>
</operation>
</binding>
<service name='hdi.services.gfb2004.IGfb2004'>
<port name='hdi.services.gfb2004.IGfb2004Soap'
binding='tns:hdi.services.gfb2004.IGfb2004Soap'>
<soap:address
location='https://www.ahbrt.hu/hdiservices/urn:gfb2004'/>

</port>
</service>
</definitions>
please help me

Thanks

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: ffhansix | last post by:
Hi, I am having problems with generating a c# proxy class from a IBM websphere WSDL file, when running the wsdl.exe to create the c# proxy file command i recieve an error: Warning: one or...
0
by: Elhanan | last post by:
hi.. i have a small Web Service which is consumed by dotnet application the webservice is located in 2 places. the first is my local tomcat, and the second is in websphere server. problems is...
9
by: Cesar | last post by:
Hello there, A java programmer sent me a wsdl file, which I have to use to consume his web methods. When I run the wsld.exe tool to generate the class' code, I get the following message: ...
3
by: Siva | last post by:
Hi all, I want to Convert a WSDL to a SOAP message. Is there any way to do this. I am using .NET 2.0 Thanks in Advance Siva
5
by: Nick K. | last post by:
I use wsdl.exe to generate client code to call a web service. The actual web service is generated with the BizTalk Web Services Publishing Wizard. I'm not sure this is particular to the BizTalk...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.