cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Generation Failure for ArcWeb WSDL

Former Member
0 Kudos

I am using the ProxyGenerator part of inqmysoap.jar. When I use it for the following WSDL

<u>http://arcweb.esri.com/services/v2/MapImage.wsdl</u>

I get the following error:

Warning: [-1] 'xs:include' without a 'schemaLocation'

Exception in thread "main" com.inqmy.lib.wsdl.WSDLException: Error in WSDL file

! Element documentation not recognized!

at com.inqmy.lib.wsdl.WSDLHandler.startElement(WSDLHandler.java:148)

Any ideas what the problem is?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found the solution. For whatever reason there should be no <documenation> subtag under a <part> tag. <part> tag in this case is under the <message> tag.

I took out all the <documentation> tags and the proxies were generated.