Forum Discussion

PacRat's avatar
PacRat
New Contributor
7 years ago
Solved

$MissingTransportException: Missing protocol in endpoint

How do I find out what transport protocol is missing?   I get the following message, but the error log is empty.  I added SSLv3,TLv1.2 to SOAP UI.

 

2018-01-12 16:25:38,209 INFO [SoapUI] Used java version: 1.8.0_152
2018-01-12 16:25:51,990 ERROR [SoapUI] An error occurred [com.eviware.soapui.impl.wsdl.submit.RequestTransportRegistry$MissingTransportException: Missing protocol in endpoint [https:/VSEGroup2.usa-ed.net:8056/sst/com.slma.ai01.ssl.Classv10.GetServicingProfile]], see error log for details
2018-01-12 16:25:51,990 ERROR [errorlog] com.eviware.soapui.model.iface.Request$SubmitException: com.eviware.soapui.impl.wsdl.submit.RequestTransportRegistry$MissingTransportException: Missing protocol in endpoint [https:/VSEGroup2.usa-ed.net:8056/sst/com.slma.ai01.ssl.Classv10.GetServicingProfile]
com.eviware.soapui.model.iface.Request$SubmitException: com.eviware.soapui.impl.wsdl.submit.RequestTransportRegistry$MissingTransportException: Missing protocol in endpoint [https:/VSEGroup2.usa-ed.net:8056/sst/com.slma.ai01.ssl.Classv10.GetServicingProfil

  • It appears that I accidently deleted a slash and that caused this issue.

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    What does it show in the Raw tab of request editor when you call the rest service from SoapUI?
    • PacRat's avatar
      PacRat
      New Contributor

      The raw request only has below:

       

      <missing raw request data>

       

      This is for a SOAP service.

       

       

      • nmrao's avatar
        nmrao
        Champion Level 3
        Would you be able to show the screen shot of Request editor?
  • PacRat's avatar
    PacRat
    New Contributor

    It appears that I accidently deleted a slash and that caused this issue.