1. On the first page of service registration screen , don't eneter the WSDL URL leave it blank.Pick the HTTP(S) as the protocol
2. On the second page Enter the URL of the end point , which might be a servlet expecting XML over HTTP.
3. make the isSoapService flag to false. This will indicate the service expects XML.
4. After you register the service you get the URL for the service like http
Please note that for this type of service (XML over HTTP ) , the actual URL will be
http://
SO if you use the default URL provided at the end of the registration that will not work with the XML over HTTP service.
No comments:
Post a Comment