• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Java Web services - Getting WSDLs

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #21
    Originally posted by doodab View Post
    Probably needs to configure it to use your proxy so that it can grab any schemas that live elsewhere. Under General->Network Connections in the preferences.
    This just gets better... He is using some form of command line to create the objects, because you cant use Eclispe to do it as it wont create all the classes etc...

    This is just a client he is creating. Surely you can use Eclipse to create relevant objects and related things?

    Our prozy setting are under that tab, do we need to change that to the location of the file, or can you select location when trying to create an object?

    Cheers
    I didn't say it was your ******* fault, I said I was blaming you!

    Comment


      #22
      Originally posted by scooby View Post
      This just gets better... He is using some form of command line to create the objects, because you cant use Eclispe to do it as it wont create all the classes etc...

      This is just a client he is creating. Surely you can use Eclipse to create relevant objects and related things?

      Our prozy setting are under that tab, do we need to change that to the location of the file, or can you select location when trying to create an object?

      Cheers
      In theory yes, but in practice the code gen plugins don't always do what you want or offer the full set of options that the command line tools do, it depends on the framework & what you are trying to acheive.

      If he's running java from the command line he needs to pass some extra parameters, e.g. java -Dhttp.proxyHost=a.b.c.d -Dhttp.proxyPort=8080 ....

      Once the code gen has run you can create a new project and import the generated classes.
      While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'

      Comment


        #23
        What tool set is he using? For example, Axis2.

        I had problems with Axis2's eclipse wizards and had to use the command line client code generator. However, I did have a local copy of the wsdl.

        Comment


          #24
          Originally posted by scooby View Post
          Our prozy setting are under that tab
          Just out of interest, what are you prozy settings? Mine are "beyond weird and kinky".
          Best Forum Advisor 2014
          Work in the public sector? You can read my FAQ here
          Click here to get 15% off your first year's IPSE membership

          Comment


            #25
            Originally posted by TheFaQQer View Post
            Just out of interest, what are you prozy settings? Mine are "beyond weird and kinky".
            Which port are you using?
            While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'

            Comment

            Working...
            X