This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes creating a webservice on websphere integration developer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "creating a webservice on websphere integration developer" Watch "creating a webservice on websphere integration developer" New topic
Author

creating a webservice on websphere integration developer

sveta deshpande
Greenhorn

Joined: Oct 30, 2007
Posts: 4
Hi! all, Iam trying to create a web service in websphere integration developer, of IBM,

While creating a wsdl file, it asks for literals, there we need to check the corresponding literal based upon the requiremnet.

I came to know that document literal is used for document inputs and outputs,where as rpc literal/rpc encoded is used when dealing with the primitive data types.

I created a simple addition operation with rpc encoded its working,
but i tried out with the rpc encoded , which is causing an error

the err is :

IWAB0135E An unexpected error has occurred.
SOAPException
Operation timed out: connect:could be due to invalid address

Iam not getting how to resolve this error,
Please let me know , if any has faced this kind of error , n know hows to solve.

And also let me know exactly , the difference between the literals.

Fine then,
Thanks & Regards,
D.Swetha.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: creating a webservice on websphere integration developer
 
Similar Threads
WSDL Style?
Problems to generate stub
.Net Client for Axis Web services
reading soap-envelop messages
getting started with webservices .