Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <sws:dynamic-wsdl id="spml-readonly"
  2. portTypeName="SpmlReadOnlyService"
  3. locationUri="SpmlReadOnly">
  4. <sws:xsd location="/WEB-INF/xsd/spml/pstc_spmlv2_core.xsd"/>
  5. </sws:dynamic-wsdl>
  6.  
  7. <sws:dynamic-wsdl id="spml-crud"
  8. portTypeName="SpmlCrudService"
  9. locationUri="SpmlCrud">
  10. <sws:xsd location="/WEB-INF/xsd/spml/pstc_spmlv2_core.xsd"/>
  11. <sws:xsd location="/WEB-INF/xsd/spml/pstc_spmlv2_search.xsd"/>
  12. <sws:xsd location="/WEB-INF/xsd/spml/pstc_spmlv2_batch.xsd"/>
  13. </sws:dynamic-wsdl>
  14.  
  15. @PayloadRoot(namespace = NAMESPACE_URI, localPart = "lookupRequest")
  16. @ResponsePayload
  17. public Source handleLookupRequest(SoapMessage message) throws Exception {
  18. ...
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement