• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse-WSDL to Java

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

First time poster here.

Anyways I am a complete novice when it comes to Web Services so execuse my ignorance.

I have created a web service from a WSDL file using axis 2 1.4.1, the issue I am having is say the WSDL file is called CardService; it creates a CardServiceSkeleton with all the relevant operations/methods in. The thing I am having trouble with is that the operations are returning weird types, for example a method called isCardAvailable is returning a type of IsCardAvailableResponseE?? I thought it would just be IsCardAvailableResponse but whats with the "E" on the end, why has the Response been wrapped up in this E class?

Again this may be a stupid question.

Thanks

Will
 
Willhelm Smith
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No one?

Maybe the issue is to specific???
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you please post the WSDL file?

Regards,
Dan
 
Willhelm Smith
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Dan Drillich wrote:Can you please post the WSDL file?

Regards,
Dan



Why do you need it? I'm just wondering what this will tell you?
 
See where your hand is? Not there. It's next to this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic