3

I'm getting a ClientTransportException when try to access the webservice hosted in websphere (java 1.3), from a application deployed in a weblogic server (java 1.6). Webservice method has a return value of Date data type and generated sources in my application it is implemented as Calender datatype, how can I solve this. Thank you.

In generated sources:

@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar someDate;

In hosted EJB:

public Date someMethod(){
 //return date;
}
asked Aug 8, 2014 at 8:52
2
  • 500 Internal server error is usually associated with some exception on the server side. Try to examine the server logs and find the root cause of the error. Commented Aug 11, 2014 at 6:35
  • Agree with Daniel - there has to be something more in one of the server logs. For instance, weblogic has known issues when the client and server are different versions: stackoverflow.com/questions/5911027/… Commented Aug 11, 2014 at 16:35

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.