Generate webservice soap client from wsdl when server using Windows Integrated Authentication

Posted by James Black on Stack Overflow See other posts from Stack Overflow or by James Black
Published on 2010-04-20T21:22:48Z Indexed on 2010/04/21 1:03 UTC
Read the original article Hit count: 392

There is an SAP server that has some webservices I need to use, so I am trying to use wsimport to generate the client stubs.

I don't want to find all the wsdls and schemas that are referenced and modify them to do it locally, as that isn't sustainable, if they service should change.

So, how can I use wsimport to fetch a wsdl and generate the client stubs when the server is using Windows Integrated Authentication, where even the wsdl requires credentials.

© Stack Overflow or respective owner

Related posts about java

Related posts about webservice-client