Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
Web service on vb2005
Dear Netsuite team.
What should i do to solve the problem ?
When i run this script i got the error message below
Dim n_Service As New NetSuiteService
Dim n_CustomerSearch As New CustomerSearch
Dim n_customerEntityID As New SearchStringField
n_customerEntityID.operator = SearchStringFieldOperator.contains
n_customerEntityID.operatorSpecified = True
n_customerEntityID.searchValue = Trim(TextBox1.Text)
Dim n_custBasic As New CustomerSearchBasic
n_custBasic.entityId = n_customerEntityID
n_CustomerSearch.basic = n_custBasic
Dim n_searchResult As New SearchResult
n_searchResult = n_Service.search(n_CustomerSearch)
Message error :
{"The AXIS engine could not find a target service to invoke! targetService is NetSuitePort_2_5"}