I do not know anything about WEB-SERVICES
, this being the first time I'm using it.
After a lot of research I was able to "import" the WSDL file into java and thus "map" all classes of Web-Service
, but this created me many classes and now I do not know which ones to use.
web-service
was developed in PHP
with NuSOAP
, and I think it uses an old technology, something like JAX-RPC STYLE
(I had to install the netbeans plugin to get this mapping). >
Now in the web-service I have for example this function:
ProductList
How can I list these products?
Classes I have regarding this:
Lista_produtos.java
Lista_produtos_SOAPBUiler.java
Lista_produtos_SOAPserializer.java
RealtimeWebService.java//Penso que são as class principais
RealtimeWebService_Impl.java//Penso que são as class principais
RealtimeWebServicePortType.java
RealtimeWebServicePortTypeLista_produtosRequestStruct.java
RealtimeWebServicePortTypeLista_produtosRequestStruct_SOAPBuiler.java
RealtimeWebServicePortTypeLista_produtosRequestStruct_SOAPSerializer.java
By name can you tell me how to do it? Is this usually generic or does it depend on the implementation of each WSDL?