cancel
Showing results for 
Search instead for 
Did you mean: 

web service proxy- missing optional parameter

former_member192850
Participant
0 Kudos

Good morning,

I created a proxy class to call a consumer webservice. the class and the method was genereted correctely from the WSDL file. the WSDL has one optional parameter in input, but when I call the method, if I don't pass the value to this parameters, the return return the exception "Missing parameter: connID2".

Instead if I use a SOAP external program,  the parameters appear as optional and I can call the WS without pass the parameters.

Why SAP proxy need the optional parameter?

thanks

Marco

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marco,

Did you try passing an empty tag?

Cheers!

Anish