Hi,
I'm trying to work with JBI (java Business Integration) services, that are
basically WSDL-described services.
In order to invoque a service, I need to generate a single part WSDL1.1 message,
which would somewhat look like, for example :
<?xml version="1.0" encoding="UTF-8"?>
<AllOrders xmlns="uri:com.bptest.types">
<Order>
<OrderId>$sequence$</OrderId>
<OrderType>BookOrder</OrderType>
<OrderDetails>
<BookOrder>
<id>$sequence$</id>
....
I would likely work with POJOs, but any other easy method is welcome.
Is it possible, with ActiveSOAP, to generate such XML format by tellign it to
marshall my AllOrders class, for example... ?
I don't need to invoque the service, just get a string with this content, my JBI
container will take care of the rest.
If you have any tip, even without using ActiveSOAP, I'm open.
Thanks a lot,
Sami Dalouche
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.