• 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

JBoss

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

Can we deploy a webservice that uses SOAPElement developed in IBM RAD 6.0 on JBoss 4.x?

will there be any issues?

Did any of do that before?

Appreciate you help here.

Thanks.

mohan
 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"SOAPElement developed in IBM RAD 6.0" ... what do you mean by this ? If there is any JAX-RPC implementation of IBM then it may be incompatible with JBoss. Use AXIS instead if that is really a problem.
 
mohan vali
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kumaran,

I am working on a document oriented web service.

I have to use xsd:any in WSDL. When I used this WSDL for generating skeleton classes in RAD, it is gave me SOAPElement as the argument for one of the methods. we are planning to deploy this WS in JBoss.

will there be any issues?

Because, IBM uses its own soap run time enviroment, and JBoss uses Apache axis, I am little skeptic about this process.

Can any one help me here?


Venkat.
 
Ranch Hand
Posts: 293
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure if this helps, but JBoss Web Services are BP 1.0 compliant. So if what you are doing is BP 1.0 compliant also, you should be OK.
[ September 14, 2005: Message edited by: Dave Salter ]
 
mohan vali
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply, Dave.

Do you know how to bind an XML document (recieved through a SOAPElement using xsd:any) to JAXB frame work. is it possible in WSAD/RAD?
 
Crusading Chameleon likes the size of this ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic