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

Java 5 and rpc/encoded

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been using Axis1 but I now need to use Java 5 which Axis1 does not support. I've tried Axis2 and XFire1.1, but I have no control over the WSDL which uses the rpc/encoded binding. Axis2 does not support the rpc/encoded and nor does XFire1.1 However, Axis1 did support rpc/encoded

Are there any other options available to me??

Thanks,

Sid
 
Sid Remey
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://rmh.blogs.com/weblog/2006/04/redeemed_jaxws_.html

Here, RMH says that "Everyone knows that SOAP Encoding is a bad idea anyway".

Anyone care to explain why that is???

Thanks,

Sid
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ummmm, how did you get the idea that Java 5 does not support Axis 1?
[ May 24, 2006: Message edited by: Ulf Dittmer ]
 
Sid Remey
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oops...my bad. The very latest version of Axis1 does support Java 5. I guess that it won't be around for too much longer though as Axis2 seems to be the current favourite.

Thanks for the heads-up.

Sid
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Axis 1 ist still under development (1.3 and 1.4 came out over the last 6 month or so), although it probably won't see major new features. But it is stable and supports a number of features which Axis 2 does not yet have, so I'm planning on using it for a good while longer.
 
Stinging nettles are edible. But I really want to see you try to eat this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic