• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

about java2WSDL tool

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello.

i posted this under webservice thread too. im posting it here so i could get responses sooner.

i am trying to use java.util.Properties as a field in one of my classes. i use this script to create the wsdd and the wsdl of the webservice:

java -cp . -Dsoap.path=c:\testing -Djava.ext.dirs=./lib org.apache.axis.wsdl.Java2WSDL -o AccountManagementWebService.wsdl -l"http://localhost:8080/axis/services/AccountManagementWebService" -n"urn:AccountManagementWebService" -s"AccountManagementWebService" net.telic.rtbec.ws.AccountManagementWebService

and it keeps on returning this:

- The class java.util.Properties is defined in a java or javax package and cannot be converted into an xml schema type. An xml schema anyType will be used to define this class in the wsdl file.

one of the SoapObjects that implements serializable has one of its fields as a Properties object.

if i would manipulate the wsdd directly, what namespace and details would i place?

for responses, please email me directly at kgmanuel@mnl.telic.net

much thanks. and good day
 
I'm gonna teach you a lesson! Start by looking at this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic