Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:stud="http://nwu.ac.za/wsdl/StudentRecordMaintenance">
  2. <soapenv:Header/>
  3. <soapenv:Body>
  4. <stud:getCurrRegGroupForStudentModule>
  5. <!--1 or more repetitions:-->
  6. <studentModules>
  7. <!--Optional:-->
  8. <academicPeriod>
  9. <acadPeriodtTypeKey>vss.code.AcademicPeriod.YEAR</acadPeriodtTypeKey>
  10. <acadPeriodValue>2019</acadPeriodValue>
  11. </academicPeriod>
  12. <conditionalRegistration>0</conditionalRegistration>
  13. <exemption>0</exemption>
  14. <!--Optional:-->
  15. <module>AADS511</module>
  16. <univNumber>20878273</univNumber>
  17. </studentModules>
  18. <!--Optional:-->
  19. <contextInfo>
  20. <subscriberClientName>SOAPUI</subscriberClientName>
  21. </contextInfo>
  22. </stud:getCurrRegGroupForStudentModule>
  23. </soapenv:Body>
  24. </soapenv:Envelope>
  25.  
  26.  
  27. Message:
  28. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  29. <soap:Body>
  30. <soap:Fault>
  31. <faultcode>soap:Server</faultcode>
  32. <faultstring>java.lang.NullPointerException</faultstring>
  33. </soap:Fault>
  34. </soap:Body>
  35. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement