hi all:
I create and ESB process to invoke a .net webservice. It can get right value using scenarios. And I expose it as a webservice in sonic ESB too. There has wsdl for this esb process. But How can I use this webserive, where can I monitor it and know its wsdl and call it. Should I config any acceptor for it? any good example for this?
Waiting for your reploy. thanks a lot.
Does this help: http://www.psdn.com/library/entry.jspa?externalID=5311
hi Jamie Townsend
thanks your help.I did use this doc to realize calling a external webservice.It is ok. Now I dont know how a client to call webservice those were deployed on ESB.Where can I know Webservice wsdl in ESB. I had configed acceptor,but I dont know how to use it. Can you tell me ?
thanks a lot.
this is wsdl file:
I cannot access it in IE or using code to call. what should I do after this?
Are you saying that after running expose process as a web service wizard, you can't access the url http://localhost:2580/process/TestAddWS ? What is the error message in IE? Are there any messages in the Sonic logs?
thanks for your help. I had know why couldn't I call right webservice. And I can call webservice that is deployed on ESB. thanks again.