how to get wsdl using wse 2.0 in short
-
how a tcp server running on given uri like "soap:tcp://localhost:8080/MyReceiver" will return wsdl. In normal web service case which runs on http returns wsdl by simply appending '?wsdl' in url, but I am confused how a tcp server will do the same. plzzzzzzzzz reply :((!! thanks:) in advance iffi
-
how a tcp server running on given uri like "soap:tcp://localhost:8080/MyReceiver" will return wsdl. In normal web service case which runs on http returns wsdl by simply appending '?wsdl' in url, but I am confused how a tcp server will do the same. plzzzzzzzzz reply :((!! thanks:) in advance iffi
You an use the url with wsdl query string as http://localhost/myservice.......?wsdl Shahzad Raja
-
You an use the url with wsdl query string as http://localhost/myservice.......?wsdl Shahzad Raja
Thanks raja jee.. But i have tried the way u suggested... http://localhost/myservice.......?wsdl but its not working cz myservice is running on TCP over SOAP soap:tcp://localhost/myservice.......?wsdl I dont think so we can access tcp service using http request.. looking forward