| 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..
|
 |
 |
|
|
subject: How can I invoke a web service using url and parameters (WebLogic)
|
|
|