What is the best solution (if any) to call the vb.net web service with Java / JSP? If anyone could point me to any examples / links, I would really appreciate it.
Thank!
To connect Java to the .NET web service, you will first need to create a WSDL. This can be done by adding ?WSDL.asmx (.NET) to the web service, for example.http://localhost:8080/myApp/myService.asmx?WSDL
?WSDL
http://localhost:8080/myApp/myService.asmx?WSDL
To understand this, for Java you need a web service client. In Java 6, JAX-WS is the latest specification.
The next client that conforms to JAX-WS is:
- java WSDL. java 6 ( JDK_HOME/bin) ( ) WSDL java-. wsimport () .
, - java, -, -.
, - (RESTful SOAP ..). , - - , . , - , .
, VB.net, - .
: SOAP- , WSDL-. . Java WSDL WSDL2Java.
Java, :
"- VB.NET" - ASP.NET( .asmx), Java Soap.
- ASP.NET WSDL ( -), , ?WSDL .asmx -. -, , SOAP, , . WSDL - , , , .
.asmx
WSDL - XML- SOAP. , XML- SOAP HTTP-. , SOAP-. -, , -.
Source: https://habr.com/ru/post/1761583/More articles:Is there a performance limitation for storing values in the web.config file compared to const fields? - optimizationJPA gets values from collections of objects - javahow to shorten a url in a mathematical approach - sqlI need a using statement when installing a control data source on sqldatareader - asp.netHow to extend the Zend Framework RESTful authentication application? - phpActive or passive FTP detection - pythonCall the AOP proxy by calling a method in bean - javaКак правильно лицензировать виджет в отличие от приложения? - androidWhat is the difference between a semaphore and a critical region? - semaphoreUNIX BASH: extract a number from a string - stringAll Articles