Consuming .asmx Web Service in java?

Junior Hernando Huaman Flores

I have a web service that was built in .NET, and published in the IIS 7.5. I tried it and if it works, but now the issue is how to consume webservice .asmx

The problem is that it has the following address, and does not end with wsdl.

192.168.1.15/webservice/WebServiceFOX.asmx?op=ExisteExpediente

Image 01: http://postimg.org/image/l46c5nt79/

Image 02: http://postimg.org/image/6wgnh0gid/

The issue is how is a web service without wsdl extension, I would not recognize netbeans tool to generate code java me, for later consumption of web service from java. I hope you can help me.

Bogdan

The WSDL for the service should be at this URL: <the_host>/webservice/WebServiceFOX.asmx?wsdl where the host is wherever the service is hosted (localhost in your images, or 192.168.1.15 in your question).

The endpoint to where to send the SOAP request should be <the_host>/webservice/WebServiceFOX.asmx.

ASP.NET generates those pages you see to allow you to test the service inside the browser with GET requests. In those pages there should be a link to the WSDL (in English it's a link called the "Service Description").

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Consuming secure web service from JAVA

From Dev

Consuming a Web Service not responding?

From Dev

Consuming web service with jQuery

From Dev

Passing date to ASMX web service

From Dev

Run asmx web service on STA

From Dev

Async call of ASMX web service

From Dev

Getting NullPointerException when consuming Java web service using PHP

From Dev

Consuming xml rest web service

From Dev

Consuming a web service - Delphi 6

From Dev

Consuming a SOAP web service with Swift

From Dev

Consuming Web Service Android 4.0

From Dev

.Net MVC Consuming Web Service

From Dev

Running a .asmx Web service as a Windows Service

From Dev

Getting the IP address of the client on an ASMX Web service

From Dev

jQuery ajax request from asmx web service

From Dev

Deserialization of ASMX web service failing partially

From Dev

Effects of adding new method to asmx web service

From Dev

Getting the IP address of the client on an ASMX Web service

From Dev

“Could not find a part of the path” asmx web service

From Dev

Deploy an asmx web service to a shared hosting server

From Dev

Call ASMX web service with parameter and get value from that web service?

From Dev

Create POJO for consuming REST Web Service with Spring

From Dev

Conversion Issue when consuming soap web service

From Dev

Consuming REST Web Api service from angularjs

From Dev

Consuming web service (Soap) using php client

From Dev

Consuming web service from Adobe FLEX

From Dev

Consuming a web service over a HTTPS connection

From Dev

Consuming web service (Soap) using php client

From Dev

Error consuming Web Service ASP.NET