SOAP Web Services 03 - Writing a Web service Client: Stub generation

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии •

  • @contactkashif
    @contactkashif 8 лет назад +23

    You just saved me hours of research (and I was looking for a Python tutorial for SOAP). Your explanation is so logical and aligned to newbies. Thanks a ton Koushik!

    • @GianCarlos1987
      @GianCarlos1987 8 лет назад +2

      +Kashif Sami So true. These tutorials are excelent entry points. I was very confused about all those acronyms SOAP RESTful WSDL and so on. And these are not just tutorials about how to do something, they also include conceptual topics well explained, and good examples.

  • @esdrasdebrito
    @esdrasdebrito 11 лет назад +11

    I would like to say that so far I am learning a lot from this tutorial. Thank you for taking the time to put it together.

  • @minpandey5188
    @minpandey5188 10 лет назад +2

    all i know is you are awesome teacher, 2 years ago , i studied spring from you and now web service and you are simple enough to understand even though i am a dummy.

  • @Onduty682
    @Onduty682 11 лет назад

    Hello koushks. You just don't know how many people jobs you safe and how many people you helped to find a new one. I'm really wait with trepidation for your lessons. My bow to you and huge respect.

  • @ramyar6785
    @ramyar6785 6 лет назад +1

    One of the best series on web services. thank you.

  • @latedeveloper7836
    @latedeveloper7836 3 года назад +4

    Very helpful, as always. One question - I'm on Windows but, although I have Java installed properly, I cannot seem to use wsimport
    - I am doing this at the package level in the Java project I have created. What am I doing wrong? My notes below for anyone else who might find them useful:
    0:45 GeoIPService chosen as a random example
    1:00 What the GeoIPService web service does
    1:35 What the example here will do
    2:05 WSDL Schema Location and recap on what a WSDL is/does
    2:18 Accessing the WSDL URL in a browser (an XML document)
    2:45 Focus on wsdl:service - gives the name of the service and the board, and make a note of these
    3:10 Going back to Eclipse IDE
    3:45 Creating the new Java project 'IPLocationFinder'
    4:00 Creating a class to contain the main method, 'IPLocationFinder', same as the project
    4:33 Starting coding the main method: accept an input (IP address), then take the IP address and make a call to the GEOIPService, which will then return a country and print to the console.
    5:00 Checking for input argument - if-else statement
    5:52 Calling the web service to pass IP Address as an argument
    6:27 Making a web service call to the SEI and generating the SEI
    7:00 Using the stub to call the method on
    7:15 A Stub internally translates the local method call to a web service call
    7:35 Generating a stub in command prompt
    8:10 Using WS Import
    8:48 Parameters needed for WS Import
    9:15 Running the wsimport with the WSDL
    9:40 Parsing the WSDL
    10:10 What the wsimport does after the call - a look at the directory and created files
    11:15 Running a wsimport with -keep and -s (including new folder for the -s command)
    12:15 Looking at the Source directory and generated classes

    • @haneenmahmoud1423
      @haneenmahmoud1423 5 месяцев назад +1

      I am facing the same issue, did you manage to find a solution?

    • @TalhaBsbyk
      @TalhaBsbyk 4 месяца назад +1

      If Google isn't lying, wsimport was deprecated after JDK(Java Development Kit) 11 and later. There should be a modern solution for this but I haven't been able to find it yet.

    • @kand7dev
      @kand7dev Месяц назад

      @@TalhaBsbykThere are plugins that provide the wsimport function.
      Just a side not, you won’t be able to consume the service in a simple Java application. You must use an EE container or Spring.
      Spring has a tutorial on SOAP consumption.

  • @gillianbc
    @gillianbc 7 лет назад +1

    Now I understand. At last! Thanks you for such clear explanations in this whole series on webservices.

  • @onsyedes213
    @onsyedes213 3 года назад +1

    i guess youtube should make an "ADORE" button for your videos

  • @pratik3106
    @pratik3106 6 лет назад

    You saved a student today, give a treat to yourself

  • @hahem11
    @hahem11 11 лет назад +6

    You are a legend bro. Thanks for the clear explanation.

  • @jangoosaroj
    @jangoosaroj 11 лет назад +1

    One of the best videos on java tutorial.Really easy to understand and its pulling me more into java with interest.Thanks a lot and god bless U..

  • @saikatbose1980
    @saikatbose1980 11 лет назад

    Thanks, I have gone through a number of tutorials on webservices.. this seems to me the simplest way of learning it.. step by step

  • @Ranjith_P
    @Ranjith_P 4 года назад

    Amazing clarity in teaching ,makes it so very simple

  • @yevgenylvov
    @yevgenylvov 11 лет назад +5

    the best tutorials in the web

  • @priyagavas1
    @priyagavas1 11 лет назад

    Koushik...thanks you so much for your all turorials and guidence....we can just follow your tutorials and go for interview....

  • @lorrainefigueroa4624
    @lorrainefigueroa4624 11 лет назад +3

    Your tutorials are excellent and easy to follow. Have you written a book? If not, you should consider writing one.

  • @bultiiguyyaa4753
    @bultiiguyyaa4753 11 лет назад

    Yoo this guy Has to be praised by the java learners !!

  • @funwithgaganrana
    @funwithgaganrana 10 лет назад

    Really nice and clear. Good job Kaushik.

  • @RaviKumar-jx1lz
    @RaviKumar-jx1lz 9 лет назад

    Thank you for amazing series of technical topics. I'm learning a lot.

  • @masuriha
    @masuriha 9 лет назад

    Amazing series ..this made learning web services very easy !! thanks

  • @allanjohnson6724
    @allanjohnson6724 7 лет назад

    Thanks a lot Kaushik!!! Wonderful teacher

  • @yniranjanmca
    @yniranjanmca 10 лет назад +1

    Best video on stub generation. Tnx for sharing.

    • @RahulRahul-cx5xk
      @RahulRahul-cx5xk 10 лет назад +1

      hi bro,
      i am not able to fire wsimport command in my command prompt, it is showing an error: wsimprt is not an enternal or external command .please help me to resolve this or please provide your contact details

    • @agramsoft8218
      @agramsoft8218 10 лет назад

      Rahul Rahul
      Configure your path to Java bin directory
      e.g. c:\Program Files\Java\jdk1.8.0_25\bin\

    • @SadiaAfrinRaka
      @SadiaAfrinRaka 8 лет назад

      +agram soft hey! thanks for the help but i am still not getting wsimport after setting the path to jdk bin folder. Can u plz help?
      D:\Eclipse\IPLocationFinder\sei>set path = C:\Program Files\Java\jdk1.8.0_60\bin
      D:\Eclipse\IPLocationFinder\sei>wsimport
      'wsiprort' is not recognized as an internal or external command,
      operable program or batch file.

  • @koilk
    @koilk 10 лет назад +13

    just figured it out. if any one out there is getting the :
    [ERROR] .
    et\webservicex\GeoIP.java (The system cannot find the path specified) error
    after they try to wsimport the webservice url check this out:
    The reason its not working for some is
    because the folder has to be placed in a location
    where you can't modify/add a directory through cmd prompt
    for some people when you try to do mkdir sei the folder is not created
    My solution
    Find WSDL url online
    Next go to your JDK directory(C:\Program Files\Java\jdk1.7.0_21)
    Copy the jdk1.7.0_21 folder
    Paste the folder on your desktop (location where you can add folders through command prompt)
    Go back to command prompt
    Go path you just created on your desktop
    which may look something like this
    Ex. C:\Users\Computer Science\Desktop\jdk1.7.0_21>
    next cd into the "bin" folder
    your cmd prompt should look something like this now
    C:\Users\Computer Science\Desktop\jdk1.7.0_21\bin>
    Now add the wsimport in cmd:
    wsimport www.webservicex.net/geoipservice.asmx?WSDL
    once the code has been generated
    then look for the "net" folder in the directory
    it should contain the associated files

  • @6681tom
    @6681tom 11 лет назад

    wow koushck nice to c ur videos again...u r awesome

  • @vipanksingh
    @vipanksingh 9 лет назад

    An excellent series of videos!! Thank you!!

  • @adennis200
    @adennis200 Год назад

    10 years later and Im still watching this because we work with clients that have never heard of rest and still use SOAP... and we need to use their service to fetch some data...

  • @clid.robalo
    @clid.robalo 6 лет назад +2

    I need the url for webservices, please? There is no webservice available on webservicex site

  • @striuncekf
    @striuncekf 6 лет назад +4

    the geoipservice is no longer working :(

  • @Mahesh-yu3th
    @Mahesh-yu3th 11 лет назад

    Stub is nothing but the classes which get generated from the wsdl. These are the classes which helps the client app to communicate to the webservice hosted in other system..
    Hope it is clear.
    Cheers!!

  • @yogeez123
    @yogeez123 11 лет назад

    Hi Koushik,
    Wsimport tool should have been shipped from jdk1.5 onwards right? I can't run this wsimport on jdk1.5... should have been under bin folder right?

  • @ambioombi
    @ambioombi 11 лет назад

    thx koushks,,,all your tutorials are really helpful..need 1 help..what is a stub

  • @mail2chintoo
    @mail2chintoo 7 лет назад

    Nice video for beginners to understand!!!

  • @persistencej3116
    @persistencej3116 9 лет назад +1

    Thanks a million for your tutorials

  • @georgetsiklauri
    @georgetsiklauri Год назад +1

    It would've been nice to do the same topic tutorial, now using jdk >= 11, as JAX-WS tools (like wsimport) have been removed from Java SE, since version 11, and due to this reason, it's quite cumbersome to implement even a simple SOAP client. :)

    • @kand7dev
      @kand7dev Месяц назад

      That’s where Jakarta and Spring Boot comes to play.

  • @UBAISANSARImit
    @UBAISANSARImit 6 лет назад

    Hi Koushik sir, i really appreciate the way you explained it all. could please mention the link of the web service you've used in this program as the service is not available on the website, so that we can test it by our own. thanks

  • @JordTheeNord
    @JordTheeNord 10 лет назад

    at the cmd what exactly is your 'Java Brains' path. Is it the location of your workspace, or your project or is it something else entirely.

  • @pranjalikeskar9932
    @pranjalikeskar9932 4 года назад

    Hi Kaushik, I have Java 11 on my local machine . I am trying to create the project as per this tutorial but wsimport is not there in the jdk. Can you please suggest how it can be done using jaxws-maven-plugin.

  • @difronzogiovanni88
    @difronzogiovanni88 6 лет назад +1

    other url for webservices, please? There is no webservice available on webservicex site

    • @jvminhell
      @jvminhell 6 лет назад +2

      a bit later but you can try with this graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php?wsdl

  • @mohammedabraruddin9779
    @mohammedabraruddin9779 3 года назад +1

    wsimport is not working in java 16 what is the alternative solution for this

  • @alexsun9804
    @alexsun9804 8 лет назад +1

    my cmd does not recognize the wsimport command but if I execute it in the "C:\Program Files\Java\jdk1.8.0_74\bin" I getting some result but I want to generate the stubs in my own directory. How can I manage it? since I can not create a directory in the lib folder.

    • @alexsun9804
      @alexsun9804 8 лет назад

      @Ling Jiang: Thanks for your respose but I tried it before but it did not work. At the end I have generated the classes inside the "C:\Program Files\Java\jdk1.8.0_74\bin" and it worked.

  • @youssofism
    @youssofism 7 лет назад +3

    or u could import the ws directly from eclipse
    RightClick on any Project->Create New Other ->Web Services->Web Service Client->Then paste the wsdl url(or location) in Service Definition->Next->Finish

    • @hamzola19
      @hamzola19 6 лет назад

      thanks

    • @hamzola19
      @hamzola19 6 лет назад

      but this url in video is not working

    • @rudrakshjhalani1681
      @rudrakshjhalani1681 6 лет назад

      @Yusuf Shoair, Thank you for your help

    • @rudrakshjhalani1681
      @rudrakshjhalani1681 6 лет назад

      @@hamzola19 go through one of the comments, someone has replied there a link and that's working

  • @jeeves251
    @jeeves251 8 лет назад +2

    This was really helpful as I'm very new to web services. I'm curious though how you can consume a SOAP service without sending a payload envelope. Can someone help me understand that?

  • @bipikaamatya2578
    @bipikaamatya2578 6 лет назад

    hello, I am trying out this tuturial and am stucked. I am not able to access wsimport. Which command prompt did you switch to ? is the same as CMD in windows? and what is the Home path? is it the path where our Java workspace is?

  • @ChandraSekhar-uz6kf
    @ChandraSekhar-uz6kf 4 года назад

    Hi Koushik wsimport does not support legacy rpc encoding. I can not use axis1.4 due to its vulnerabilities. I am thinking post XML through HttpsURLConnection. Could you please tell me is there any java library that supports legacy rpc encoding style?

  • @shivanisabharwal289
    @shivanisabharwal289 7 лет назад

    I registered to your website javabrains for downloading codes and signing up for tutorials.But I cant find a simple search button to find this course. I am not able to find code for this project for which I signed up. Can't believe the UI of your site is so poor.

  • @akshitgoel1183
    @akshitgoel1183 4 года назад +1

    sir can u tell us how to use wsimport in jdk-14 as it was deprecated in java 11

    • @vijaymishra6963
      @vijaymishra6963 4 года назад +1

      Don't go for it simple. Try some other option. There are many

  • @veerun3104
    @veerun3104 9 лет назад

    Great Tutorials Boss..
    Thanks a lot..!!

  • @DananJoyo
    @DananJoyo 9 лет назад

    why i always got this warning "Description Resource Path Location Type
    Build path specifies execution environment JavaSE-1.7. There are no JREs installed in the workspace that are strictly compatible with this environment. IPLocationFinder Build path JRE System Library Problem"
    i've already installed the jdk1.8 on my kepler eclipse..

  • @christopherami8142
    @christopherami8142 3 года назад

    The webservice webservicex is no longer available !!! which one can i use ??

  • @rajashekharpattar9142
    @rajashekharpattar9142 6 лет назад +1

    hi kaushik,
    i liked your teaching and i just wanted to try this example practically but now the problem is, the link for generating stub is not available any more, can anyone suggest other links.
    www.webservicex.net/geoipservice.asmx?WSDL - is not available.

    • @pawankumargajavalli
      @pawankumargajavalli 6 лет назад +6

      Temp Converter: www.w3schools.com/xml/tempconvert.asmx and Calculator: www.dneonline.com/calculator.asmx

  • @hyperborean72
    @hyperborean72 11 лет назад

    Excellent series
    Thank you a lot

  • @mohamedlahlou7093
    @mohamedlahlou7093 8 лет назад

    thank you very much for you videos . i have a question . the command "wsimport" is for linux or windows10 or both ?

    • @mohamedlahlou7093
      @mohamedlahlou7093 8 лет назад

      when a i go to C:\Program Files\Java\jdk1.8.0_91\bin the commond work thank you

  • @TheShantanu30
    @TheShantanu30 7 лет назад

    Can I set a timeout in webservice i.e if I don't get a response within a certain time interval, I can close the connection.

  • @vadymmorozov6956
    @vadymmorozov6956 10 лет назад

    Superb!!! Thank you! Again and Again!

  • @NagendraChowdary
    @NagendraChowdary 10 лет назад

    Wonderful work! Thanks Mr. Koushik Ji :)

  • @orenazuz
    @orenazuz 7 лет назад +6

    This is the solution to all the issue:
    run it in your cmd
    c:>set path=%path%;C:\Program Files\Java\jdk1.8.0_51\bin

  • @Theuniquecommonman
    @Theuniquecommonman 9 лет назад

    How can we deal with the proxy webservices .. I tried to create using eclipse somehow I got an error saying service definition is not created. This particular service under secured corporate network . Any suggestions?

  • @SivaBal642
    @SivaBal642 6 лет назад

    Hi sir, can I consume a SOAP service through jQuery(AJAX call)?
    Keep doing the good work of sharing the knowledge.

  • @therajataylor
    @therajataylor 11 лет назад

    hey what exactly is similarity/difference between stub and SEI?

  • @udyanshardhar1532
    @udyanshardhar1532 4 года назад

    I have given a development environment wsdl URL but How i can use dynamically test and prod environment end points in SOAP? I don't see anywhere using any End point except when creating the stub from wsdl.

  • @ArunBernard
    @ArunBernard 11 лет назад

    Stub is a local object representing the remote service

  • @AnkitaGuptaKhobragade
    @AnkitaGuptaKhobragade 7 лет назад

    When I copied the stub classes in consumption application, it is not able to detect the files in eclipse, hence i'm not able to do import and create object of it!!
    Any help here ?

  • @huynhvo9893
    @huynhvo9893 10 лет назад +2

    I can't get wsimport to work in my cmd, please help

    • @avinashvelagandula3066
      @avinashvelagandula3066 9 лет назад +2

      huynh vo
      Set path in User Variables and the Value should be the bin directory of JDK
      You will get it
      Let me know if that doesn't work

    • @ameyp
      @ameyp 9 лет назад +3

      +huynh vo wsimport Problem solved
      C:\>cd sei/
      C:\sei>set path=C:\Program Files\Java\jdk1.8.0_20\bin
      C:\sei>wsimport
      Missing WSDL_URI

    • @SadiaAfrinRaka
      @SadiaAfrinRaka 8 лет назад +1

      +Avinash Velagandula hey! thanks for the help but i am still not getting wsimport after setting the path to jdk bin folder. Can u plz help?
      D:\Eclipse\IPLocationFinder\sei>set path = C:\Program Files\Java\jdk1.8.0_60\bin
      D:\Eclipse\IPLocationFinder\sei>wsimport
      'wsiprort' is not recognized as an internal or external command,
      operable program or batch file.

    • @SadiaAfrinRaka
      @SadiaAfrinRaka 8 лет назад

      Problem solved! I added the java bin folder directory in windows variable path.

    • @jbuyai
      @jbuyai 6 лет назад

      Append PATH environment variable with location to jdk installation bin directory

  • @rinkita1710
    @rinkita1710 6 лет назад

    Hi teacher, when I provide wsdl to wsimport command for generating .class files, I'm getting the error, : the system cannot find the path specified.
    Can you pls help with that. I'm stuck. Can't move forward.

  • @Faraz70
    @Faraz70 11 лет назад

    Thanks, very great videos. Just one question: I cant run wsimport from my home directory? i can run java but not wsimport? any suggestions thanks

    • @bashupoud
      @bashupoud 10 лет назад

      Check your environment variable, whether or not Java path is set up correctly

  • @ginoyamalay
    @ginoyamalay 6 лет назад

    great video It makes theory to understand it practical way. Can you please give me link, which is follow up of current video ? Thanks

  • @kumarswamy9876
    @kumarswamy9876 9 лет назад

    very very nice...sir

  • @danielxu647
    @danielxu647 11 лет назад +5

    this shit saved my life

    • @danielxu647
      @danielxu647 4 года назад

      @Mario Zanichelli yes I found a job...

  • @girishaiholi7979
    @girishaiholi7979 11 лет назад

    why my eclipse(kepler and indigo) as well myeclipse not able to show glassfish version more than 3.x and I have jre and jdk 7.51 latest available even set in myeclipse and other still says u r using jdk 6 .?

  • @biophr34k
    @biophr34k 5 лет назад

    Excellent stuff! Thanks a lot!

  • @svramana
    @svramana 8 лет назад

    i have taken another WSDL to generate the stub's, but here the problem is in the generated stub i'am getting JAXBElement, JAXBElement i'm getting this problem how to set values for this and call the service , Kindly reply ASAP.

  • @dontwanna6759
    @dontwanna6759 2 года назад

    on jdk 13 wsimport is removed how to generate those files?

  • @sravankumarreddynaramreddy2520
    @sravankumarreddynaramreddy2520 7 лет назад

    when ever i am running the Uri iam getting this error will you plz help me.
    HTTP Status [404] - [Not Found]
    Type Status Report
    Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
    Apache Tomcat/8.5.15

  • @rahmanalifarishta4588
    @rahmanalifarishta4588 11 лет назад

    Hello, Can anyone help me please?
    i am using netbeans 7.4 but when i am trying to run wsimport, its giving me " 'wsimport' is not recognized as an internal or external command, operable program or batch file " even though i have set up the java home path in my environment variables. Comment please....

  • @renejacques8288
    @renejacques8288 8 лет назад

    my cmd prompt said generating and compiling code, but a net folder was not generated.

  • @gandharvaidya8259
    @gandharvaidya8259 8 лет назад

    I am getting "cannot instantiate type GeoServiceIp' error whenever I try to run the program. I do not understand why I am getting this error.

  • @henrycrownny7236
    @henrycrownny7236 Год назад

    How do i get the geop services class

  • @pramodjha6981
    @pramodjha6981 10 лет назад

    Sir thanks for sharing your knowledge with us but video is not clear can't see what you are typing. So if possible please provide a video where texts are clear like audio.

  • @rgowlikar1
    @rgowlikar1 9 лет назад

    How did the command line know that you needed a java SEI?

  • @girishaiholi7979
    @girishaiholi7979 11 лет назад

    I m getting this error Server was unable to process request. ---> System.IO.IOException: There is not enough space on the disk.

  • @TheRagreis
    @TheRagreis Год назад

    Does anyone knows where is the new location of the GeoIPService?

  • @shekharprasad1767
    @shekharprasad1767 9 лет назад

    Awesome work!!

  • @TheRagreis
    @TheRagreis Год назад

    I have JDK 17. How can I generate stub if wsimport is deprecated?
    I modified the JAVA_HOME to jdk 1.8 and works but this is not a straight forward solution.

  • @bipinjadaun8116
    @bipinjadaun8116 11 лет назад

    i am using windows 8 and i followed all the steps to set up glassfish4 but i am getting error while starting server in eclipse(Kepler) as-
    Unable to start server due following issues:
    Launch process failed with exit code 1

  • @aravindaran8367
    @aravindaran8367 9 лет назад

    I m getting confused with webservice and module.I m using python.so i can import a module instead of calling this webservice...so is any relation with those?

    • @AnuragBisht
      @AnuragBisht 9 лет назад

      +aravind aran I am quite late, but no "webservices" in directory structure is not a "module"(file) but a "package"(directory + __init__.py) in python. "webservices" would contain all the "Geo*.java" modules. I think you are getting confused because all ".java" files contains single class of same name whereas in python you can have multiple classes in a single module.
      java it is : webservices.GeoIpService(module and class).
      in python : webservices.GeoIpService(module).GeoIpService(class)
      hope it helps,

    • @AnuragBisht
      @AnuragBisht 9 лет назад

      +aravind aran
      I am quite late, but no "webservices" in directory structure is not a "module"(file) but a "package"(directory + _init_.py) in python. "webservices" would contain all the "Geo*.java" modules. I think you are getting confused because all ".java" files contains single class of same name whereas in python you can have multiple classes in a single module.
      java it is : webservices.GeoIpService(module and class).
      in python : webservices.GeoIpService(module).GeoIpService(class)
      hope it helps,

  • @kalidoss7234
    @kalidoss7234 6 лет назад

    The one he used is not working now, can anyone help me with a sample webservice url?

  • @gautamsoundar5283
    @gautamsoundar5283 6 лет назад

    Is there any other webserice site geoipservice is not working

  • @souravdas
    @souravdas 11 лет назад

    Thanks a Lot Koushik...!

  • @Thehealingdiaries1234
    @Thehealingdiaries1234 6 лет назад

    another url for the web service????

  • @Nekotamer
    @Nekotamer 5 лет назад

    is there something like this but for php?

  • @rahmanalifarishta4588
    @rahmanalifarishta4588 11 лет назад

    well when i ran wsimport from the folder i had my java in , it ran...
    Thanks .....

  • @disharamrakhyani6909
    @disharamrakhyani6909 3 года назад +1

    I am unable to get webservice wsdl geo can anyone share the link please

  • @ashutoshnagda
    @ashutoshnagda 10 лет назад

    Could you make your video to be cached for offline.

  • @hamdi9624
    @hamdi9624 3 года назад

    Anyone knows how to use wsimport in newer java versions? its not working

  • @AkashSingh-el1ew
    @AkashSingh-el1ew 6 лет назад

    wsimport is not able to parse the wsdl, due to error: "markup declarations contained or pointed to by the document type declaration must be well formed", wsdl url is: " www.dataaccess.com/webservicesserver/numberconversion.wso?WSDL ". Please help!!!

  • @gauravkhinchi6871
    @gauravkhinchi6871 10 лет назад

    Thank you so much!!!! It is great sir!

  • @1991tanay
    @1991tanay 7 лет назад

    Struggling in windows ... anyone know how to generate stub in cmd prompt and use ?

  • @Keyakina
    @Keyakina 7 лет назад

    yeah but what if you dont want a iplocater but your own..

  • @thabetitusmlsml8919
    @thabetitusmlsml8919 9 лет назад

    A very good video but unfortunately it did not work with Microsoft wsdl. It generates:
    [WARNING] src-resolve: Cannot resolve the name 's:schema' to a(n) 'element declaration' component.

  • @Psai4456
    @Psai4456 6 лет назад

    i did't find the geoipaddress