1. How to attach a prefix to an element (AbstractDomPayloadEndpoint) forum.springsource.orgHow to attach a prefix to an element (AbstractDomPayloadEndpoint) I am trying to attach a prefix to elements in my SoapResponse, but with no success. This is the desired response: |
2. difference b/w ServletEndPoint and AbstractDomPayloadEndpoint? which one is pref ?why forum.springsource.orgWhat is the difference between creating the web services using org.springframework.remoting.jaxrpc.ServletEndPoin t and using spring-ws-1.0-m2.zip (org.springframework.ws.endpoint.AbstractDomPayloa dEndpoint.AbstractDomPayloadEndpoint). Is it ok to use any way or am I missing some differences? Can ... |
3. difference b/w ServletEndPoint and AbstractDomPayloadEndpoint? which one is pref ?why forum.springsource.orgWhat is the difference between creating the web services using org.springframework.remoting.jaxrpc.ServletEndPoin t and using spring-ws-1.0-m2.zip (org.springframework.ws.endpoint.AbstractDomPayloa dEndpoint.AbstractDomPayloadEndpoint). Is it ok to use any way or am I missing some differences? Can ... |
4. How can I get the full Soap message inside of AbstractDomPayloadEndpoint ? forum.springsource.orgHow can I get the full Soap message inside of AbstractDomPayloadEndpoint ? I am new to this Spring-WS, so please be nice. I have my own endpoint implementation: public class MyEndpoint ... |
5. AbstractDomPayloadEndpoint always returning soap fault - empty body forum.springsource.orgThanks for any help. No matter what Element I return from my AbstractDomPayloadEndpoint invokeInternal, I get a soap fault as a response in my client code. I suspect I am configuring ... |
6. Nullpointer execption from AbstractDomPayloadEndpoint.invoke forum.springsource.orgFeb 22nd, 2010, 10:12 AM #1 Franklin Antony View Profile View Forum Posts Private Message Member Join Date Apr 2007 Posts 59 Nullpointer execption from AbstractDomPayloadEndpoint.invoke Dear Friends, After long two ... |
7. Proper cleanup of PayloadEndpoint (AbstractDomPayloadEndpoint) forum.springsource.orgI am creating a connection to a BerkeleyDB database in my constructor of an AbstractDomPayloadEndpoint extension. My question is simple, how can I have this connection closed when the Endpoint is ... |