Re: Development with Message style

2003-06-20 Thread remko de knikker
bject: Development with Message style From: "Yuriy Zubarev" Date: 2003-06-19 14:25:12 Hello everyone, I'm developing a SOAP service using Message style (the XML schema has been imposed on me, so Soap Body must be of certain format) and I have the following method in my se

Development with Message style

2003-06-19 Thread Yuriy Zubarev
Hello everyone, I'm developing a SOAP service using Message style (the XML schema has been imposed on me, so Soap Body must be of certain format) and I have the following method in my service class: public Document processOrder(Document request) { ... } The main problem is that based on some con

Development with Message style

2003-06-18 Thread Yuriy Zubarev
Hello everyone, I'm developing a SOAP service using Message style (the XML schema has been imposed on me, so Soap Body must be of certain format) and I have the following method in my service class: public Document processOrder(Document request) { ... } The main problem is that based on some con