473,394 Members | 1,812 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.

wsdm

Hi

I have a problem, I have a wsdl file, I want this import (wsdl.exe)
-> 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
0 847

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

Similar topics

0
by: Betty Harvey | last post by:
The next meeting of the XML Users Group will be held on Wednesday, February 18, 2004 at the American Geophysical Union (AGU) at 2000 Florida Avenue, N.W., Washington, DC 20009-1277. The meeting...
0
by: easoft | last post by:
Hi I have a problem, I have a wsdl file, I want this import (wsdl.exe) -> error but this file is good in wsdl to php, and wsdl to java <?xml version='1.0' encoding='UTF-8'?>
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
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
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.