• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Trouble generating Exchange web service client using Axis2

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

I am trying to generate a web service client for Exchange Web services (2010). I saved my WSDL, "types.xsd" and "messages.xsd" locally. I have a simple Ant build script ...



but I get this error ...



Any ideas how to troubleshoot this further or other steps for going forward? Thanks, - Dave
 
Ranch Hand
Posts: 122
Mac IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I remember correctly Microsoft left out the service element from the WSDL. I remember a while back I ended up modifying the WSDL and adding that missing section and then Axis worked fine.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can also look at JWebServices for Exchange, an API that makes it easy to work with Exchange 2007/2010
 
Dave Alvarado
Ranch Hand
Posts: 436
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Regarding

> I remember a while back I ended up modifying the WSDL and adding that missing section and then Axis worked fine

Can you show me how you modified the WSDL? What do you mean they left out the service element?

Alex, Thanks for the link, but it looks like you have to pay for JWebService. Do you know of any open source or other freeware that interacts with Exchange?

Thanks, - Dave
 
Can you really tell me that we aren't dealing with suspicious baked goods? And then there is this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic