Sathees sam

Greenhorn
+ Follow
since Aug 09, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sathees sam

hi,

I am planning for this certification, Mithun which mandatory course you choose ?

thanks & Regards
thanks Ivan, I will do that, I got it downloaded and found some information about how to use it in your tutorials.

NO Ivan, I haven't try with SOAPUI, am not familiar with SOAPUI. I try to find it ..

thanks
sathees
hi,

I am getting this error when I tried to invoke the web services from client created from the WSDL using Metro ws implementation.
I guess the service implemented in Axis2 but am not sure. when I search for this problem I found following hints.


http://java.net/projects/metro/lists/dev/archive/2008-05/message/8

https://issues.apache.org/jira/browse/AXIS2-4696

can anyone give me the workaround for this ?

thanks in advance

sathees
thank you for you value able reply, its gives me a clear idea about it.
thank you Ivan for your valuable reply. It conformed my doubt that "_" in identifier would be problem with METRO WS framework.
Hi,

I have a question on access the WSDL and consuming the Service.

1) Can the wsdl location (server) http://localhost:8082/TestWebService/mathOperation?wsdl and in the WSDL file retrieved, following port address location BE DIFFERENT ?

<wsdl:service name="Test_Server">
<wsdl:port name="TestHttpSoap11Endpoint" binding="ns1:TestSoap11Binding">
<soap:address location="http://service:18082/services/Test_Server.Test_ServerHttpSoap11Endpoint"/>
</wsdl:port>

2) if above both addresses can be different how to implement that ?


thanks in advance

sathees
HI,

Can anyone help on this ?

question is what are the valid identifiers in WSDL or in SOAP specification ?

I had problem in Developing services from WSDL file in METRO WS. it says the could not file the Porttype when deploying. the PortType was TEST_ServerPortType. when I removed "_" its working.

thanks in advance

sathees
hi,

in the same way you currently invoking, do a small change in the Stub constructor by giving the endpoint url as string parameter or as URL instance

thanks & regards
sathees
12 years ago
HI Domenico,

I could not pin point the exact problem, hope the following url will help you to get idea about this, but I advice not to depend on any editor to generate webservices artifacts but use ant targets.


codegentools

thanks & regards
sathees
12 years ago
hi Friends,

I think you can have a look on following. seems interesting

IBM web services

thanks & regards
sathees
hi All,

I have developed a small web application, there on Servlet call the Axis2 web services using its ws xml beans clients.
following line of code gives following error. but I have placed the xmlbeans-2.3.0.jar in Webapp/myApp/WEB-INF/lib
try{
Class.forname("test.xsd.SampleRequest");
}catch(Exception e){
e.printStractrace();
}
......................... console out is ..........................
java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject
at java.lang.ClassLoader.findBootstrapClass(Native Method)
at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:891)
at java.lang.ClassLoader.loadClass(ClassLoader.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

your valuable reply would be helpful to me.

sathees
12 years ago