Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxws-dev] [External] : Creating a SOAP Client
  • From: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx>
  • Date: Fri, 5 Aug 2022 01:09:36 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.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=vf6Yc2aWZAs3rwzV9k4ARSIeCP6ryg94eKsWD+Le3K0=; b=LyAlr8ABEf3anthtcD3+7+xVGxn+8ZqK8ROUqPfT9+zrDKsV9Q5V5u4iGWXKkYhukMR1dqitMdo5iglmEBHt9ZJPPJPfkPYGubSLskGl161xv3khc1EeocVr7uonuG6YQmNyuh/m8bIrSG8lvPQglavaEQzvZh2h1xo0ZFAXlhUHW4z7KlEa4ujSqX6b5Xk1jDnyJBwxRe2vfI+7eP5dmWcWkptZcT+pO+1q0qpMJNBIVoU09DotKDgJHkGWMDt2ZKWpXdtCGacP0JwP+cxNaCdkjOPtysQSN7ln/g6SSAYyuQt5+XjOTGOs3H+L4ILifN0twFe95fRTUscJF63cSg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=X6ifnr0JhSeioEFpk9qOf2nV54AZVxaeeC0zWhdcR6ZO5dfaNupmMNiyoR2H8eCfr1kUZLLsMh+ufLjQ7ytlE/HXXssWSFTOqoDUSIedW33xAl7+NaVBh+dYd8gL86lr7yerSlrCwoMi+XTj+dHzG1R1yXvEQdvF+RrCDcFwMlthuDxve7G/olhenfnh8rNltb8H6KDjakXYx20e0nLtqVxx6UjNBhhyiwnFgSXXMqZuI/Qx+I8qUwtfTsebkw1xOpbHYbPCvpsHEsZ7U9iU73CpsDawJkxJkjcsceIRRX13192JsLH17XjZ/zfFuDKG9PvSKxgDCFF5I7JaS140Wg==
  • 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>
  • User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Hi,

On 8/4/22 6:13 PM, Yohe Jr, Kevin via jaxws-dev wrote:
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.


It should be fairly easy to use existing wsimport ant task in gradle; see https://eclipse-ee4j.github.io/metro-jax-ws/4.0.0/docs/ch04.html#tools-wsimport-ant-task for the wsimport documentation and https://docs.gradle.org/current/userguide/ant.html for the gradle "how to" covering this (or at least very similar) use-case.

thanks,
--lukas


Thank you,

Kevin

This message is confidential and subject to terms at: https://www.jpmorgan.com/emaildisclaimer <https://urldefense.com/v3/__https://www.jpmorgan.com/emaildisclaimer__;!!ACWV5N9M2RV99hQ!OhJlHJmPPg2oq7UFjtDsXgLf9t8gA9iojgo2SXkTom22_Mdp27qi1FCyqnGBcsH6XpVEH3IEuc0PnuSya9093KU$> 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.


_______________________________________________
jaxws-dev mailing list
jaxws-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jaxws-dev__;!!ACWV5N9M2RV99hQ!OhJlHJmPPg2oq7UFjtDsXgLf9t8gA9iojgo2SXkTom22_Mdp27qi1FCyqnGBcsH6XpVEH3IEuc0PnuSyU3yk2eg$



Back to the top