[google-appengine] Re: Does GAE supports applications that consumes a SOAP web service?

2016-02-10 Thread Emanuele Ziglioli
I'm really sorry!! I got confused myself, it's been a few years!! Indeed you use wsimport to process the WSDL file if you want to use jaxws to access a SOAP web point. "xjc" is a way to generate code that transforms the received XML response in Java classes and to populate objects. wsdluri='ht

[google-appengine] Re: Does GAE supports applications that consumes a SOAP web service?

2016-02-10 Thread Jason Bourne
It's alright, I'm quite confuse with how I can use JAXB. Let me ask you a question, if you were to consume a soap web service, and you already have the WSDL. what do you do next? because you mentioned that you don't use WSIMPORT. maybe there is another approach that I can do based on how you do i

[google-appengine] Re: Does GAE supports applications that consumes a SOAP web service?

2016-02-08 Thread Emanuele Ziglioli
Hi Jason, sorry I misunderstood what you were trying to do. I thought you were trying to access the WSDL file using App Engine. I didn't know about wsimport, perhaps it's just a way to call into "xjc" (I incorrectly wrote xjb). I don't know if I'll have the time to look at your project but if yo

[google-appengine] Re: Does GAE supports applications that consumes a SOAP web service?

2016-02-05 Thread Jason Bourne
What do you mean I access the WSDL file directly? If you will look at my sample program, i used wsimport command to extract the classes from the WSDL. then i put all the extracted classes inside a package in my project. On Wednesday, February 3, 2016 at 4:47:56 AM UTC+8, Emanuele Ziglioli wro

[google-appengine] Re: Does GAE supports applications that consumes a SOAP web service?

2016-02-02 Thread Emanuele Ziglioli
I use SOAP but a different jaxb connector, the salesforce one. That gives me more control over timeouts. Unfortunately their code generation tool is semibroken: https://github.com/forcedotcom/wsc/blob/master/src/main/java/com/sforce/ws/transport/GaeHttpTransport.java Why are you trying to access

[google-appengine] Re: Does GAE supports applications that consumes a SOAP web service?

2016-02-01 Thread Nick (Cloud Platform Support)
Hey Jason, It's interesting to note that you've seen this error. If you'd like to claim this as an issue of the platform, please make a post to the App Engine Public Issue Tracker with more detailed information as to why this is an issue