Discussions
Activity
Best Of...
Sign In
·
Register
Home
›
NAV Three Tier
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Best Of...
Unanswered
Categories
All Categories
73
General
73
Announcements
66.6K
Microsoft Dynamics NAV
18.7K
NAV Three Tier
38.4K
NAV/Navision Classic Client
3.6K
Navision Attain
2.4K
Navision Financials
115
Navision DOS
854
Navision e-Commerce
1K
NAV Tips & Tricks
772
NAV Dutch speaking only
615
NAV Courses, Exams & Certification
2K
Microsoft Dynamics-Other
1.5K
Dynamics AX
302
Dynamics CRM
109
Dynamics GP
10
Dynamics SL
1.5K
Other
993
SQL General
384
SQL Performance
34
SQL Tips & Tricks
34
Design Patterns (General & Best Practices)
Architectural Patterns
10
Design Patterns
5
Implementation Patterns
53
3rd Party Products, Services & Events
1.7K
General
1.1K
General Chat
1.6K
Website
79
Testing
1.2K
Download section
23
How Tos section
259
Feedback
12
NAV TechDays 2013 Sessions
13
NAV TechDays 2012 Sessions
how could i catch the soapexception from web service when web service raise soapexception
vinceliu666
Member
Posts:
51
2019-09-26
in
NAV Three Tier
Hi all:
how could i catch the soapexception from web service when web service raise soapexception in navision codeunit?
0
Best Answer
ftornero
Member
Posts:
524
2019-10-01
Answer ✓
Hello
@vinceliu666
,
The TempBlob table is used mainly to deal with Streams (In/Out), actually you could use any table with a BLOB field for that.
Regards
5
Answers
ftornero
Member
Posts:
524
2019-09-26
Hello
@vinceliu666
,
You could take a look to codeunits 1290 and 1291, in NAV 2013R2 and up.
Regards.
0
vinceliu666
Member
Posts:
51
2019-10-01
Hi ftornero:
I have read the Codeunit 1290 /1291 , but what is Tempblob table ? I found the sample code under link:
https://community.dynamics.com/nav/b/researchdesigndevelop/posts/tempblob-how-to-use
but, i still don't know how to use it. How does the program process logic . It's a little hard to understand it.
0
RockWithNAV
Member
Posts:
1,139
2019-10-01
I will suggest before you hit for these soap exceptions it's better to learn first how tempblob works as you will be continuously using this.
Thanks
Blog -
rockwithnav.wordpress.com/
Twitter -
https://twitter.com/RockwithNav
Facebook -
https://facebook.com/rockwithnav/
0
ftornero
Member
Posts:
524
2019-10-01
Answer ✓
Hello
@vinceliu666
,
The TempBlob table is used mainly to deal with Streams (In/Out), actually you could use any table with a BLOB field for that.
Regards
5
Sign In
or
Register
to comment.
Answers
You could take a look to codeunits 1290 and 1291, in NAV 2013R2 and up.
Regards.
I have read the Codeunit 1290 /1291 , but what is Tempblob table ? I found the sample code under link:https://community.dynamics.com/nav/b/researchdesigndevelop/posts/tempblob-how-to-use
but, i still don't know how to use it. How does the program process logic . It's a little hard to understand it.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
The TempBlob table is used mainly to deal with Streams (In/Out), actually you could use any table with a BLOB field for that.
Regards