Hi folks,
I'm new to OTM, and I need to post xml data to it to add records. The xml I've been given as an example has no SOAP type envelope surrounding it, it looks like the following..
<Transmission><TransmissionHeader><UserName></UserName><Password></Password></TransmissionHeader><TransmissionBody><GLogXMLEleme nt><TransactionHeader><ObjectModInfo><InsertDate>2 0081118174306</
...
...
Is this the format the data needs to be in to go to the app server? Seems like something's missing to me, and I get a "oracle.j2ee.ws.common.soap.fault.SOAP11VersionMis matchException: Version Mismatch." error from the app server when I post to it. Can someone point me in the right direction, maybe an example or something?
Thanks very much,
-Adam
I'm new to OTM, and I need to post xml data to it to add records. The xml I've been given as an example has no SOAP type envelope surrounding it, it looks like the following..
<Transmission><TransmissionHeader><UserName></UserName><Password></Password></TransmissionHeader><TransmissionBody><GLogXMLEleme nt><TransactionHeader><ObjectModInfo><InsertDate>2 0081118174306</
...
...
Is this the format the data needs to be in to go to the app server? Seems like something's missing to me, and I get a "oracle.j2ee.ws.common.soap.fault.SOAP11VersionMis matchException: Version Mismatch." error from the app server when I post to it. Can someone point me in the right direction, maybe an example or something?
Thanks very much,
-Adam
Comment