cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
727
Views
0
Helpful
4
Replies

Using a Web Service Execute activity for secured webservice .

rgandret
Level 1
Level 1

  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

1 Accepted Solution

Accepted Solutions

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

--Shaun Roberts
Principal Engineer, CX
shaurobe@cisco.com

View solution in original post

4 Replies 4

Shaun Roberts
Cisco Employee
Cisco Employee

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?

--Shaun Roberts
Principal Engineer, CX
shaurobe@cisco.com

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 ?

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

--Shaun Roberts
Principal Engineer, CX
shaurobe@cisco.com

Thanks Chris . I am not abel to resolv the error but i can able to make a request using http Request .

- Raj