473,386 Members | 1,705 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,386 software developers and data experts.

Cannot resolve apachesoap:Map

Hello all,

I am developing a Visual Studio .Net 2005 application that consumes an Axis
1.3 web service.

Importing the WSDL file generates an error "cannot resolve apachesoap:Map
type"

What's wrong? Does the JAVA guy has to correct something?

Here is the beginning of the WSDL file:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://xfleet.de/webservices"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://xfleet.de/webservices"
xmlns:intf="http://xfleet.de/webservices"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns1="http://xfleet.de/types"
xmlns:tns10="{http://xfleet.de/types}CarSelectionDetail"
xmlns:tns11="{http://xfleet.de/types}SecurityRequest"
xmlns:tns12="{http://xfleet.de/types}Authorization"
xmlns:tns13="{http://xfleet.de/types}KeyValue"
xmlns:tns14="{http://xfleet.de/types}InvalidationList"
xmlns:tns15="{http://xfleet.de/types}AuthorizationSize"
xmlns:tns16="{http://xfleet.de/types}Manufacturer"
xmlns:tns17="{http://xfleet.de/types}AuthorizationList"
xmlns:tns18="{http://xfleet.de/types}NestedRuntimeException"
xmlns:tns19="{http://xfleet.de/types}Company"
xmlns:tns2="{http://xfleet.de/types}MessageList"
xmlns:tns20="{http://xfleet.de/types}InvalidationEvent"
xmlns:tns21="{http://xfleet.de/types}ModelLine"
xmlns:tns22="{http://xfleet.de/types}TransmissionSystem"
xmlns:tns23="{http://xfleet.de/types}PasswordChangeRequest"
xmlns:tns24="{http://xfleet.de/types}Body"
xmlns:tns25="{http://xfleet.de/types}VehicleType"
xmlns:tns26="{http://xfleet.de/types}CarSelectionFilter"
xmlns:tns27="{http://xfleet.de/types}Realm"
xmlns:tns28="{http://xfleet.de/types}CylinderAlignment"
xmlns:tns29="{http://xfleet.de/types}AuthenticationMethod"
xmlns:tns3="{http://xfleet.de/types}Relation"
xmlns:tns30="{http://xfleet.de/types}Drive"
xmlns:tns31="{http://xfleet.de/types}User"
xmlns:tns32="{http://xfleet.de/types}CarDetailKey"
xmlns:tns33="{http://xfleet.de/types}Condition"
xmlns:tns34="{http://xfleet.de/types}NestedException"
xmlns:tns35="{http://xfleet.de/types}EngineType"
xmlns:tns36="{http://xfleet.de/types}CarSelectionResults"
xmlns:tns37="{http://xfleet.de/types}SessionToken"
xmlns:tns38="{http://xfleet.de/types}UnauthorizedAccessException"
xmlns:tns39="{http://xfleet.de/types}Tail"
xmlns:tns4="{http://xfleet.de/types}Contact"
xmlns:tns40="http://exceptions.common.xfleet.dcb.com"
xmlns:tns41="http://logon.security.common.xfleet.dcb.com"
xmlns:tns42="http://security.common.xfleet.dcb.com"
xmlns:tns5="http://data.common.xfleet.dcb.com"
xmlns:tns6="{http://xfleet.de/types}LimitAttribute"
xmlns:tns7="{http://xfleet.de/types}Message"
xmlns:tns8="{http://xfleet.de/types}UserDataObject"
xmlns:tns9="{http://xfleet.de/types}FuelType"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.3
Built on Oct 05, 2005 (05:23:37 EDT)-->
<wsdl:types>
<schema targetNamespace="{http://xfleet.de/types}MessageList"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://logon.security.common.xfleet.dcb.com"/>
<import namespace="http://exceptions.common.xfleet.dcb.com"/>
<import namespace="http://xfleet.de/types"/>
<import namespace="http://xfleet.de/webservices"/>
<import namespace="http://data.common.xfleet.dcb.com"/>
<import namespace="http://security.common.xfleet.dcb.com"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
</schema>
<schema targetNamespace="http://xfleet.de/types"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://logon.security.common.xfleet.dcb.com"/>
<import namespace="http://exceptions.common.xfleet.dcb.com"/>
<import namespace="http://xfleet.de/webservices"/>
<import namespace="http://data.common.xfleet.dcb.com"/>
<import namespace="http://security.common.xfleet.dcb.com"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="MessageList">
<sequence>
<element maxOccurs="1" minOccurs="0" name="list" nillable="true"
type="soapenc:Array"/>
</sequence>
</complexType>
<complexType name="Relation">
<sequence>
<element maxOccurs="1" minOccurs="0" name="elements" nillable="true"
type="soapenc:Array"/>
</sequence>
</complexType>
<complexType name="Contact">
<sequence>
<element name="street" type="xsd:string"/>
<element name="poBox" type="xsd:string"/>
<element name="city" type="xsd:string"/>
<element name="postalCode" type="xsd:string"/>
<element name="phone" type="xsd:string"/>
<element name="fax" type="xsd:string"/>
<element name="mobile" type="xsd:string"/>
<element name="pager" type="xsd:string"/>
<element name="url" type="xsd:string"/>
<element name="emails" type="apachesoap:Map"/>
</sequence>
</complexType>
<complexType name="LimitAttribute">
<sequence>
<element name="min" type="xsd:long"/>
<element name="max" type="xsd:long"/>
</sequence>
</complexType>
<complexType name="Message">
<sequence>
<element maxOccurs="1" minOccurs="0" name="locationKey" nillable="true"
type="xsd:string"/>
<element maxOccurs="1" minOccurs="0" name="messageKey" nillable="true"
type="xsd:string"/>
<element maxOccurs="1" minOccurs="0" name="values" nillable="true"
type="soapenc:Array"/>
</sequence>
</complexType>
<complexType name="UserDataObject">
<complexContent>
<extension base="tns1:Contact">
<sequence>
<element name="userName" type="xsd:string"/>
<element name="title" type="xsd:string"/>
<element name="firstName" type="xsd:string"/>
<element name="lastName" type="xsd:string"/>
<element name="dob" type="xsd:dateTime"/>
<element name="gender" type="xsd:string"/>
<element name="locale" type="xsd:string"/>
<element name="costCenterIdent" type="xsd:string"/>
<element name="groupIdent" type="xsd:string"/>
<element name="contractNr" type="xsd:string"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="FuelType">
<sequence>
<element name="code" type="xsd:string"/>
<element name="description" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="CarSelectionDetail">
<sequence>
<element name="emissionGroups" type="soapenc:Array"/>
<element name="body" type="tns1:KeyValue"/>
...

Thanks in advance and best regards.

Hennesey
Feb 16 '06 #1
1 4921
Hi,

yes he does ;).

That type isn't interoperable. You should be using document/literal for your
services.

If you're developing web services you should check always for
interoperability issues. Check the ws-i web site http://www.ws-i.org/.
"Hennesey" wrote:
Hello all,

I am developing a Visual Studio .Net 2005 application that consumes an Axis
1.3 web service.

Importing the WSDL file generates an error "cannot resolve apachesoap:Map
type"

What's wrong? Does the JAVA guy has to correct something?

Here is the beginning of the WSDL file:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://xfleet.de/webservices"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://xfleet.de/webservices"
xmlns:intf="http://xfleet.de/webservices"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns1="http://xfleet.de/types"
xmlns:tns10="{http://xfleet.de/types}CarSelectionDetail"
xmlns:tns11="{http://xfleet.de/types}SecurityRequest"
xmlns:tns12="{http://xfleet.de/types}Authorization"
xmlns:tns13="{http://xfleet.de/types}KeyValue"
xmlns:tns14="{http://xfleet.de/types}InvalidationList"
xmlns:tns15="{http://xfleet.de/types}AuthorizationSize"
xmlns:tns16="{http://xfleet.de/types}Manufacturer"
xmlns:tns17="{http://xfleet.de/types}AuthorizationList"
xmlns:tns18="{http://xfleet.de/types}NestedRuntimeException"
xmlns:tns19="{http://xfleet.de/types}Company"
xmlns:tns2="{http://xfleet.de/types}MessageList"
xmlns:tns20="{http://xfleet.de/types}InvalidationEvent"
xmlns:tns21="{http://xfleet.de/types}ModelLine"
xmlns:tns22="{http://xfleet.de/types}TransmissionSystem"
xmlns:tns23="{http://xfleet.de/types}PasswordChangeRequest"
xmlns:tns24="{http://xfleet.de/types}Body"
xmlns:tns25="{http://xfleet.de/types}VehicleType"
xmlns:tns26="{http://xfleet.de/types}CarSelectionFilter"
xmlns:tns27="{http://xfleet.de/types}Realm"
xmlns:tns28="{http://xfleet.de/types}CylinderAlignment"
xmlns:tns29="{http://xfleet.de/types}AuthenticationMethod"
xmlns:tns3="{http://xfleet.de/types}Relation"
xmlns:tns30="{http://xfleet.de/types}Drive"
xmlns:tns31="{http://xfleet.de/types}User"
xmlns:tns32="{http://xfleet.de/types}CarDetailKey"
xmlns:tns33="{http://xfleet.de/types}Condition"
xmlns:tns34="{http://xfleet.de/types}NestedException"
xmlns:tns35="{http://xfleet.de/types}EngineType"
xmlns:tns36="{http://xfleet.de/types}CarSelectionResults"
xmlns:tns37="{http://xfleet.de/types}SessionToken"
xmlns:tns38="{http://xfleet.de/types}UnauthorizedAccessException"
xmlns:tns39="{http://xfleet.de/types}Tail"
xmlns:tns4="{http://xfleet.de/types}Contact"
xmlns:tns40="http://exceptions.common.xfleet.dcb.com"
xmlns:tns41="http://logon.security.common.xfleet.dcb.com"
xmlns:tns42="http://security.common.xfleet.dcb.com"
xmlns:tns5="http://data.common.xfleet.dcb.com"
xmlns:tns6="{http://xfleet.de/types}LimitAttribute"
xmlns:tns7="{http://xfleet.de/types}Message"
xmlns:tns8="{http://xfleet.de/types}UserDataObject"
xmlns:tns9="{http://xfleet.de/types}FuelType"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.3
Built on Oct 05, 2005 (05:23:37 EDT)-->
<wsdl:types>
<schema targetNamespace="{http://xfleet.de/types}MessageList"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://logon.security.common.xfleet.dcb.com"/>
<import namespace="http://exceptions.common.xfleet.dcb.com"/>
<import namespace="http://xfleet.de/types"/>
<import namespace="http://xfleet.de/webservices"/>
<import namespace="http://data.common.xfleet.dcb.com"/>
<import namespace="http://security.common.xfleet.dcb.com"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
</schema>
<schema targetNamespace="http://xfleet.de/types"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://logon.security.common.xfleet.dcb.com"/>
<import namespace="http://exceptions.common.xfleet.dcb.com"/>
<import namespace="http://xfleet.de/webservices"/>
<import namespace="http://data.common.xfleet.dcb.com"/>
<import namespace="http://security.common.xfleet.dcb.com"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="MessageList">
<sequence>
<element maxOccurs="1" minOccurs="0" name="list" nillable="true"
type="soapenc:Array"/>
</sequence>
</complexType>
<complexType name="Relation">
<sequence>
<element maxOccurs="1" minOccurs="0" name="elements" nillable="true"
type="soapenc:Array"/>
</sequence>
</complexType>
<complexType name="Contact">
<sequence>
<element name="street" type="xsd:string"/>
<element name="poBox" type="xsd:string"/>
<element name="city" type="xsd:string"/>
<element name="postalCode" type="xsd:string"/>
<element name="phone" type="xsd:string"/>
<element name="fax" type="xsd:string"/>
<element name="mobile" type="xsd:string"/>
<element name="pager" type="xsd:string"/>
<element name="url" type="xsd:string"/>
<element name="emails" type="apachesoap:Map"/>
</sequence>
</complexType>
<complexType name="LimitAttribute">
<sequence>
<element name="min" type="xsd:long"/>
<element name="max" type="xsd:long"/>
</sequence>
</complexType>
<complexType name="Message">
<sequence>
<element maxOccurs="1" minOccurs="0" name="locationKey" nillable="true"
type="xsd:string"/>
<element maxOccurs="1" minOccurs="0" name="messageKey" nillable="true"
type="xsd:string"/>
<element maxOccurs="1" minOccurs="0" name="values" nillable="true"
type="soapenc:Array"/>
</sequence>
</complexType>
<complexType name="UserDataObject">
<complexContent>
<extension base="tns1:Contact">
<sequence>
<element name="userName" type="xsd:string"/>
<element name="title" type="xsd:string"/>
<element name="firstName" type="xsd:string"/>
<element name="lastName" type="xsd:string"/>
<element name="dob" type="xsd:dateTime"/>
<element name="gender" type="xsd:string"/>
<element name="locale" type="xsd:string"/>
<element name="costCenterIdent" type="xsd:string"/>
<element name="groupIdent" type="xsd:string"/>
<element name="contractNr" type="xsd:string"/>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="FuelType">
<sequence>
<element name="code" type="xsd:string"/>
<element name="description" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="CarSelectionDetail">
<sequence>
<element name="emissionGroups" type="soapenc:Array"/>
<element name="body" type="tns1:KeyValue"/>
...

Thanks in advance and best regards.

Hennesey

Feb 20 '06 #2

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

Similar topics

2
by: James Hawes | last post by:
Greetings All. We have a web service that was built using Java / Apache. It has a namespace of: http://xml.apache.org/xml-soap with a reference to apachesoap:element. It basically is returning a...
3
by: Andy Baxter | last post by:
I have an image scrolling in a viewport for a panoramic image viewer. The viewport can be resized to several set resolutions so people can adjust the size according to their bandwidth. There are...
7
by: ravips | last post by:
I have a map<char *,int it does not work consistently. I have used similar sort of implementation as below: map<char *,intm1; map<char *,int>::iterator i; m1 = 31; m1 = 28; m1 = 31; m1 =...
0
by: -pb- | last post by:
Hi, I am tring to map the network drive (C$) in c# from ASP.NET page and it seems it is not working...What I really want is to delete the file from the netwrok computer. This file is present...
2
by: Dawoodi Bohra | last post by:
VPN connected but cannot map folders on my computer. I am trying to connect to our headquarters server using VPN (windows XP). I am able to successfully connect to the server (passes...
0
by: shaily | last post by:
hi I have a java web service called "Registration service" and C# client which is a consumer of that service java web service running under Tomcat has following interface API exposed ...
4
by: =?Utf-8?B?SnVhbiBEZW50?= | last post by:
Hi, I am getting the following in a VC++ EXE (using VS2005) that links several C++ DLLs and uses MFC and ATL, when I try to start it under the debugger: ------- 'Exactus.UX.Studio.v1.exe':...
8
by: josh logan | last post by:
Hello, I am using Python 3.0b2. I have an XML file that has the unicode character '\u012b' in it, which, when parsed, causes a UnicodeEncodeError: 'charmap' codec can't encode character...
1
by: HarishAdea | last post by:
Hi, I am trying to run the JAVA pgm, but it is giving error as "selection does not contain a main type". The filename is "ScoreLeadSummary.java" when i try to run it or debug,it gives the pop...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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,...

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.