This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 102188 - "rpc/encoded wsdls are not supported in JAXWS 2.0" exception when adding Web Service
Summary: "rpc/encoded wsdls are not supported in JAXWS 2.0" exception when adding Web ...
Status: RESOLVED DUPLICATE of bug 73853
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 16:23 UTC by Roman Mostyka
Modified: 2007-04-25 17:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE's log (31.01 KB, text/plain)
2007-04-23 16:24 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2007-04-23 16:23:30 UTC
1. Rightclick 'Web Services' node and select 'Add Web Service ...'.
2. Type in WSDL URL filed:
http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl
3. Click 'Add' button.

Result: Exception arises and Web Service is not added:
"FINE
[org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler$IdeErrorReceiver]:
WsdlModeler.generateWsdlModel
com.sun.istack.SAXParseException2: rpc/encoded wsdls are not supported in JAXWS
2.0.".

See stack trace in log (attachment).
Comment 1 Roman Mostyka 2007-04-23 16:24:17 UTC
Created attachment 41471 [details]
IDE's log
Comment 2 Milan Kuchtiak 2007-04-23 16:58:22 UTC
The jax-ws technology doesn't suppot rpc/encoded web services.
See:
https://jax-ws.dev.java.net/issues/show_bug.cgi?id=135

The issue is an enhancement in JAX-WS, so, 
similarly I am changing the type of this issue.
Comment 3 Srividhya Narayanan 2007-04-25 17:09:23 UTC

*** This issue has been marked as a duplicate of 73853 ***