java - need help in webservice -


I am new to webservice, I used to eclipse for the consumption of a third party free webservice "" webservice "

Successfully tested the following Java files

  • StockQuoteSoap12Stub.java
  • StockQuoteSoap.java
  • / li>
  • StockQuoteSoapStub.java
  • StockQuoteSoapProxy.java
  • Then I tried without assuming using the pivot and command prompt, all added to the D: \ axis-1_4 \ lib jar

    for square paths Managed execution

      java org.apache.axis.wsdl.WSDL2 Java http://www.webservicex.net/stockquote.asmx?WSDL  

    now

  • StockquoteSoap12Stub.java
  • StockQuoteSoap.java
  • StockQuoteSoapStub.java
  • The file is missing StockQuoteSoapProxy.java I have tried my time but unable to get the stack OckQuoteSoapProxy.java file

    With this command line you will be able to generate all:

    wsdl2java -uri -p client.package -d Xmlbeans -s


    Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -