Consume WebService created in JAVA from VB.NET you eat attributes

0

I am using VB.NET 2008, creating an application where I intend to consume routines from a Webservice developed in Java (an eFactura provider).

Of those N routines that are available, I can use any of them without problems. But there is one in particular that is complicating me, the parameters that appear in the request of the server is incomplete. There are attributes that disappear for no apparent reason, from my side I'm sure I send them.

Should I have any special care when I create the WebReference in VB? Could it be a problem in the data type?

Perhaps the information I am providing is a bit sketchy, but I have some limitations in how much to show on this topic.

Thanks, thanks.

Happily I found a colleague who has overtaken me on this subject.

The parameters that are optional in the WS of my provider appear with the suffix "Specified". For example for the Age attribute, I also have the AgeSpecified attribute.

Then: in addition to giving value to the Age attribute, I must also set the AgeSpecified attribute to TRUE.

:)

    
asked by Arturo Olivera 25.10.2018 в 00:12
source

0 answers