VMware Cloud Community
DeepakPN
Contributor
Contributor
Jump to solution

SOAP Plugin, setting parameter value raises invalid key exception.

Hi ,

I am trying to send a SOAP request to my Java application which requires the parameter as String object.

While setting the value of the parameter in the Properties object , i.e. key-value pair, I am getting invalid key exception.

Request does succeed as it sends a null string to my service application.

Can anyone suggest me what I am missing while setting the parameter value in orchestrator ?

Thanks in advance

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
Burke-
VMware Employee
VMware Employee
Jump to solution

I'm not sure you are providing enough details for anyone to help you on this matter...

Perhaps something that might help you is this article I just wrote. I was having trouble with a SOAP call to a remote system and was unsure of what the Header and Body were really being set to. The procedures in this article help you display what is actually being generated with the SOAP plug-in. You could then compare that with a working SOAP request that you test in something like soapUI to see where the difference is.

How to use the SOAPInterceptor to see the SOAP Header and Body

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you!

Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator
for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter

View solution in original post

0 Kudos
2 Replies
Burke-
VMware Employee
VMware Employee
Jump to solution

I'm not sure you are providing enough details for anyone to help you on this matter...

Perhaps something that might help you is this article I just wrote. I was having trouble with a SOAP call to a remote system and was unsure of what the Header and Body were really being set to. The procedures in this article help you display what is actually being generated with the SOAP plug-in. You could then compare that with a working SOAP request that you test in something like soapUI to see where the difference is.

How to use the SOAPInterceptor to see the SOAP Header and Body

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you!

Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator
for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter
0 Kudos
igaydajiev
VMware Employee
VMware Employee
Jump to solution

Could you provide a bit more details.

The error message from Orchestrator?

You can also check the server.log for more details.

The key/value that you are trying to set.

0 Kudos