RE: Soap and namespaces A bit deeper

2006-10-12 Thread Will Swain
Hey Dan, Not yet. I've very little Java experience, so I'm on a steep learning curve at the minute. :) -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: 12 October 2006 06:28 To: CF-Talk Subject: Re: Soap and namespaces A bit deeper

RE: Soap and namespaces A bit deeper

2006-10-12 Thread Will Swain
and namespaces A bit deeper Will, Did you fix the error and did you call the constructor correctly? Dan ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information

RE: Soap and namespaces A bit deeper

2006-10-12 Thread Will Swain
Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 12 October 2006 10:22 To: CF-Talk Subject: RE: Soap and namespaces A bit deeper Hi Dan, I took a look for your class dumper you posted on here but couldn't find itcan you point me in the right direction? Thanks

Re: Soap and namespaces A bit deeper

2006-10-12 Thread Dan Plesse
Will Hopefully my class dumper will find its way into CF 8. I made it in like 5 mins so its not a full dump. I don't know anything about NetSuite and what it does and why. All I can do is remind you of some tools you can use. For example you also have Java Web Services you can use in addition

RE: Soap and namespaces A bit deeper

2006-10-11 Thread Will Swain
. Will -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: 06 October 2006 18:16 To: CF-Talk Subject: Re: Soap and namespaces A bit deeper // Get a handle to the class RecType = CreateObject(java, com.netsuite.webservices.platform.core_1_2.types.RecordType); The above code uses

RE: Soap and namespaces A bit deeper

2006-10-11 Thread Will Swain
-Talk Subject: RE: Soap and namespaces A bit deeper Hi Jonese, I'm still struggling with this - not being a Java bod at all. Am I correct in thinking that your example below would return an inventory item from Netsuite? That's what it looks like to me. Any pointers on the logging on issue

Re: Soap and namespaces A bit deeper

2006-10-11 Thread Dan Plesse
Will, Did you fix the error and did you call the constructor correctly? Dan ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

Re: Soap and namespaces A bit deeper

2006-10-08 Thread Dan Plesse
Will, When you get Unable to find a constructor for class com.netsuite.webservices platform.core_1_3.RecordRef that accepts parameters of type ( java.lang.String, java.lang.String, com.netsuite.webservices.platform.core_1_3.types.RecordType ). It means you did not call the constructor

Re: Soap and namespaces A bit deeper

2006-10-06 Thread WIll Swain
Sorry to resurrect an old topic, but I stumbled across this in a web search. I'm having the same issues with the netsuite webservices. Can jonese or anyone else shed any light? Did you find a solution in the end? Thanks Will Based on some help from andrew i'm a bit closer but still at a loss

Re: Soap and namespaces A bit deeper

2006-10-06 Thread jonese
Will which version of netsuite webservices are you using? erj On 10/6/06, WIll Swain [EMAIL PROTECTED] wrote: Sorry to resurrect an old topic, but I stumbled across this in a web search. I'm having the same issues with the netsuite webservices. Can jonese or anyone else shed any light? Did

RE: Soap and namespaces A bit deeper

2006-10-06 Thread Will Swain
Hi Jonese, Version 1.3.1 I believe. Thanks Will -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: 06 October 2006 14:55 To: CF-Talk Subject: Re: Soap and namespaces A bit deeper Will which version of netsuite webservices are you using? erj

Re: Soap and namespaces A bit deeper

2006-10-06 Thread jonese
, Will Swain [EMAIL PROTECTED] wrote: Hi Jonese, Version 1.3.1 I believe. Thanks Will -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: 06 October 2006 14:55 To: CF-Talk Subject: Re: Soap and namespaces A bit deeper Will which version of netsuite webservices are you

RE: Soap and namespaces A bit deeper

2006-10-06 Thread Will Swain
/06, Will Swain [EMAIL PROTECTED] wrote: Hi Jonese, Version 1.3.1 I believe. Thanks Will -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: 06 October 2006 14:55 To: CF-Talk Subject: Re: Soap and namespaces A bit deeper Will which version of netsuite webservices

RE: Soap and namespaces A bit deeper

2006-10-06 Thread Will Swain
, com.netsuite.webservices.platform.core_1_3.types.RecordType ). recordRef.init(name, 527, recordType); Thanks Will -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: 06 October 2006 15:07 To: CF-Talk Subject: Re: Soap and namespaces A bit deeper Ok when you code your calls to netsuite

Re: Soap and namespaces A bit deeper

2006-10-06 Thread jonese
// Get a handle to the class RecType = CreateObject(java, com.netsuite.webservices.platform.core_1_2.types.RecordType); The above code uses the createobject function to create an instance of the java class RecordType. this is like creating a CFC in normal CF // Call the static method of the

RE: Soap and namespaces A bit deeper

2006-03-17 Thread Andrew Stevens
this work; getSoapResponseHeader(ws,' urn:messages_1_2.platform.webservices.netsuite.com ','returnHeader'); Cheers. -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Wednesday, 15 March 2006 9:16 AM To: CF-Talk Subject: Re: Soap and namespaces A bit deeper Ok if i run the code

Re: Soap and namespaces A bit deeper

2006-03-14 Thread jonese
Ok if i run the code as is below i get 12 empty array messages. if i substitute the first argument of the getSoapResponseHeader function with whatever i get the following error: Error casting an object of type com.netsuite.webservices.platform.messages_1_2.SessionResponse to an incompatible

Soap and namespaces A bit deeper

2006-03-13 Thread jonese
Based on some help from andrew i'm a bit closer but still at a loss for what the namespace s for this soap service. I'm trying to get the namespace so i can read the soap response headers so i can find out cookie information which i need to pass with future requests to remain logged in any help

RE: Soap and namespaces A bit deeper

2006-03-13 Thread Ian Skinner
xmlns=urn:messages_1_2.platform.webservices.netsuite.com Is it not these repeated parameters? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - C code. C code run. Run code run. Please! -

RE: Soap and namespaces A bit deeper

2006-03-13 Thread Ian Skinner
xmlns=urn:messages_1_2.platform.webservices.netsuite.com Is it not these repeated parameters? According to this resource sounds like it should be. http://www.jclark.com/xml/xmlns.htm -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | |