05-09-2013 05:15 AM
Hi When i am trying to use Web Service Execute ACtivity i got the error " Object Refrence not set to an object" . My WSDL needs a credentials for acess.
Can any one faced the issue before ? Please help with resolution .
Please Find the attached images of W.F .
Regards
Raj
Solved! Go to Solution.
05-09-2013 05:52 AM
Normally I've seen that error when a field is missing input or is not valid XML or something to that effect.
I do a ton of web services based work and I never use the Execute. It's slower and I prefer to write out my own web calls.
To use the web http request for your case I would download and use SOAP UI.
Load the WSDL into SOAP UI and it will help you setup the web calls that you can then port to the web http request.
If you need more help, I suggest you check out some of my blogs. I blog quite abit about custom authoring and such.
--shaun
05-09-2013 05:21 AM
1) did you fill out all the XML required fields?
2) Can you use the WSDL "off-line" and download the WSDL file and link to it?
3) Is it possible to use the web http request activity and make the web calls in that way?
05-09-2013 05:48 AM
Hi Chris , Thanks for the reply .
YEs i filled out the fileds required but the problem is i got the error while running /saving the process.
I dont know how to use web http request activity for the webservice . when we use the wsdl url the output would be WSDL file right ?
05-09-2013 05:52 AM
Normally I've seen that error when a field is missing input or is not valid XML or something to that effect.
I do a ton of web services based work and I never use the Execute. It's slower and I prefer to write out my own web calls.
To use the web http request for your case I would download and use SOAP UI.
Load the WSDL into SOAP UI and it will help you setup the web calls that you can then port to the web http request.
If you need more help, I suggest you check out some of my blogs. I blog quite abit about custom authoring and such.
--shaun
05-09-2013 06:22 AM
Thanks Chris . I am not abel to resolv the error but i can able to make a request using http Request .
- Raj
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide