[JBoss JIRA] Created: (JBWS-1706) SOAPConnection.get fails with ProtocolException
by Thomas Diesler (JIRA)
SOAPConnection.get fails with ProtocolException
-----------------------------------------------
Key: JBWS-1706
URL: http://jira.jboss.com/jira/browse/JBWS-1706
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: jbossws-2.0.0
Caused by: java.net.ProtocolException: cannot write to a URLConnection if doOutput=false - call setDoOutput(true)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:838)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:916)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:314)
... 28 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months
[JBoss JIRA] Updated: (JBWS-429) WSDL To Java - Create Custom Holders for Custom types that define INOUT parameters and OUT parameters
by Darran Lofthouse (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-429?page=all ]
Darran Lofthouse updated JBWS-429:
----------------------------------
Summary: WSDL To Java - Create Custom Holders for Custom types that define INOUT parameters and OUT parameters (was: Create Custom Holders for Custom types that define INOUT parameters and OUT parameters [WSDLToJava Subsystem])
> WSDL To Java - Create Custom Holders for Custom types that define INOUT parameters and OUT parameters
> -----------------------------------------------------------------------------------------------------
>
> Key: JBWS-429
> URL: http://jira.jboss.com/jira/browse/JBWS-429
> Project: JBoss Web Services
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: tools-jaxrpc
> Reporter: Anil Saldhana
> Assigned To: Darran Lofthouse
> Fix For: jbossws-2.0.0
>
>
> WSDL 1.1 can define IN-OUT parameters and OUT. Then there is a need to generate Holders by the WSDLToJava component of JBossWS Tools.
> Now if the type that defines an INOUT parameter, is a type that is NOT supported by standard Jax-RPC types, then custom holder classes need to be generated.
> If the type is supported by Jax-RPC, then standard holders defined in the javax.xml.rpc.holders package can be used. Examples are ShortWrapperHolder, IntegerWrapperHolder, FloatWrapperHolder etc.
> Custom Holders will be handled after the first release of wstools. If there is demand, I can raise the priority.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months