Paul Sturrock wrote:Sounds like WAS might be waiting for a resource. Any blocks on the database? Any synchronized code?
Paul Sturrock wrote:
Can you explain what you mean by "got stuck"?
Masrudyn Main wrote:I'm creating a bottom-up web service from a java class using Axis2
In the java class, I am using java.util.Date
When the WSDL is generated by Axis, the element has type="xs:date". How do I generate the element to have a type of type="xs:dateTime" instead?
Andres Delrotti wrote:Hi,
Is this possible? if yes, where do I start?
Andres
Deepak Pant wrote:I would suggest you to check following two things:
1. Check if you have proper webcontext (or request context) defined in the descriptors.
2. Open the plug-in config file (in IHS machine) and check if your web context is defined there.
dhanu manjula wrote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Anant Rao wrote:After you deployed the servlet app, did you regenerate the plugin and transferred to IHS ?
Anant
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
dhanu manjula wrote:Hi,
here, WebSphere server located in DMZ & mapped two real IP’s to that server. 203.X.X.X is NAT to 172.16.11.251
203.Y.Y.Y is going through the SSL server & NAT to 172.16.11.251.
I have deployed a WebService on the server.
From 203.X.X.X side, it doesn’t seems any error & the soap address location return the 203.X.X.X
From SSL side, (203.Y.Y.Y) it returns Internal IP with soap address location.
<wsdlsoap:address location="http://172.16.11.251:1044/Service1/services/InsuranceValidation"/>
</wsdl:port>
</wsdl:service>
Anyone else seen this and better yet know how to make it go away?
Thank you
dhanuxp