johvargas / sfdc-wsc

Automatically exported from code.google.com/p/sfdc-wsc
0 stars 0 forks source link

Proxy support #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate jar from any valid wsdl using wsdlc
2. Setup code for GAE usage (config.setTransport(.....))
3. Setup code for proxy usage (config.setProxy("host", port))

What is the expected output? What do you see instead?
java.lang.NoClassDefFoundError: java.net.InetSocketAddress is a restricted
class. Please see the Google  App Engine developer's guide for more details.
    at
com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java
:51)
    at com.sforce.ws.ConnectorConfig.setProxy(ConnectorConfig.java:95)

What version of the product are you using? On what operating system?
wsc-18, partner-18 and wsc-gae on Windows 7

Please provide any additional information below.
Even though proxy is not available or needed in GAE, it may be needed for
development (while still running on the development server) for some
networks. Would it still be possible to add proxy support using only the
white-listed classes?

Original issue reported on code.google.com by marcklaser on 25 May 2010 at 7:17

GoogleCodeExporter commented 8 years ago
If you are running in the GAE env proxy is not supported. I dont think there is 
a way
to do it.

Original comment by manoj.ch...@gmail.com on 27 May 2010 at 1:28

GoogleCodeExporter commented 8 years ago
i have same error

Original comment by wsq...@gmail.com on 28 May 2010 at 9:22

GoogleCodeExporter commented 8 years ago

Original comment by manoj.ch...@gmail.com on 29 Sep 2010 at 6:33