How to acheive servicegen behavior in jwsc task?

前端 未结 1 844
-上瘾入骨i
-上瘾入骨i 2021-01-27 19:52

Migrating a java soap web service from 11g to 12c which has few operations.

Used jwsc task to generate WSDL which generates all the input elements starting with uppercase

1条回答
  •  孤独总比滥情好
    2021-01-27 20:38

    servicegen is from WLS 8.1 (this version had a proprietary webservices jax-rpc runtime). That runtime was removed in 12c.

    You are migrating JAX-RPC to JAX-WS, however you have an important constraint:

    > - SOAP Arrays are not supported by JAX-WS; they are available in JAX-RPC

    Further details: https://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrade_ws.htm#WLUPG334

    0 讨论(0)
提交回复
热议问题