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
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
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