icate setting on the server. If yes how.
If i have to request change on the server, what change is needed?
Thanks a lot. Looking forward to your help.
Regards
Jay D
Error stack
AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode
Hi,
I have seen this happen when there is a mismatch between the WSDL that was used to generate the proxy for client and the actual WSDL implemented at the server side.
Check if you have a non nillable element in the WSDL and that is comming nil in the data.
Best option is to use TCPMon util
AXIS you should eventually find a call to "invoke".
The "invoke" method starts a series of calls that will lead to the method "fromString" being called and passed
a java.lang.string as an argument.
My guess is that you are missing one of the AXIS libraries in your classp
Dear Listers,
Environment :
Axis 1.0
Client: Windows 2000 Professional
Axis used with weblogic 8.1 server for invoking a web service
I am doing a get operations on a webservice. I get an error message that
java.beans.IntrospectionException: java.lang.NoSuchMethodException
Any pointers as t
Hello,
I found the information on the URL
http://javaboutique.internet.com/tutorials/Axis/axis3.html
very helpful to setup TCPMonitor.
Hope this helps you too.
Regards
JayRick Umali <[EMAIL PROTECTED]> wrote:
Sharon:> Can anyone direct me how to use TCPMonitor or where to find the> docume
g for connection"
Can you please help.
Regards
jkd
David Bell <[EMAIL PROTECTED]> wrote:
Jay D wrote:
Dear List members,
I am using axis (wsdl2java) in weblogic for connecting to a web service deployed on the internet. We would like to view the soap sent and received. Can you
Dear List members,
I am using axis (wsdl2java) in weblogic for connecting to a web service deployed on the internet. We would like to view the soap sent and received. Can you please suggest a best way to view the messages.
Thanks in advance.
Regards
jkdDo you Yahoo!?
Yahoo! Mail - More reliab
Hello,
Would caching the service object help? I am facing a similar issue. I am thinking of caching the "PortType" object so that the binding operation is done only once.
Any inputs from the Group on caching the port Type?
Regards
jayFelix Dierich <[EMAIL PROTECTED]> wrote:
Hello Axis users!I
Have implemented a Java client for a web service on Legacy system using Axis 1.0.
Using Axis 1.0, we are fetching data from a legacy system. In the WSDL none of the elements are specified as nillable. However when the data comes from the Web Service some of the elements are blank. This results in d
Hello List members,We are using Axis in a stand-alone java client to connect to Remedy web services. Using the WSDL2java we generated the proxy classes. In addition to the input and output classes, it generated the following classes:OrdersPortTypeOrdersServiceOrdersServiceLocatorOrdersSoapBindingSt
10 matches
Mail list logo