aspose file tools
The moose likes Web Services and the fly likes How can I invoke a web service using url and parameters (WebLogic) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How can I invoke a web service using url and parameters (WebLogic)" Watch "How can I invoke a web service using url and parameters (WebLogic)" New topic
Author

How can I invoke a web service using url and parameters (WebLogic)

Matt Kohanek
Village Idiot
Ranch Hand

Joined: Apr 04, 2009
Posts: 483

I have a web service. After migrating it to weblogic I no longer have an endpoint interface.

Lets say the url for the web service is:

the operation name is getXML and the value used is called name

I would have thought

would have invoked but it only gives a 404 error

This did work in the past, so now that I have upgraded to weblogic is this still possible (ie I need to just edit the url)? Or do I need to look into some other way to invoke the web service ow that I have migrated?

Thanks


True wisdom is in knowing you know nothing - Socrates
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
I am not very familiar with weblogic, but there are two things that I would check:
1. Make sure the web application context path (bundle_time) is the same.
2. Make sure that the web service is deployed without errors.

What kind of web service are you talking about?
Best wishes!


My free books and tutorials: http://www.slideshare.net/krizsan
Matt Kohanek
Village Idiot
Ranch Hand

Joined: Apr 04, 2009
Posts: 483

Hi again Ivan.

I have this solved already as you may have seen in the other thread of mine you replied to, but I appreciate your help..
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How can I invoke a web service using url and parameters (WebLogic)
 
Similar Threads
Calling web service with a url
Accessing webservice using dynamic proxies
Webservices URL in wsdl - configurable?
(401)Unauthorized while invoking the webservice!!!!
Migrating from Weblogic to JBoss