Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxws-dev] Creating a SOAP Client
  • From: "Yohe Jr, Kevin" <kevin.yohejr@xxxxxxxxxxxxxxxxxxx>
  • Date: Thu, 4 Aug 2022 16:13:52 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=chasepaymentech.com; dmarc=pass action=none header.from=chasepaymentech.com; dkim=pass header.d=chasepaymentech.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=37NijZHwX3FdYtTEu87MP+7kY/YsCWVZySmez6jpdmM=; b=cy7lqTWvtmre2nqGFkus1tTdigzkHOz/DQkQRFqeLAcWT0HQc9bafT9tJZ5dIzonIodR7tBn1rLg90j6WZEnVwziwRswCwox3c0cQ2rdP7aYa5QOA8Gbq43ZAaFg+t1IPsvCKrlGq3gfwQUb2arLAmUFomMRJ12sJq+BoDRDy7ppeq5voXKmp0e+TrY1UM0CZgEtTyxZVqtOW4RQXJH7JO6F8HOOCLtcocMl7UvdlW4Miyf06/0HUHOILUSe59Gim8mlhJr+vRaX4Nq71jp2Iii+g5LOlwFjEw/YtN4TgstNJrhINl5lvAE2PNp8zAbFJWPBTbP7u0LT9HpGkyTUxw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OVV9Bud9nYblU2WGRHrizjrFZfrD/PxkkPcg5hvqZAxgZl5EWBjZoN8vUcs2kaphxs/QonbOnSw0Zlo6Vy2dzpVLC5TzdHA1q7WOB8Z9jY0VtU39J+oGACnOpYeEzIC97HUiZJrUImG++D0ABXQ3ai9UBV9zRozFor/lL9U4szT/XMZaXKkPssUKAD+2P+tSSwT4b9d7tTt0MtF91KfWOvNBr3TjUzZWWPhD46C+g19gSTSX/q8pkYJE50cRHw0WNZeddtVvKxoS4phnRNkOo1E9XWIZGO99G+G9xPaMiQOunLhjWGY0QFQucaq5alLvBhCLtXuI+m1n/qCdJBBn+w==
  • Delivered-to: jaxws-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jaxws-dev/>
  • List-help: <mailto:jaxws-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jaxws-dev>, <mailto:jaxws-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jaxws-dev>, <mailto:jaxws-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdioG1kVabDGNDuTTqqHvNBP3Cdbdg==
  • Thread-topic: Creating a SOAP Client

Hello,

 

What’s a way to generate from WSDL, using gradle, to a java soap client?

 

I know a lot has changed in the last years in terms of libraries and tools and there’s a lot of old data and guides out there to weed through. I am looking for a method to create a new soap client with a provide WSDL file. We used wsImport tool before but that is tied to the jaxws implementation and we want to migrate from 2.3.3 version. If you have any suggestions on updated guides or anything I would greatly appreciate it.

 

Thank you,

 

Kevin

This message is confidential and subject to terms at: https://www.jpmorgan.com/emaildisclaimer including on confidential, privileged or legal entity information, viruses and monitoring of electronic messages. If you are not the intended recipient, please delete this message and notify the sender immediately. Any unauthorized use is strictly prohibited.


Back to the top