Hi,
I have a webservices client app that was created using Axis 1.4 
which I am trying to migrate to GAE.  
 
1) 
I was trying to use the example 
http://code.google.com/appengine/articles/soap.html
and create a clinet app.
I was parsing our WSDL file using wsimport tool.  I got below error.  Hence 
couldn't generate STUBs.
 
parsing WSDL...

[WARNING] src-resolve: Cannot resolve the name 'soapenc:Array' to a(n) 'type 
definition' component.
  line 24 of 
http://x.x.x.x:8080/axis/services/GetNameById?wsdl#types?schema2
[ERROR] undefined simple or complex type 'soapenc:Array'
  line 24 of http://x.x.x.x:8080/axis/services/GetNameById?wsdl
[ERROR] undefined attribute 'soapenc:arrayType'
  line 25 of http://x.x.x.x:8080/axis/services/GetNameById?wsdl
 
part of WSDL file that is being parsed where error is occuring:

- <schema targetNamespace="http://x.x.x.x:8080/axis/services/GetNameById"; 
xmlns="http://www.w3.org/2001/XMLSchema";>
  <import namespace="urn:BeanService" /> 
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"; /> 
- <complexType name="ArrayOfArrayOf_xsd_string">
- <complexContent>
- <restriction base="soapenc:Array">
  <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[][]" /> 
  </restriction>
  </complexContent>
  </complexType>
  </schema>


 2)Since parsing is not working, I was trying to compile the source package 
generated by Axis 1.4.
I couldn't compile source files and BUILD my web app in Eclipse as STUBS 
generated were using java.net.rmi package which is is not supported by GAE. 

Does any one has any suggestion to solve this issue.

Thanks.

-Rao

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to