cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI DateTime WDSL and .NET DateTime object

Former Member
0 Kudos

Hi

I was wondering if someone could please help me.

The WSDL from SAP PI expects a date in the format: datetime

I have imported the WSDL into .NET and it recognises it as a DateTime .NET object.

How can I send through the date to SAP PI in a specific format in the SOAP message: ie... 10 October 2010

Thank you in advance!

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In the meantime I have edited the WSDL file that I downloaded by changing the datetime to a string for the fields and that seem to work, however there must be a better way of doing this?